Current app

This commit is contained in:
Jan Kvetina 2022-10-27 11:59:14 +02:00
parent 2445c469a7
commit 014a5791b3
48 changed files with 63 additions and 61 deletions

View File

@ -14,7 +14,7 @@ whenever sqlerror exit sql.sqlcode rollback
begin
wwv_flow_imp.import_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856
@ -65,8 +65,8 @@ prompt APPLICATION 777 - Empty Application
-- Reports:
-- E-Mail:
-- Supporting Objects: Excluded
-- Version: 22.1.2
-- Instance ID: 9014305257109865
-- Version: 22.1.4
-- Instance ID:
--
prompt --application/delete_application
@ -345,7 +345,7 @@ end;
prompt --application/shared_components/security/authorizations/nobody
begin
wwv_flow_imp_shared.create_security_scheme(
p_id=>wwv_flow_imp.id(36465601991240822)
p_id=>wwv_flow_imp.id(36465601991240822) -- NOBODY
,p_name=>'NOBODY'
,p_scheme_type=>'NATIVE_FUNCTION_BODY'
,p_attribute_01=>'RETURN FALSE;'
@ -357,7 +357,7 @@ end;
prompt --application/shared_components/security/authorizations/is_developer
begin
wwv_flow_imp_shared.create_security_scheme(
p_id=>wwv_flow_imp.id(36465780553243934)
p_id=>wwv_flow_imp.id(36465780553243934) -- IS_DEVELOPER
,p_name=>'IS_DEVELOPER'
,p_scheme_type=>'NATIVE_FUNCTION_BODY'
,p_attribute_01=>'RETURN app.is_developer();'
@ -369,7 +369,7 @@ end;
prompt --application/shared_components/security/authorizations/is_administrator
begin
wwv_flow_imp_shared.create_security_scheme(
p_id=>wwv_flow_imp.id(36732436139943725)
p_id=>wwv_flow_imp.id(36732436139943725) -- IS_ADMINISTRATOR
,p_name=>'IS_ADMINISTRATOR'
,p_scheme_type=>'NATIVE_FUNCTION_BODY'
,p_attribute_01=>'RETURN a770.is_administrator() = ''Y'';'
@ -381,7 +381,7 @@ end;
prompt --application/shared_components/security/authorizations/is_active_user
begin
wwv_flow_imp_shared.create_security_scheme(
p_id=>wwv_flow_imp.id(36754108834239331)
p_id=>wwv_flow_imp.id(36754108834239331) -- IS_ACTIVE_USER
,p_name=>'IS_ACTIVE_USER'
,p_scheme_type=>'NATIVE_FUNCTION_BODY'
,p_attribute_01=>'RETURN app.is_active_user();'
@ -494,7 +494,7 @@ end;
prompt --application/shared_components/user_interface/lovs/login_remember_username
begin
wwv_flow_imp_shared.create_list_of_values(
p_id=>wwv_flow_imp.id(36084178331308990)
p_id=>wwv_flow_imp.id(36084178331308990) -- LOGIN_REMEMBER_USERNAME
,p_lov_name=>'LOGIN_REMEMBER_USERNAME'
,p_lov_query=>'.'||wwv_flow_imp.id(36084178331308990)||'.'
,p_location=>'STATIC'
@ -13059,7 +13059,7 @@ wwv_flow_imp_page.create_page(
,p_group_id=>wwv_flow_imp.id(36129394652396267)
,p_page_css_classes=>'HOME'
,p_page_template_options=>'#DEFAULT#'
,p_required_role=>wwv_flow_imp.id(36754108834239331)
,p_required_role=>wwv_flow_imp.id(36754108834239331) -- IS_ACTIVE_USER
,p_page_component_map=>'11'
,p_last_updated_by=>'DEV'
,p_last_upd_yyyymmddhh24miss=>'20220101000000'

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -2,7 +2,7 @@ prompt --application/delete_application
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856
@ -21,7 +21,7 @@ wwv_flow_imp_page.create_page(
,p_group_id=>wwv_flow_imp.id(36129394652396267)
,p_page_css_classes=>'HOME'
,p_page_template_options=>'#DEFAULT#'
,p_required_role=>wwv_flow_imp.id(36754108834239331)
,p_required_role=>wwv_flow_imp.id(36754108834239331) -- IS_ACTIVE_USER
,p_page_component_map=>'11'
,p_last_updated_by=>'DEV'
,p_last_upd_yyyymmddhh24miss=>'20220101000000'

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -2,7 +2,7 @@ prompt --application/plugin_settings
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -14,7 +14,7 @@ whenever sqlerror exit sql.sqlcode rollback
begin
wwv_flow_imp.import_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,14 +5,14 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856
,p_default_owner=>'CORE'
);
wwv_flow_imp_shared.create_security_scheme(
p_id=>wwv_flow_imp.id(36754108834239331)
p_id=>wwv_flow_imp.id(36754108834239331) -- IS_ACTIVE_USER
,p_name=>'IS_ACTIVE_USER'
,p_scheme_type=>'NATIVE_FUNCTION_BODY'
,p_attribute_01=>'RETURN app.is_active_user();'

View File

@ -5,14 +5,14 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856
,p_default_owner=>'CORE'
);
wwv_flow_imp_shared.create_security_scheme(
p_id=>wwv_flow_imp.id(36732436139943725)
p_id=>wwv_flow_imp.id(36732436139943725) -- IS_ADMINISTRATOR
,p_name=>'IS_ADMINISTRATOR'
,p_scheme_type=>'NATIVE_FUNCTION_BODY'
,p_attribute_01=>'RETURN a770.is_administrator() = ''Y'';'

View File

@ -5,14 +5,14 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856
,p_default_owner=>'CORE'
);
wwv_flow_imp_shared.create_security_scheme(
p_id=>wwv_flow_imp.id(36465780553243934)
p_id=>wwv_flow_imp.id(36465780553243934) -- IS_DEVELOPER
,p_name=>'IS_DEVELOPER'
,p_scheme_type=>'NATIVE_FUNCTION_BODY'
,p_attribute_01=>'RETURN app.is_developer();'

View File

@ -5,14 +5,14 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856
,p_default_owner=>'CORE'
);
wwv_flow_imp_shared.create_security_scheme(
p_id=>wwv_flow_imp.id(36465601991240822)
p_id=>wwv_flow_imp.id(36465601991240822) -- NOBODY
,p_name=>'NOBODY'
,p_scheme_type=>'NATIVE_FUNCTION_BODY'
,p_attribute_01=>'RETURN FALSE;'

View File

@ -5,14 +5,14 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856
,p_default_owner=>'CORE'
);
wwv_flow_imp_shared.create_list_of_values(
p_id=>wwv_flow_imp.id(36084178331308990)
p_id=>wwv_flow_imp.id(36084178331308990) -- LOGIN_REMEMBER_USERNAME
,p_lov_name=>'LOGIN_REMEMBER_USERNAME'
,p_lov_query=>'.'||wwv_flow_imp.id(36084178331308990)||'.'
,p_location=>'STATIC'

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_release=>'22.1.4'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856

View File

@ -26,6 +26,7 @@ prompt --install
@@application/shared_components/navigation/tabs/parent.sql
@@application/shared_components/user_interface/lovs/login_remember_username.sql
@@application/pages/page_groups.sql
@@application/comments.sql
@@application/shared_components/navigation/breadcrumbs/breadcrumb.sql
@@application/shared_components/navigation/breadcrumbentry.sql
@@application/shared_components/user_interface/templates/page/left_side_column.sql
@ -100,6 +101,7 @@ prompt --install
@@application/shared_components/user_interface/template_opt_groups.sql
@@application/shared_components/user_interface/template_options.sql
@@application/shared_components/globalization/language.sql
@@application/shared_components/globalization/translations.sql
@@application/shared_components/logic/build_options.sql
@@application/shared_components/globalization/messages.sql
@@application/shared_components/globalization/dyntranslations.sql