diff --git a/cloud-foundation/solutions-for-oracle-res-mgr/RAG-in-a-Box-Easy-RM.zip b/cloud-foundation/solutions-for-oracle-res-mgr/RAG-in-a-Box-Easy-RM.zip new file mode 100644 index 0000000..430b794 Binary files /dev/null and b/cloud-foundation/solutions-for-oracle-res-mgr/RAG-in-a-Box-Easy-RM.zip differ diff --git a/cloud-foundation/solutions-for-oracle-res-mgr/RAG-in-a-Box-Hybrid-RM.zip b/cloud-foundation/solutions-for-oracle-res-mgr/RAG-in-a-Box-Hybrid-RM.zip new file mode 100644 index 0000000..9b87f3d Binary files /dev/null and b/cloud-foundation/solutions-for-oracle-res-mgr/RAG-in-a-Box-Hybrid-RM.zip differ diff --git a/cloud-foundation/solutions-for-oracle-res-mgr/RAG-in-a-Box-Vector-RM.zip b/cloud-foundation/solutions-for-oracle-res-mgr/RAG-in-a-Box-Vector-RM.zip new file mode 100644 index 0000000..5404489 Binary files /dev/null and b/cloud-foundation/solutions-for-oracle-res-mgr/RAG-in-a-Box-Vector-RM.zip differ diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/.gitignore b/cloud-foundation/solutions/RAG-in-a-Box-Easy/.gitignore similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/.gitignore rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/.gitignore diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/CONTRIBUTING.md b/cloud-foundation/solutions/RAG-in-a-Box-Easy/CONTRIBUTING.md similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/CONTRIBUTING.md rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/CONTRIBUTING.md diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/LICENSE b/cloud-foundation/solutions/RAG-in-a-Box-Easy/LICENSE similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/LICENSE rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/LICENSE diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/README.md b/cloud-foundation/solutions/RAG-in-a-Box-Easy/README.md similarity index 96% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/README.md rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/README.md index 840683e..4b4311f 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/README.md +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/README.md @@ -34,6 +34,21 @@ We even allow visibility on the chunking results from the proximitiy search pass Please refer to the "Show Documentation" button in the app or the field help info (press the '?' next to each field). +## Important - please deploy the solution in one of the listed regions below as the GenAI it's only available in this regions. If you deploy it in other regions, the solution will not work. If you don't have any of the regions available in your tenancy, please subscribe to one of them. + + +Some regions don't offer all the models. See the region for each pretrained model to find out which models are available in a region near you. + +| Region Name | Location | Region Identifier | Region Key | +|--------------------------|----------|-------------------|------------| +| Brazil East (Sao Paulo) | Sao Paulo | sa-saopaulo-1 | GRU | +| Germany Central (Frankfurt) | Frankfurt | eu-frankfurt-1 | FRA | +| Japan Central (Osaka) | Osaka | ap-osaka-1 | KIX | +| UK South (London) | London | uk-london-1 | LHR | +| US Midwest (Chicago) | Chicago | us-chicago-1 | ORD | + + + ## Deliverables ---------------- @@ -65,7 +80,7 @@ If you don't have the required permissions and quota, contact your tenancy admin # Deploy Using Oracle Resource Manager -1. Click [![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-devrel/terraform-oci-oracle-cloud-foundation/releases/download/v1.0.0/easyRAG-IN-A-BOX-RM.zip) +1. Click [![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-devrel/terraform-oci-oracle-cloud-foundation/releases/download/v1.0.0/RAG-in-a-Box-Easy-RM.zip) If you aren't already signed in, when prompted, enter the tenancy and user credentials. diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/images/diagram.png b/cloud-foundation/solutions/RAG-in-a-Box-Easy/images/diagram.png similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/images/diagram.png rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/images/diagram.png diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Easy/images/easyraginabox.png b/cloud-foundation/solutions/RAG-in-a-Box-Easy/images/easyraginabox.png new file mode 100644 index 0000000..0b3796c Binary files /dev/null and b/cloud-foundation/solutions/RAG-in-a-Box-Easy/images/easyraginabox.png differ diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/locals.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/locals.tf similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/locals.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/locals.tf diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/main.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/main.tf similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/main.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/main.tf diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/database/adb/main.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/database/adb/main.tf similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/database/adb/main.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/database/adb/main.tf diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/database/adb/outputs.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/database/adb/outputs.tf similarity index 97% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/database/adb/outputs.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/database/adb/outputs.tf index bb2a6f2..b34f62a 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/database/adb/outputs.tf +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/database/adb/outputs.tf @@ -59,6 +59,6 @@ output "apex_url" { } output "easyRAG_IN_A_BOX_URL" { - value = join("", [lower(trimsuffix(join("\n", [for b in oci_database_autonomous_database.adw : b.connection_urls.0.graph_studio_url]), "/graphstudio/")),"/ords/r/riab/rag-in-a-box102"]) + value = join("", [lower(trimsuffix(join("\n", [for b in oci_database_autonomous_database.adw : b.connection_urls.0.graph_studio_url]), "/graphstudio/")),"/ords/r/riab/erag-in-a-box102"]) } diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/database/adb/variables.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/database/adb/variables.tf similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/database/adb/variables.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/database/adb/variables.tf diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/object-storage/main.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/object-storage/main.tf similarity index 94% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/object-storage/main.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/object-storage/main.tf index 284ea19..dbeda8d 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/object-storage/main.tf +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/object-storage/main.tf @@ -1,4 +1,4 @@ -# Copyright © 2025, Oracle and/or its affiliates. +# Copyright © 2022, Oracle and/or its affiliates. # All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. data "oci_objectstorage_namespace" "os" { diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/object-storage/outputs.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/object-storage/outputs.tf similarity index 93% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/object-storage/outputs.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/object-storage/outputs.tf index 716334c..ccc8069 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/object-storage/outputs.tf +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/object-storage/outputs.tf @@ -1,4 +1,4 @@ -# Copyright © 2025, Oracle and/or its affiliates. +# Copyright © 2022, Oracle and/or its affiliates. # All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. # output "buckets" { diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/object-storage/variables.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/object-storage/variables.tf similarity index 89% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/object-storage/variables.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/object-storage/variables.tf index be20b2d..48909d0 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/modules/cloud-foundation-library/object-storage/variables.tf +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/modules/cloud-foundation-library/object-storage/variables.tf @@ -1,4 +1,4 @@ -# Copyright © 2025, Oracle and/or its affiliates. +# Copyright © 2022, Oracle and/or its affiliates. # All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/outputs.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/outputs.tf similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/outputs.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/outputs.tf diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/provider.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/provider.tf similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/provider.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/provider.tf diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/provisioners.tf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/provisioners.tf similarity index 85% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/provisioners.tf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/provisioners.tf index 78b070c..c073977 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/provisioners.tf +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/provisioners.tf @@ -14,14 +14,14 @@ resource "null_resource" "sqlcl-create-usr" { echo 'Creating the APEX WORKSPACE and APEX USER running easyRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql' sql -cloudconfig wallet_${var.db_name}.zip admin/${var.db_password}@'${local.conn_db}' @./scripts/easyRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql ${var.apex_workspace} ${var.riab_user} ${var.apex_user} ${var.apex_password} ${var.apex_password} - echo 'Start running easyRAG-IN-A-BOX_USER_v2.0.sql script' - sql -cloudconfig wallet_${var.db_name}.zip ${var.riab_user}/${var.riab_password}@'${local.conn_db}' @./scripts/easyRAG-IN-A-BOX_USER_v2.0.sql + echo 'Start running easyRAG-IN-A-BOX_USER_v2.2.sql script' + sql -cloudconfig wallet_${var.db_name}.zip ${var.riab_user}/${var.riab_password}@'${local.conn_db}' @./scripts/easyRAG-IN-A-BOX_USER_v2.2.sql - echo 'Start running easyRAG-IN-A-BOX_USER_CREDS.sql script' - sql -cloudconfig wallet_${var.db_name}.zip ${var.riab_user}/${var.riab_password}@'${local.conn_db}' @./scripts/easyRAG-IN-A-BOX_USER_CREDS.sql ${var.apex_user} ${var.user_ocid} ${var.tenancy_ocid} "${local.final_bucket_url}" "${var.private_key}" ${var.fingerprint} ${var.compartment_id} + echo 'Start running easyRAG-IN-A-BOX_USER_CREDS_v1.1.sql script' + sql -cloudconfig wallet_${var.db_name}.zip ${var.riab_user}/${var.riab_password}@'${local.conn_db}' @./scripts/easyRAG-IN-A-BOX_USER_CREDS_v1.1.sql ${var.apex_user} ${var.user_ocid} ${var.tenancy_ocid} "${local.final_bucket_url}" "${var.private_key}" ${var.fingerprint} ${var.compartment_id} echo 'Install the APEX APP in a box application running easyRAG-IN-A-BOX_APEX_USER_v2.0.sql' - sql -cloudconfig wallet_${var.db_name}.zip ${var.riab_user}/${var.riab_password}@'${local.conn_db}' @./scripts/easyRAG-IN-A-BOX_APEX_USER_v2.0.sql ${var.apex_workspace} ${var.riab_user} ./scripts/easyRAG-IN-A-BOX_f102_v1.6.sql + sql -cloudconfig wallet_${var.db_name}.zip ${var.riab_user}/${var.riab_password}@'${local.conn_db}' @./scripts/easyRAG-IN-A-BOX_APEX_USER_v2.0.sql ${var.apex_workspace} ${var.riab_user} ./scripts/easyRAG-IN-A-BOX_f103_v2.1.sql EOT } diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/sampledata.pdf b/cloud-foundation/solutions/RAG-in-a-Box-Easy/sampledata.pdf similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/sampledata.pdf rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/sampledata.pdf diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/schema.yaml b/cloud-foundation/solutions/RAG-in-a-Box-Easy/schema.yaml similarity index 100% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/schema.yaml rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/schema.yaml diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_ADMIN_v2.0.sql b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_ADMIN_v2.0.sql similarity index 81% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_ADMIN_v2.0.sql rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_ADMIN_v2.0.sql index f884694..45c641a 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_ADMIN_v2.0.sql +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_ADMIN_v2.0.sql @@ -1,42 +1,33 @@ ----------------------------------------------------------------- +-- Copyright © 2025, Oracle and/or its affiliates. +-- All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl +-------------------------------------------------------------------------------------------------------------------------------- -- --- easyRAG-IN-A-BOX ADMIN.txt +-- easyRAG-IN-A-BOX_ADMIN.sql -- -- this script will setup up a new user in an autonomous DB -- and create a RAG system loading from source documents on -- object store and the select AI framework. -- -- --- v1.0 initial release --- v1.1 add credentials management --- v1.2 add username parametrization --- v1.3 fix grant on pipeline to avoid silent error --- v1.4 added user creation --- v1.5 refactored user creation and added exit for terraform +-- v1.0 mac initial release +-- v1.1 mac add credentials management +-- v1.2 mac add username parametrization +-- v1.3 mac fix grant on pipeline to avoid silent error +-- v1.4 mac added user creation +-- v1.5 mac refactored user creation and added exit for terraform +-- v2.0 mac first production -- ----------------------------------------------------------------- - ----------------------------------------------------------------- +-- Parameters -- --- ************ IN SHELL +-- &1 DB user name (e.g., RIABDB) - the db user that owns the code +-- &2 DB password -- ---------------------------------------------------------------- --- --- If never done before, create API Key, download both PRIVATE and PUBLIC key files --- Convert PRIVATE KEY into the needed format for the credentials --- DO NOT USE rtf, just plain text files --- --- awk -v ORS='\\n' '1' /Users/massimo/Downloads/MASSIMO.CASTELLI@ORACLE.COM_2024-11-14T14_26_42.293Z.pem | pbcopy --- --- + ---------------------------------------------------------------- -- -- ************ AS ADMIN -- --- Run this script in ADMIN like this --- --- @easyRAG-IN-A-BOX_ADMIN_v1.2 --- ---------------------------------------------------------------- -- make sure to be ADMIN @@ -59,31 +50,31 @@ grant DB_DEVELOPER_ROLE to &1; --grant OML_DEVELOPER to &1; --ALTER USER &1 DEFAULT ROLE CONNECT,DB_DEVELOPER_ROLE,RESOURCE,CONSOLE_DEVELOPER,DWROLE,GRAPH_DEVELOPER,OML_DEVELOPER; --- Grants to allow creation and manipulation of vector tables +-- Grants to allow creation and manipulation of vector tables GRANT CREATE TABLE TO &1; -ALTER USER &1 DEFAULT TABLESPACE DATA TEMPORARY TABLESPACE TEMP; -ALTER USER &1 QUOTA UNLIMITED ON DATA; - --- PRIVILEGES --- needed to use the SLEEP function in ingestion routine +ALTER USER &1 DEFAULT TABLESPACE DATA TEMPORARY TABLESPACE TEMP; +ALTER USER &1 QUOTA UNLIMITED ON DATA; + +-- PRIVILEGES +-- needed to use the SLEEP function in ingestion routine GRANT EXECUTE ON DBMS_LOCK TO &1; - + -- needed if you use select AI -GRANT EXECUTE ON DBMS_CLOUD_AI TO &1; - --- DBMS_VECTOR for vector search operations -GRANT EXECUTE ON DBMS_VECTOR TO &1; - --- DBMS_CLOUD for accessing Object Storage (if used in your setup) -GRANT EXECUTE ON DBMS_CLOUD TO &1; - --- DBMS_CREDENTIAL for managing and using stored OCI credentials -GRANT EXECUTE ON DBMS_CREDENTIAL TO &1; - --- JSON functions, if JSON is used in vector search -GRANT EXECUTE ON DBMS_JSON TO &1; - +GRANT EXECUTE ON DBMS_CLOUD_AI TO &1; + +-- DBMS_VECTOR for vector search operations +GRANT EXECUTE ON DBMS_VECTOR TO &1; + +-- DBMS_CLOUD for accessing Object Storage (if used in your setup) +GRANT EXECUTE ON DBMS_CLOUD TO &1; + +-- DBMS_CREDENTIAL for managing and using stored OCI credentials +GRANT EXECUTE ON DBMS_CREDENTIAL TO &1; + +-- JSON functions, if JSON is used in vector search +GRANT EXECUTE ON DBMS_JSON TO &1; + -- without these roles the user will not be able to fully create a vector index using the select AI packages. GRANT EXECUTE ON DBMS_CLOUD_PIPELINE to &1; diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql similarity index 69% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql index 00c046f..cdc085c 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql @@ -1,3 +1,5 @@ +-- Copyright © 2025, Oracle and/or its affiliates. +-- All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl ---------------------------------------------------------------- -- -- easyRAG-IN-A-BOX_APEX_ADMIN.sql @@ -5,19 +7,23 @@ -- this script will setup up a new workspace in APEX and add -- the admin user. -- --- MUST run as ADMIN +-- v2.0 mac initial release -- -- Parameters: --- 1 workspace name --- 2 base oracle schema --- 3 apex admin username --- 4 apex admin password for db --- 5 apex admin password for apex -- --- v2.0 initial release +-- 1 apex workspace name (e.g., ERIAB) +-- 2 base oracle schema (as entered in the USER script) +-- 3 apex admin username (e.g., ERIAB) +-- 4 apex admin password for db (must comply with min password lenght, etc) +-- 5 apex admin password for apex (can be same as username, e.g., ERIAB) -- ---------------------------------------------------------------- +---------------------------------------------------------------- +-- +-- ************ AS ADMIN +-- +---------------------------------------------------------------- declare l_workspace varchar2(50) := '&1'; l_db_schema varchar2(50) := '&2'; diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_APEX_USER_v2.0.sql b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_APEX_USER_v2.0.sql new file mode 100644 index 0000000..9c51d5e --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_APEX_USER_v2.0.sql @@ -0,0 +1,43 @@ +-- Copyright © 2025, Oracle and/or its affiliates. +-- All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl +-------------------------------------------------------------------------------------------------------------------------------- +-- +-- easyRAG-IN-A-BOX_APEX_USER.sql +-- +-- this script will load the application code +-- +-- v1.0 mac initial release +-- v2.0 mac added file to load +-- +-- Parameters: +-- +-- 1 workspace name as entered in the APEX ADMIN script +-- 2 base oracle schema as entered in the ADMIN +-- 3 application file to load, including path if needed +-- +---------------------------------------------------------------- + +---------------------------------------------------------------- +-- +-- ************ AS APEX ADMIN user (using the DB password!) +-- +---------------------------------------------------------------- + +declare + l_workspace_id number; +begin + select workspace_id into l_workspace_id + from apex_workspaces + where workspace = '&1'; + -- + apex_application_install.set_workspace_id( l_workspace_id ); + apex_application_install.generate_offset; + apex_application_install.set_schema( '&2' ); +end; +/ + +@&3 + +-- +-- end of script +-- diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_USER_CREDS.sql b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_USER_CREDS_v1.1.sql similarity index 75% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_USER_CREDS.sql rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_USER_CREDS_v1.1.sql index 23be3a9..332d5b9 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_USER_CREDS.sql +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_USER_CREDS_v1.1.sql @@ -1,18 +1,14 @@ +-- Copyright © 2025, Oracle and/or its affiliates. +-- All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl ---------------------------------------------------------------- -- --- easyRAG-IN-A-BOX.txt +-- easyRAG-IN-A-BOX_USER_CREDS.sql -- --- this script will create the necesarry credentials set to --- populate and use the rag agent +-- this script will create the necessary credentials set, and +-- complete the initial setup for immediate use of RIAB +-- +-- Parameters -- ----------------------------------------------------------------- - ----------------------------------------------------------------- --- AS DATABASE USER ----------------------------------------------------------------- ----------------------------------------------------------------- --- Create USER_CREDS credentials for the DB USER ----------------------------------------------------------------- -- '&1' - ${var.apex_user} -- "&2" - ${var.user_ocid} -- "&3" - ${var.tenancy_ocid} @@ -20,8 +16,14 @@ -- "&5" - ${var.private_key} -- "&6" - ${var.fingerprint} -- "&7" - ${var.compartment_id} +-- +-- v1.0 iop initial release +-- v1.1 mac update docs +-- ---------------------------------------------------------------- --- Create user settings table + +---------------------------------------------------------------- +-- AS DATABASE USER ---------------------------------------------------------------- -- Insert data into the q_logs table @@ -37,9 +39,6 @@ INSERT INTO eriab_user_settings VALUES ( "refresh" : 1040 }')); --- exercise the setting table -select * from eriab_user_settings; - -- Insert credentials data into the setting table INSERT INTO eriab_user_settings VALUES ( '&1', @@ -51,7 +50,6 @@ INSERT INTO eriab_user_settings VALUES ( "fingerprint" : "&6" }')); - -- Insert credentials data into the setting table INSERT INTO eriab_user_settings VALUES ( '&1', @@ -63,11 +61,10 @@ INSERT INTO eriab_user_settings VALUES ( "fingerprint" : "&6" }')); - -- exercise the setting table select * from eriab_user_settings; - +-- create bucket and llm credential, start ingestion and index creation begin eriab_create_bucket_cred('&1'); eriab_create_llm_cred('&1'); diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_USER_v2.0.sql b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_USER_v2.2.sql similarity index 87% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_USER_v2.0.sql rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_USER_v2.2.sql index e06174a..b953555 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_USER_v2.0.sql +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_USER_v2.2.sql @@ -1,18 +1,27 @@ ----------------------------------------------------------------- +-- Copyright © 2025, Oracle and/or its affiliates. +-- All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl +-------------------------------------------------------------------------------------------------------------------------------- -- --- easyRAG-IN-A-BOX.txt +-- easyRAG-IN-A-BOX_USER.sql -- -- this script will setup up a new user in an autonomous DB -- and create a RAG system loading from source documents on -- object store and the select AI framework. -- -- --- v1.0 initial release --- v1.1 add credentials management --- v1.2 add acl verification and drop table error suppression --- v1.3 add match_limit parameter --- v1.4 add custom error formatting --- v1.5 add drop if exists command and exit line for terraform +-- v1.0 mac initial release +-- v1.1 mac add credentials management +-- v1.2 mac add acl verification and drop table error suppression +-- v1.3 mac add match_limit parameter +-- v1.4 mac add custom error formatting +-- v1.5 mac add drop if exists command and exit line for terraform +-- v2.0 mac first production release +-- v2.1 mac swapped llama with cohere model for answer generation +-- v2.2 mac added eriab_util_timestamp_diff +-- +-- Parameters +-- +-- no parameters passed to this script -- ---------------------------------------------------------------- @@ -25,9 +34,9 @@ -- select * from USER_HOST_ACES; ----------------------------------------------------------------- +---------------------------------------------------------------- -- Create user settings table ----------------------------------------------------------------- +---------------------------------------------------------------- drop table if exists eriab_user_settings; @@ -237,9 +246,9 @@ CREATE OR REPLACE PROCEDURE eriab_create_index ( bt varchar2(512); BEGIN --- Clean-up - DBMS_CLOUD_AI.drop_vector_index( index_name => 'ERIAB_VECTOR_INDEX', force => true); - DBMS_CLOUD_AI.drop_profile( profile_name => 'ERIAB_PROFILE', force => true); +-- Clean-up + DBMS_CLOUD_AI.drop_vector_index( index_name => 'ERIAB_VECTOR_INDEX', force => true); + DBMS_CLOUD_AI.drop_profile( profile_name => 'ERIAB_PROFILE', force => true); -- get vector creation prefs select to_number(vecdim), @@ -272,55 +281,59 @@ BEGIN ), '$[*]' COLUMNS ( xbt varchar2(512) format json PATH '$.bucket_url')); --- Create an AI profile used for natural language queries - DBMS_CLOUD_AI.create_profile( - 'ERIAB_PROFILE', - '{"provider": "oci", - "credential_name": "ERIAB_LLM_CRED", - "vector_index_name": "ERIAB_VECTOR_INDEX", - "embedding_model": "cohere.embed-multilingual-v3.0", - "model": "meta.llama-3.1-405b-instruct", - "oci_apiformat": "GENERIC" +-- Create an AI profile used for natural language queries + DBMS_CLOUD_AI.create_profile( + 'ERIAB_PROFILE', + '{"provider": "oci", + "credential_name": "ERIAB_LLM_CRED", + "vector_index_name": "ERIAB_VECTOR_INDEX", + "embedding_model": "cohere.embed-multilingual-v3.0", + "model": "cohere.command-r-plus-08-2024", + "oci_apiformat": "COHERE" }'); +-- "model": "meta.llama-3.1-405b-instruct", +-- "oci_apiformat": "GENERIC" + + -- Create the vector index and the pipeline. - DBMS_CLOUD_AI.create_vector_index( - index_name => 'ERIAB_VECTOR_INDEX', + DBMS_CLOUD_AI.create_vector_index( + index_name => 'ERIAB_VECTOR_INDEX', attributes => '{"vector_db_provider": "oracle", - "location": '|| bt ||', - "object_storage_credential_name": "ERIAB_RAG_BUCKET", - "profile_name": "ERIAB_PROFILE", - "vector_dimension": '||vd||', - "vector_distance_metric": '||vdm||', - "refresh_rate": '||rr||', - "chunk_overlap": '||co||', - "similarity_threshold": '||st||', - "match_limit": '||ml||', - "chunk_size": '||cs||' - }'); -end; + "location": '|| bt ||', + "object_storage_credential_name": "ERIAB_RAG_BUCKET", + "profile_name": "ERIAB_PROFILE", + "vector_dimension": '||vd||', + "vector_distance_metric": '||vdm||', + "refresh_rate": '||rr||', + "chunk_overlap": '||co||', + "similarity_threshold": '||st||', + "match_limit": '||ml||', + "chunk_size": '||cs||' + }'); +end; / /* -- create the index and the profile begin eriab_create_index('DEFAULT'); -end; +end; / -- Check for errors -—— you need to set profile before you run SQL +—— you need to set profile before you run SQL exec DBMS_CLOUD_AI.set_profile('ERIAB_PROFILE'); -- doesn't work on DB ACTIONS!! --- SELECT AI CHAT what is a data strategy; +-- SELECT AI CHAT what is a data strategy; SELECT DBMS_CLOUD_AI.GENERATE(prompt => 'what is a data strategy?', profile_name => 'ERIAB_PROFILE', action => 'narrate') FROM dual; */ ----------------------------------------------------------------- +---------------------------------------------------------------- -- check status of infrastructure ---------------------------------------------------------------- CREATE OR REPLACE FUNCTION eriab_check_status @@ -354,9 +367,9 @@ end; / ----------------------------------------------------------------- +---------------------------------------------------------------- -- Get the error table for the current index ----------------------------------------------------------------- +---------------------------------------------------------------- drop table if exists eriab_err_temp; @@ -414,7 +427,7 @@ end; */ ----------------------------------------------------------------- +---------------------------------------------------------------- -- Get the answer! ---------------------------------------------------------------- CREATE OR REPLACE PROCEDURE eriab_get_answer ( @@ -429,7 +442,7 @@ BEGIN -- privilege violation in APEX if used, it doesn't make any sense as apex has sessionsless invocation -- DBMS_CLOUD_AI.set_profile('eriab_profile'); --- SELECT AI NARRATE what is a data strategy +-- SELECT AI NARRATE what is a data strategy -- SELECT AI RUNSQL what is a data strategy if (upper(a_mode) = 'NARRATE') or (upper(a_mode) = 'RUNSQL') then @@ -460,7 +473,40 @@ end; / */ ----------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------- +-- Calculates msecs between timestamps +-------------------------------------------------------------------------------------------------------------------------------- +create or replace function eriab_util_timestamp_diff ( + start_time in timestamp, + end_time in timestamp +) return number +is + l_days number; + l_hours number; + l_minutes number; + l_seconds number; + l_milliseconds number; +begin + select extract(day from end_time - start_time ) + , extract(hour from end_time - start_time ) + , extract(minute from end_time - start_time ) + , extract(second from end_time - start_time ) + into l_days, l_hours, l_minutes, l_seconds + from dual; + l_milliseconds := l_seconds*1000 + l_minutes*60*1000 + l_hours*60*60*1000 + l_days*24*60*60*1000; + return int(l_milliseconds); +end; +/ + +/* +begin + dbms_output.put_line(vriab_util_timestamp_diff(TO_TIMESTAMP('12.04.2017 23:59:59.999', 'DD.MM.YYYY HH24:MI:SS.FF3'), + TO_TIMESTAMP('13.04.2017 00:00:00.001', 'DD.MM.YYYY HH24:MI:SS.FF3'))); +end; +/ +*/ + +---------------------------------------------------------------- -- Nice formatting for application errors only -- register in "edit application definitions" -> error handling ---------------------------------------------------------------- diff --git a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_f102_v1.6.sql b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_f103_v2.1.sql similarity index 82% rename from cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_f102_v1.6.sql rename to cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_f103_v2.1.sql index 42f31f0..6ad6eb0 100644 --- a/cloud-foundation/solutions/easyRAG-IN-A-BOX/scripts/easyRAG-IN-A-BOX_f102_v1.6.sql +++ b/cloud-foundation/solutions/RAG-in-a-Box-Easy/scripts/easyRAG-IN-A-BOX_f103_v2.1.sql @@ -20,29 +20,29 @@ begin wwv_flow_imp.import_begin ( p_version_yyyy_mm_dd=>'2024.05.31' ,p_release=>'24.1.7' -,p_default_workspace_id=>7700047349654427 -,p_default_application_id=>102 -,p_default_id_offset=>7705600195747337 -,p_default_owner=>'RIAB' +,p_default_workspace_id=>8386663124395126 +,p_default_application_id=>103 +,p_default_id_offset=>8387900411403031 +,p_default_owner=>'ERIABDB' ); end; / -prompt APPLICATION 102 - EASY-RAG-IN-A-BOX +prompt APPLICATION 103 - eRAG-IN-A-BOX -- -- Application Export: --- Application: 102 --- Name: EASY-RAG-IN-A-BOX --- Date and Time: 09:58 Friday February 14, 2025 --- Exported By: RIAB_APEX_ADMIN +-- Application: 103 +-- Name: eRAG-IN-A-BOX +-- Date and Time: 15:36 Monday March 3, 2025 +-- Exported By: ERIAB -- Flashback: 0 -- Export Type: Application Export -- Pages: 6 --- Items: 28 +-- Items: 29 -- Processes: 8 -- Regions: 11 -- Buttons: 14 --- Dynamic Actions: 10 +-- Dynamic Actions: 11 -- Shared Components: -- Logic: -- Build Options: 1 @@ -71,7 +71,7 @@ prompt APPLICATION 102 - EASY-RAG-IN-A-BOX -- E-Mail: -- Supporting Objects: Included -- Version: 24.1.7 --- Instance ID: 7699857972105789 +-- Instance ID: 7705684142725271 -- prompt --application/delete_application @@ -83,9 +83,9 @@ prompt --application/create_application begin wwv_imp_workspace.create_flow( p_id=>wwv_flow.g_flow_id -,p_owner=>nvl(wwv_flow_application_install.get_schema,'RIAB') -,p_name=>nvl(wwv_flow_application_install.get_application_name,'EASY-RAG-IN-A-BOX') -,p_alias=>nvl(wwv_flow_application_install.get_application_alias,'RAG-IN-A-BOX102') +,p_owner=>nvl(wwv_flow_application_install.get_schema,'ERIABDB') +,p_name=>nvl(wwv_flow_application_install.get_application_name,'eRAG-IN-A-BOX') +,p_alias=>nvl(wwv_flow_application_install.get_application_alias,'ERAG-IN-A-BOX102') ,p_page_view_logging=>'YES' ,p_page_protection_enabled_y_n=>'Y' ,p_checksum_salt=>'C58BE3FB2DDE1467EFAE5494D49719CDFBE78F600D17B846A918F623A8A61EBD' @@ -99,7 +99,7 @@ wwv_imp_workspace.create_flow( ,p_timestamp_tz_format=>'DS' ,p_direction_right_to_left=>'N' ,p_flow_image_prefix => nvl(wwv_flow_application_install.get_image_prefix,'') -,p_authentication_id=>wwv_flow_imp.id(23277954518553777) +,p_authentication_id=>wwv_flow_imp.id(31665854929956808) ,p_application_tab_set=>0 ,p_logo_type=>'T' ,p_logo_text=>'RAG-IN-A-BOX' @@ -116,7 +116,7 @@ wwv_imp_workspace.create_flow( ,p_auto_time_zone=>'N' ,p_error_handling_function=>'eriab_apex_error_handling' ,p_substitution_string_01=>'APP_NAME' -,p_substitution_value_01=>'RAG-IN-A-BOX' +,p_substitution_value_01=>'eRAG-IN-A-BOX' ,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'') ,p_files_version=>6 ,p_print_server_type=>'NATIVE' @@ -130,20 +130,20 @@ end; prompt --application/user_interfaces begin wwv_flow_imp_shared.create_user_interface( - p_id=>wwv_flow_imp.id(102) + p_id=>wwv_flow_imp.id(103) ,p_theme_id=>42 ,p_home_url=>'f?p=&APP_ID.:1:&APP_SESSION.::&DEBUG.:::' ,p_login_url=>'f?p=&APP_ID.:LOGIN:&APP_SESSION.::&DEBUG.:::' ,p_theme_style_by_user_pref=>false ,p_built_with_love=>false ,p_global_page_id=>0 -,p_navigation_list_id=>wwv_flow_imp.id(23278684822553799) +,p_navigation_list_id=>wwv_flow_imp.id(31666585233956830) ,p_navigation_list_position=>'SIDE' -,p_navigation_list_template_id=>wwv_flow_imp.id(23442877325554437) +,p_navigation_list_template_id=>wwv_flow_imp.id(31830777736957468) ,p_nav_list_template_options=>'#DEFAULT#:t-TreeNav--styleA:js-navCollapsed--hidden' ,p_nav_bar_type=>'LIST' -,p_nav_bar_list_id=>wwv_flow_imp.id(23567930808555211) -,p_nav_bar_list_template_id=>wwv_flow_imp.id(23442450109554435) +,p_nav_bar_list_id=>wwv_flow_imp.id(31955831219958242) +,p_nav_bar_list_template_id=>wwv_flow_imp.id(31830350520957466) ,p_nav_bar_template_options=>'#DEFAULT#' ); end; @@ -151,13 +151,13 @@ end; prompt --application/shared_components/navigation/lists/navigation_menu begin wwv_flow_imp_shared.create_list( - p_id=>wwv_flow_imp.id(23278684822553799) + p_id=>wwv_flow_imp.id(31666585233956830) ,p_name=>'Navigation Menu' ,p_list_status=>'PUBLIC' ,p_version_scn=>42210296789524 ); wwv_flow_imp_shared.create_list_item( - p_id=>wwv_flow_imp.id(23578248309555419) + p_id=>wwv_flow_imp.id(31966148720958450) ,p_list_item_display_sequence=>10 ,p_list_item_link_text=>'Home' ,p_list_item_link_target=>'f?p=&APP_ID.:1:&APP_SESSION.::&DEBUG.:::' @@ -165,7 +165,7 @@ wwv_flow_imp_shared.create_list_item( ,p_list_item_current_type=>'TARGET_PAGE' ); wwv_flow_imp_shared.create_list_item( - p_id=>wwv_flow_imp.id(23588571482046107) + p_id=>wwv_flow_imp.id(31976471893449138) ,p_list_item_display_sequence=>20 ,p_list_item_link_text=>'Settings' ,p_list_item_link_target=>'f?p=&APP_ID.:2:&APP_SESSION.::&DEBUG.:::' @@ -178,13 +178,13 @@ end; prompt --application/shared_components/navigation/lists/navigation_bar begin wwv_flow_imp_shared.create_list( - p_id=>wwv_flow_imp.id(23567930808555211) + p_id=>wwv_flow_imp.id(31955831219958242) ,p_name=>'Navigation Bar' ,p_list_status=>'PUBLIC' ,p_version_scn=>42195170971905 ); wwv_flow_imp_shared.create_list_item( - p_id=>wwv_flow_imp.id(23579746596555456) + p_id=>wwv_flow_imp.id(31967647007958487) ,p_list_item_display_sequence=>10 ,p_list_item_link_text=>'&APP_USER.' ,p_list_item_link_target=>'#' @@ -193,22 +193,22 @@ wwv_flow_imp_shared.create_list_item( ,p_list_item_current_type=>'TARGET_PAGE' ); wwv_flow_imp_shared.create_list_item( - p_id=>wwv_flow_imp.id(23580310530555458) + p_id=>wwv_flow_imp.id(31968210941958489) ,p_list_item_display_sequence=>20 ,p_list_item_link_text=>'---' ,p_list_item_link_target=>'separator' ,p_list_item_disp_cond_type=>'USER_IS_NOT_PUBLIC_USER' -,p_parent_list_item_id=>wwv_flow_imp.id(23579746596555456) +,p_parent_list_item_id=>wwv_flow_imp.id(31967647007958487) ,p_list_item_current_type=>'TARGET_PAGE' ); wwv_flow_imp_shared.create_list_item( - p_id=>wwv_flow_imp.id(23580694247555462) + p_id=>wwv_flow_imp.id(31968594658958493) ,p_list_item_display_sequence=>30 ,p_list_item_link_text=>'Sign Out' ,p_list_item_link_target=>'&LOGOUT_URL.' ,p_list_item_icon=>'fa-sign-out' ,p_list_item_disp_cond_type=>'USER_IS_NOT_PUBLIC_USER' -,p_parent_list_item_id=>wwv_flow_imp.id(23579746596555456) +,p_parent_list_item_id=>wwv_flow_imp.id(31967647007958487) ,p_list_item_current_type=>'TARGET_PAGE' ); end; @@ -229,7 +229,7 @@ wwv_flow_imp.g_varchar2_table(5) := '8C7AFF4BB3DA46C52AF93F569A25D012606E0454A30 wwv_flow_imp.g_varchar2_table(6) := '6DC0EFF59EB6876201177F4F7C8AF6C4E940E929701C075785733422251C9CED6236F78D6BFE7E3A07121D5CDEFEC47CFE959335C3645FCBED6214CCB3CB5236A2B1D7E0C40124CE806EC781DB88C3F5CEA578BA2BE5413A81606070D584B050E2C606E5'; wwv_flow_imp.g_varchar2_table(7) := '84454F304D30FFF9333410261026F00F94D5989DA82900230000000049454E44AE426082'; wwv_flow_imp_shared.create_app_static_file( - p_id=>wwv_flow_imp.id(23568947590555261) + p_id=>wwv_flow_imp.id(31956848001958292) ,p_file_name=>'icons/app-icon-32.png' ,p_mime_type=>'image/png' ,p_file_charset=>'utf-8' @@ -283,7 +283,7 @@ wwv_flow_imp.g_varchar2_table(40) := '747B4C9D1B37255AAC5E017E48E8D5739EA982C819 wwv_flow_imp.g_varchar2_table(41) := '8A401B86A15A2309793018C6F3E4AAB6490DC2D9CE2B819C2046BE4DD29E78EBFEBAC1622D4A89A10815691132F408BFEC26620C53B94986FBD50E469C14FE8635575D33E33A69BD094CFAC3BC2D9E7A83D913D600788531CC857FF612A1202008080282'; wwv_flow_imp.g_varchar2_table(42) := '8020200808028280202008080282802020080802828020200808028280202008080282802020080802828020107404FE0FA1066D145FC4CFB80000000049454E44AE426082'; wwv_flow_imp_shared.create_app_static_file( - p_id=>wwv_flow_imp.id(23569250199555267) + p_id=>wwv_flow_imp.id(31957150610958298) ,p_file_name=>'icons/app-icon-144-rounded.png' ,p_mime_type=>'image/png' ,p_file_charset=>'utf-8' @@ -347,7 +347,7 @@ wwv_flow_imp.g_varchar2_table(50) := 'B3F324007D40350224806AF3B3F324007D40350224 wwv_flow_imp.g_varchar2_table(51) := '7D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F3FF0FE61D3D7C1BDD2B480000000049454E44'; wwv_flow_imp.g_varchar2_table(52) := 'AE426082'; wwv_flow_imp_shared.create_app_static_file( - p_id=>wwv_flow_imp.id(23569582005555302) + p_id=>wwv_flow_imp.id(31957482416958333) ,p_file_name=>'icons/app-icon-192.png' ,p_mime_type=>'image/png' ,p_file_charset=>'utf-8' @@ -442,7 +442,7 @@ wwv_flow_imp.g_varchar2_table(81) := '16C38A8B1DD7A913E1A04ED4B9F813EBC4EB545AD4 wwv_flow_imp.g_varchar2_table(82) := '10000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110'; wwv_flow_imp.g_varchar2_table(83) := '0001100001100001100001100081C210F87F37FF43B0612B399C0000000049454E44AE426082'; wwv_flow_imp_shared.create_app_static_file( - p_id=>wwv_flow_imp.id(23569806289555303) + p_id=>wwv_flow_imp.id(31957706700958334) ,p_file_name=>'icons/app-icon-256-rounded.png' ,p_mime_type=>'image/png' ,p_file_charset=>'utf-8' @@ -630,7 +630,7 @@ wwv_flow_imp.g_varchar2_table(174) := '1040000104FC11A000F0271744820002082080803 wwv_flow_imp.g_varchar2_table(175) := '0001041040C099000580336A06420001041040C01F010A007F7241240820800002083813A0007046CD40082080000208F8234001E04F2E880401041040000167021400CEA819080104104000017F042800FCC90591208000020820E04C8002C019350321'; wwv_flow_imp.g_varchar2_table(176) := '8000020820E08F0005803FB920120410400001049C09500038A36620041040000104FC11A000F0271744820002082080803381FF0F99120A31172AA5720000000049454E44AE426082'; wwv_flow_imp_shared.create_app_static_file( - p_id=>wwv_flow_imp.id(23570115397555304) + p_id=>wwv_flow_imp.id(31958015808958335) ,p_file_name=>'icons/app-icon-512.png' ,p_mime_type=>'image/png' ,p_file_charset=>'utf-8' @@ -641,7 +641,7 @@ end; prompt --application/plugin_settings begin wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23273827376553743) + p_id=>wwv_flow_imp.id(31661727787956774) ,p_plugin_type=>'REGION TYPE' ,p_plugin=>'NATIVE_DISPLAY_SELECTOR' ,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( @@ -649,14 +649,14 @@ wwv_flow_imp_shared.create_plugin_setting( ,p_version_scn=>42195170934244 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23274038635553751) + p_id=>wwv_flow_imp.id(31661939046956782) ,p_plugin_type=>'ITEM TYPE' ,p_plugin=>'NATIVE_SELECT_MANY' ,p_attribute_01=>'separated' ,p_version_scn=>42195170934255 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23274410754553752) + p_id=>wwv_flow_imp.id(31662311165956783) ,p_plugin_type=>'ITEM TYPE' ,p_plugin=>'NATIVE_COLOR_PICKER' ,p_attribute_01=>'FULL' @@ -664,7 +664,7 @@ wwv_flow_imp_shared.create_plugin_setting( ,p_version_scn=>42195170934257 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23274640298553753) + p_id=>wwv_flow_imp.id(31662540709956784) ,p_plugin_type=>'ITEM TYPE' ,p_plugin=>'NATIVE_STAR_RATING' ,p_attribute_01=>'fa-star' @@ -672,7 +672,7 @@ wwv_flow_imp_shared.create_plugin_setting( ,p_version_scn=>42195170934269 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23275020737553754) + p_id=>wwv_flow_imp.id(31662921148956785) ,p_plugin_type=>'ITEM TYPE' ,p_plugin=>'NATIVE_SINGLE_CHECKBOX' ,p_attribute_01=>'Y' @@ -680,7 +680,7 @@ wwv_flow_imp_shared.create_plugin_setting( ,p_version_scn=>42195170934289 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23275298528553755) + p_id=>wwv_flow_imp.id(31663198939956786) ,p_plugin_type=>'REGION TYPE' ,p_plugin=>'NATIVE_MAP_REGION' ,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( @@ -688,13 +688,13 @@ wwv_flow_imp_shared.create_plugin_setting( ,p_version_scn=>42195170934298 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23275589281553756) + p_id=>wwv_flow_imp.id(31663489692956787) ,p_plugin_type=>'WEB SOURCE TYPE' ,p_plugin=>'NATIVE_ADFBC' ,p_version_scn=>42195170934305 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23275866910553758) + p_id=>wwv_flow_imp.id(31663767321956789) ,p_plugin_type=>'REGION TYPE' ,p_plugin=>'NATIVE_IR' ,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( @@ -702,7 +702,7 @@ wwv_flow_imp_shared.create_plugin_setting( ,p_version_scn=>42195170934317 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23276161117553759) + p_id=>wwv_flow_imp.id(31664061528956790) ,p_plugin_type=>'ITEM TYPE' ,p_plugin=>'NATIVE_YES_NO' ,p_attribute_01=>'Y' @@ -711,20 +711,20 @@ wwv_flow_imp_shared.create_plugin_setting( ,p_version_scn=>42195170934317 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23276492450553760) + p_id=>wwv_flow_imp.id(31664392861956791) ,p_plugin_type=>'DYNAMIC ACTION' ,p_plugin=>'NATIVE_OPEN_AI_ASSISTANT' ,p_version_scn=>42195170934317 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23276786355553761) + p_id=>wwv_flow_imp.id(31664686766956792) ,p_plugin_type=>'PROCESS TYPE' ,p_plugin=>'NATIVE_GEOCODING' ,p_attribute_01=>'RELAX_HOUSE_NUMBER' ,p_version_scn=>42195170934328 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23277132108553762) + p_id=>wwv_flow_imp.id(31665032519956793) ,p_plugin_type=>'ITEM TYPE' ,p_plugin=>'NATIVE_DATE_PICKER_APEX' ,p_attribute_01=>'MONTH-PICKER:YEAR-PICKER:TODAY-BUTTON' @@ -734,7 +734,7 @@ wwv_flow_imp_shared.create_plugin_setting( ,p_version_scn=>42195170934351 ); wwv_flow_imp_shared.create_plugin_setting( - p_id=>wwv_flow_imp.id(23277383551553763) + p_id=>wwv_flow_imp.id(31665283962956794) ,p_plugin_type=>'ITEM TYPE' ,p_plugin=>'NATIVE_GEOCODED_ADDRESS' ,p_attribute_01=>'RELAX_HOUSE_NUMBER' @@ -749,7 +749,7 @@ end; prompt --application/shared_components/security/authorizations/administration_rights begin wwv_flow_imp_shared.create_security_scheme( - p_id=>wwv_flow_imp.id(23571421302555307) + p_id=>wwv_flow_imp.id(31959321713958338) ,p_name=>'Administration Rights' ,p_scheme_type=>'NATIVE_FUNCTION_BODY' ,p_attribute_01=>'return true;' @@ -782,7 +782,7 @@ end; prompt --application/pages/page_groups begin wwv_flow_imp_page.create_page_group( - p_id=>wwv_flow_imp.id(23571681403555319) + p_id=>wwv_flow_imp.id(31959581814958350) ,p_group_name=>'Administration' ); end; @@ -795,17 +795,17 @@ end; prompt --application/shared_components/navigation/breadcrumbs/breadcrumb begin wwv_flow_imp_shared.create_menu( - p_id=>wwv_flow_imp.id(23278331258553784) + p_id=>wwv_flow_imp.id(31666231669956815) ,p_name=>'Breadcrumb' ); wwv_flow_imp_shared.create_menu_option( - p_id=>wwv_flow_imp.id(23278401748553789) + p_id=>wwv_flow_imp.id(31666302159956820) ,p_short_name=>'Home' ,p_link=>'f?p=&APP_ID.:1:&APP_SESSION.::&DEBUG.:::' ,p_page_id=>1 ); wwv_flow_imp_shared.create_menu_option( - p_id=>wwv_flow_imp.id(23589507017046129) + p_id=>wwv_flow_imp.id(31977407428449160) ,p_short_name=>'SETTINGS' ,p_link=>'f?p=&APP_ID.:2:&APP_SESSION.::&DEBUG.:::' ,p_page_id=>2 @@ -820,7 +820,7 @@ end; prompt --application/shared_components/user_interface/templates/page/drawer begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23279014985553813) + p_id=>wwv_flow_imp.id(31666915396956844) ,p_theme_id=>42 ,p_name=>'Drawer' ,p_internal_name=>'DRAWER' @@ -956,8 +956,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>1659739787629394056 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23279333525553838) -,p_page_template_id=>wwv_flow_imp.id(23279014985553813) + p_id=>wwv_flow_imp.id(31667233936956869) +,p_page_template_id=>wwv_flow_imp.id(31666915396956844) ,p_name=>'Content Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -968,8 +968,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23279633204553841) -,p_page_template_id=>wwv_flow_imp.id(23279014985553813) + p_id=>wwv_flow_imp.id(31667533615956872) +,p_page_template_id=>wwv_flow_imp.id(31666915396956844) ,p_name=>'Dialog Header' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -979,8 +979,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23279916932553842) -,p_page_template_id=>wwv_flow_imp.id(23279014985553813) + p_id=>wwv_flow_imp.id(31667817343956873) +,p_page_template_id=>wwv_flow_imp.id(31666915396956844) ,p_name=>'Dialog Footer' ,p_placeholder=>'REGION_POSITION_03' ,p_has_grid_support=>false @@ -994,7 +994,7 @@ end; prompt --application/shared_components/user_interface/templates/page/left_side_column begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31669737274956900) ,p_theme_id=>42 ,p_name=>'Left Side Column' ,p_internal_name=>'LEFT_SIDE_COLUMN' @@ -1179,8 +1179,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>2525196570560608698 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23282200241553871) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31670100652956902) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'After Logo' ,p_placeholder=>'AFTER_LOGO' ,p_has_grid_support=>false @@ -1191,8 +1191,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23282503034553872) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31670403445956903) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'After Navigation Bar' ,p_placeholder=>'AFTER_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -1203,8 +1203,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23282816602553873) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31670717013956904) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'Before Navigation Bar' ,p_placeholder=>'BEFORE_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -1215,8 +1215,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23283128551553874) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31671028962956905) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -1227,8 +1227,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>8 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23283386815553874) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31671287226956905) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'Breadcrumb Bar' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -1238,8 +1238,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23283682246553875) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31671582657956906) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'Left Column' ,p_placeholder=>'REGION_POSITION_02' ,p_has_grid_support=>false @@ -1250,8 +1250,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23283990226553876) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31671890637956907) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'Dialogs, Drawers and Popups' ,p_placeholder=>'REGION_POSITION_04' ,p_has_grid_support=>true @@ -1262,8 +1262,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23284274340553876) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31672174751956907) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'Footer' ,p_placeholder=>'REGION_POSITION_05' ,p_has_grid_support=>true @@ -1274,8 +1274,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>8 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23284593846553877) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31672494257956908) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'Top Navigation' ,p_placeholder=>'REGION_POSITION_06' ,p_has_grid_support=>false @@ -1285,8 +1285,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23284850190553878) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31672750601956909) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'Banner' ,p_placeholder=>'REGION_POSITION_07' ,p_has_grid_support=>false @@ -1296,8 +1296,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23285212842553881) -,p_page_template_id=>wwv_flow_imp.id(23281836863553869) + p_id=>wwv_flow_imp.id(31673113253956912) +,p_page_template_id=>wwv_flow_imp.id(31669737274956900) ,p_name=>'Full Width Content' ,p_placeholder=>'REGION_POSITION_08' ,p_has_grid_support=>true @@ -1312,7 +1312,7 @@ end; prompt --application/shared_components/user_interface/templates/page/left_and_right_side_columns begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31673509746956914) ,p_theme_id=>42 ,p_name=>'Left and Right Side Columns' ,p_internal_name=>'LEFT_AND_RIGHT_SIDE_COLUMNS' @@ -1504,8 +1504,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>2525203692562657055 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23285925978553885) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31673826389956916) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'After Logo' ,p_placeholder=>'AFTER_LOGO' ,p_has_grid_support=>false @@ -1516,8 +1516,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23286156455553886) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31674056866956917) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'After Navigation Bar' ,p_placeholder=>'AFTER_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -1528,8 +1528,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23286441549553886) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31674341960956917) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Before Navigation Bar' ,p_placeholder=>'BEFORE_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -1540,8 +1540,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23286757555553887) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31674657966956918) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -1552,8 +1552,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>6 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23287097014553888) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31674997425956919) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Breadcrumb Bar' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -1563,8 +1563,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23287421571553888) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31675321982956919) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Left Column' ,p_placeholder=>'REGION_POSITION_02' ,p_has_grid_support=>false @@ -1575,8 +1575,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>3 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23287664688553889) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31675565099956920) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Right Column' ,p_placeholder=>'REGION_POSITION_03' ,p_has_grid_support=>false @@ -1587,8 +1587,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>3 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23288006446553890) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31675906857956921) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Dialogs, Drawers and Popups' ,p_placeholder=>'REGION_POSITION_04' ,p_has_grid_support=>true @@ -1599,8 +1599,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23288281950553891) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31676182361956922) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Footer' ,p_placeholder=>'REGION_POSITION_05' ,p_has_grid_support=>true @@ -1611,8 +1611,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>6 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23288585044553891) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31676485455956922) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Top Navigation' ,p_placeholder=>'REGION_POSITION_06' ,p_has_grid_support=>false @@ -1622,8 +1622,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23288844643553892) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31676745054956923) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Banner' ,p_placeholder=>'REGION_POSITION_07' ,p_has_grid_support=>false @@ -1633,8 +1633,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23289145625553893) -,p_page_template_id=>wwv_flow_imp.id(23285609335553883) + p_id=>wwv_flow_imp.id(31677046036956924) +,p_page_template_id=>wwv_flow_imp.id(31673509746956914) ,p_name=>'Full Width Content' ,p_placeholder=>'REGION_POSITION_08' ,p_has_grid_support=>true @@ -1649,7 +1649,7 @@ end; prompt --application/shared_components/user_interface/templates/page/login begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23289552835553894) + p_id=>wwv_flow_imp.id(31677453246956925) ,p_theme_id=>42 ,p_name=>'Login' ,p_internal_name=>'LOGIN' @@ -1779,8 +1779,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>2099711150063350616 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23289896700553895) -,p_page_template_id=>wwv_flow_imp.id(23289552835553894) + p_id=>wwv_flow_imp.id(31677797111956926) +,p_page_template_id=>wwv_flow_imp.id(31677453246956925) ,p_name=>'Background Image' ,p_placeholder=>'BACKGROUND_IMAGE' ,p_has_grid_support=>false @@ -1791,8 +1791,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23290230635553896) -,p_page_template_id=>wwv_flow_imp.id(23289552835553894) + p_id=>wwv_flow_imp.id(31678131046956927) +,p_page_template_id=>wwv_flow_imp.id(31677453246956925) ,p_name=>'Content Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -1803,8 +1803,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23290459199553897) -,p_page_template_id=>wwv_flow_imp.id(23289552835553894) + p_id=>wwv_flow_imp.id(31678359610956928) +,p_page_template_id=>wwv_flow_imp.id(31677453246956925) ,p_name=>'Body Header' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -1814,8 +1814,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23290808208553898) -,p_page_template_id=>wwv_flow_imp.id(23289552835553894) + p_id=>wwv_flow_imp.id(31678708619956929) +,p_page_template_id=>wwv_flow_imp.id(31677453246956925) ,p_name=>'Body Footer' ,p_placeholder=>'REGION_POSITION_02' ,p_has_grid_support=>false @@ -1829,7 +1829,7 @@ end; prompt --application/shared_components/user_interface/templates/page/master_detail begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31680054214956933) ,p_theme_id=>42 ,p_name=>'Marquee' ,p_internal_name=>'MASTER_DETAIL' @@ -2023,8 +2023,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>1996914646461572319 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23292470301553904) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31680370712956935) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'After Logo' ,p_placeholder=>'AFTER_LOGO' ,p_has_grid_support=>false @@ -2035,8 +2035,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23292821925553905) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31680722336956936) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'After Navigation Bar' ,p_placeholder=>'AFTER_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -2047,8 +2047,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23293121878553906) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31681022289956937) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Before Navigation Bar' ,p_placeholder=>'BEFORE_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -2059,8 +2059,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23293415682553906) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31681316093956937) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -2071,8 +2071,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>8 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23293659550553907) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31681559961956938) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Breadcrumb Bar' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -2082,8 +2082,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23293984380553908) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31681884791956939) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Master Detail' ,p_placeholder=>'REGION_POSITION_02' ,p_has_grid_support=>true @@ -2094,8 +2094,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>8 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23294289115553909) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31682189526956940) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Right Side Column' ,p_placeholder=>'REGION_POSITION_03' ,p_has_grid_support=>false @@ -2106,8 +2106,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23294604784553909) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31682505195956940) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Dialogs, Drawers and Popups' ,p_placeholder=>'REGION_POSITION_04' ,p_has_grid_support=>true @@ -2118,8 +2118,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23294909218553910) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31682809629956941) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Footer' ,p_placeholder=>'REGION_POSITION_05' ,p_has_grid_support=>true @@ -2130,8 +2130,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>8 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23295163540553912) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31683063951956943) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Top Navigation' ,p_placeholder=>'REGION_POSITION_06' ,p_has_grid_support=>false @@ -2141,8 +2141,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23295485021553912) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31683385432956943) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Banner' ,p_placeholder=>'REGION_POSITION_07' ,p_has_grid_support=>false @@ -2152,8 +2152,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23295816062553913) -,p_page_template_id=>wwv_flow_imp.id(23292153803553902) + p_id=>wwv_flow_imp.id(31683716473956944) +,p_page_template_id=>wwv_flow_imp.id(31680054214956933) ,p_name=>'Full Width Content' ,p_placeholder=>'REGION_POSITION_08' ,p_has_grid_support=>true @@ -2168,7 +2168,7 @@ end; prompt --application/shared_components/user_interface/templates/page/minimal_no_navigation begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31684064095956945) ,p_theme_id=>42 ,p_name=>'Minimal (No Navigation)' ,p_internal_name=>'MINIMAL_NO_NAVIGATION' @@ -2351,8 +2351,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>2977628563533209425 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23296444057553916) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31684344468956947) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'After Logo' ,p_placeholder=>'AFTER_LOGO' ,p_has_grid_support=>false @@ -2363,8 +2363,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23296770711553917) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31684671122956948) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'After Navigation Bar' ,p_placeholder=>'AFTER_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -2375,8 +2375,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23297076336553917) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31684976747956948) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'Before Navigation Bar' ,p_placeholder=>'BEFORE_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -2387,8 +2387,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23297339276553918) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31685239687956949) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -2399,8 +2399,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23297723809553919) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31685624220956950) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'Breadcrumb Bar' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -2410,8 +2410,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23297980090553919) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31685880501956950) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'Dialogs, Drawers and Popups' ,p_placeholder=>'REGION_POSITION_04' ,p_has_grid_support=>true @@ -2422,8 +2422,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23298298197553920) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31686198608956951) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'Footer' ,p_placeholder=>'REGION_POSITION_05' ,p_has_grid_support=>true @@ -2434,8 +2434,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23298603507553921) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31686503918956952) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'Top Navigation' ,p_placeholder=>'REGION_POSITION_06' ,p_has_grid_support=>false @@ -2445,8 +2445,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23298838435553921) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31686738846956952) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'Banner' ,p_placeholder=>'REGION_POSITION_07' ,p_has_grid_support=>false @@ -2456,8 +2456,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23299197133553922) -,p_page_template_id=>wwv_flow_imp.id(23296163684553914) + p_id=>wwv_flow_imp.id(31687097544956953) +,p_page_template_id=>wwv_flow_imp.id(31684064095956945) ,p_name=>'Full Width Content' ,p_placeholder=>'REGION_POSITION_08' ,p_has_grid_support=>true @@ -2472,7 +2472,7 @@ end; prompt --application/shared_components/user_interface/templates/page/modal_dialog begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23299608015553923) + p_id=>wwv_flow_imp.id(31687508426956954) ,p_theme_id=>42 ,p_name=>'Modal Dialog' ,p_internal_name=>'MODAL_DIALOG' @@ -2608,8 +2608,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>2098960803539086924 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23299869993553925) -,p_page_template_id=>wwv_flow_imp.id(23299608015553923) + p_id=>wwv_flow_imp.id(31687770404956956) +,p_page_template_id=>wwv_flow_imp.id(31687508426956954) ,p_name=>'Content Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -2620,8 +2620,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23300183739553925) -,p_page_template_id=>wwv_flow_imp.id(23299608015553923) + p_id=>wwv_flow_imp.id(31688084150956956) +,p_page_template_id=>wwv_flow_imp.id(31687508426956954) ,p_name=>'Dialog Header' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -2631,8 +2631,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23300437760553926) -,p_page_template_id=>wwv_flow_imp.id(23299608015553923) + p_id=>wwv_flow_imp.id(31688338171956957) +,p_page_template_id=>wwv_flow_imp.id(31687508426956954) ,p_name=>'Dialog Footer' ,p_placeholder=>'REGION_POSITION_03' ,p_has_grid_support=>false @@ -2646,7 +2646,7 @@ end; prompt --application/shared_components/user_interface/templates/page/right_side_column begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31689030328956959) ,p_theme_id=>42 ,p_name=>'Right Side Column' ,p_internal_name=>'RIGHT_SIDE_COLUMN' @@ -2837,8 +2837,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>2525200116240651575 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23301421038553930) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31689321449956961) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'After Logo' ,p_placeholder=>'AFTER_LOGO' ,p_has_grid_support=>false @@ -2849,8 +2849,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23301679724553931) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31689580135956962) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'After Navigation Bar' ,p_placeholder=>'AFTER_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -2861,8 +2861,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23301977377553932) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31689877788956963) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'Before Navigation Bar' ,p_placeholder=>'BEFORE_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -2873,8 +2873,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23302302173553932) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31690202584956963) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -2885,8 +2885,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>8 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23302635535553933) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31690535946956964) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'Breadcrumb Bar' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -2896,8 +2896,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23302862131553934) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31690762542956965) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'Right Column' ,p_placeholder=>'REGION_POSITION_03' ,p_has_grid_support=>false @@ -2908,8 +2908,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23303163162553935) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31691063573956966) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'Dialogs, Drawers and Popups' ,p_placeholder=>'REGION_POSITION_04' ,p_has_grid_support=>true @@ -2920,8 +2920,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23303437562553935) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31691337973956966) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'Footer' ,p_placeholder=>'REGION_POSITION_05' ,p_has_grid_support=>true @@ -2932,8 +2932,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>8 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23303785792553938) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31691686203956969) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'Top Navigation' ,p_placeholder=>'REGION_POSITION_06' ,p_has_grid_support=>false @@ -2943,8 +2943,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23304087500553938) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31691987911956969) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'Banner' ,p_placeholder=>'REGION_POSITION_07' ,p_has_grid_support=>false @@ -2954,8 +2954,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23304376472553939) -,p_page_template_id=>wwv_flow_imp.id(23301129917553928) + p_id=>wwv_flow_imp.id(31692276883956970) +,p_page_template_id=>wwv_flow_imp.id(31689030328956959) ,p_name=>'Full Width Content' ,p_placeholder=>'REGION_POSITION_08' ,p_has_grid_support=>true @@ -2970,7 +2970,7 @@ end; prompt --application/shared_components/user_interface/templates/page/standard begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31692707915956972) ,p_theme_id=>42 ,p_name=>'Standard' ,p_internal_name=>'STANDARD' @@ -3155,8 +3155,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>4070909157481059304 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23305132439553942) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31693032850956973) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'After Logo' ,p_placeholder=>'AFTER_LOGO' ,p_has_grid_support=>false @@ -3167,8 +3167,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23305373690553943) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31693274101956974) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'After Navigation Bar' ,p_placeholder=>'AFTER_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -3179,8 +3179,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23305705260553943) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31693605671956974) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'Before Navigation Bar' ,p_placeholder=>'BEFORE_NAVIGATION_BAR' ,p_has_grid_support=>false @@ -3191,8 +3191,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>4 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23306014792553944) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31693915203956975) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -3203,8 +3203,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23306273202553945) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31694173613956976) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'Breadcrumb Bar' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -3214,8 +3214,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23306570471553946) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31694470882956977) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'Dialogs, Drawers and Popups' ,p_placeholder=>'REGION_POSITION_04' ,p_has_grid_support=>true @@ -3226,8 +3226,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23306881165553946) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31694781576956977) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'Footer' ,p_placeholder=>'REGION_POSITION_05' ,p_has_grid_support=>true @@ -3238,8 +3238,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23307214555553947) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31695114966956978) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'Top Navigation' ,p_placeholder=>'REGION_POSITION_06' ,p_has_grid_support=>false @@ -3249,8 +3249,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23307451132553948) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31695351543956979) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'Banner' ,p_placeholder=>'REGION_POSITION_07' ,p_has_grid_support=>false @@ -3260,8 +3260,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23307827519553948) -,p_page_template_id=>wwv_flow_imp.id(23304807504553941) + p_id=>wwv_flow_imp.id(31695727930956979) +,p_page_template_id=>wwv_flow_imp.id(31692707915956972) ,p_name=>'Full Width Content' ,p_placeholder=>'REGION_POSITION_08' ,p_has_grid_support=>true @@ -3276,7 +3276,7 @@ end; prompt --application/shared_components/user_interface/templates/page/wizard_modal_dialog begin wwv_flow_imp_shared.create_template( - p_id=>wwv_flow_imp.id(23308235720553950) + p_id=>wwv_flow_imp.id(31696136131956981) ,p_theme_id=>42 ,p_name=>'Wizard Modal Dialog' ,p_internal_name=>'WIZARD_MODAL_DIALOG' @@ -3411,8 +3411,8 @@ wwv_flow_imp_shared.create_template( ,p_reference_id=>2120348229686426515 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23308447834553952) -,p_page_template_id=>wwv_flow_imp.id(23308235720553950) + p_id=>wwv_flow_imp.id(31696348245956983) +,p_page_template_id=>wwv_flow_imp.id(31696136131956981) ,p_name=>'Wizard Body' ,p_placeholder=>'BODY' ,p_has_grid_support=>true @@ -3423,8 +3423,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_max_fixed_grid_columns=>12 ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23308826806553953) -,p_page_template_id=>wwv_flow_imp.id(23308235720553950) + p_id=>wwv_flow_imp.id(31696727217956984) +,p_page_template_id=>wwv_flow_imp.id(31696136131956981) ,p_name=>'Wizard Progress Bar' ,p_placeholder=>'REGION_POSITION_01' ,p_has_grid_support=>false @@ -3434,8 +3434,8 @@ wwv_flow_imp_shared.create_page_tmpl_display_point( ,p_glv_new_row=>true ); wwv_flow_imp_shared.create_page_tmpl_display_point( - p_id=>wwv_flow_imp.id(23309077263553953) -,p_page_template_id=>wwv_flow_imp.id(23308235720553950) + p_id=>wwv_flow_imp.id(31696977674956984) +,p_page_template_id=>wwv_flow_imp.id(31696136131956981) ,p_name=>'Wizard Buttons' ,p_placeholder=>'REGION_POSITION_03' ,p_has_grid_support=>false @@ -3449,7 +3449,7 @@ end; prompt --application/shared_components/user_interface/templates/button/icon begin wwv_flow_imp_shared.create_button_templates( - p_id=>wwv_flow_imp.id(23454395817554488) + p_id=>wwv_flow_imp.id(31842296228957519) ,p_template_name=>'Icon' ,p_internal_name=>'ICON' ,p_template=>'' @@ -3481,7 +3481,7 @@ end; prompt --application/shared_components/user_interface/templates/button/text_with_icon begin wwv_flow_imp_shared.create_button_templates( - p_id=>wwv_flow_imp.id(23455171610554498) + p_id=>wwv_flow_imp.id(31843072021957529) ,p_template_name=>'Text with Icon' ,p_internal_name=>'TEXT_WITH_ICON' ,p_template=>'', +' ', +' ', +' ', +'')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
', +'
', +'
', +'
', +' ', +'
', +'
', +'
', +'

#ERROR_MESSAGE_HEADING#

', +'
', +' ', +'
', +'
', +' ', +'
', +'
', +'
', +'
')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>11 +,p_preset_template_options=>'js-dialog-class-t-Drawer--pullOutEnd' +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
', +'
', +'
', +' ', +'
', +'
', +'
', +'

#MESSAGE#

', +'

#ADDITIONAL_INFO#

', +'
#TECHNICAL_INFO#
', +'
', +'
', +'
', +' ', +'
', +'
', +'
')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
', +'#ROWS#', +'
')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
', +'#COLUMNS#', +'
')) +,p_grid_column_template=>'
#CONTENT#
' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_js_init_code=>'apex.theme42.dialog(#PAGE_URL#,{title:#TITLE#,w:#DIALOG_WIDTH#,mxw:#DIALOG_MAX_WIDTH#,modal:#IS_MODAL#,dialog:#DIALOG#,dlgCls:''t-Drawer-page--standard ''+#DIALOG_CSS_CLASSES#,#DIALOG_ATTRIBUTES#},#PAGE_CSS_CLASSES#,#TRIGGERING_ELEMENT#)' +,p_dialog_js_close_code=>'apex.theme42.dialog.close(#IS_MODAL#,#TARGET#)' +,p_dialog_js_cancel_code=>'apex.theme42.dialog.cancel(#IS_MODAL#)' +,p_dialog_height=>'auto' +,p_dialog_width=>'720' +,p_dialog_max_width=>'960' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>1659739787629394056 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39550309539574383) +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_name=>'Content Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39550609218574386) +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_name=>'Dialog Header' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39550892946574387) +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_name=>'Dialog Footer' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/left_side_column +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(39552812877574414) +,p_theme_id=>42 +,p_name=>'Left Side Column' +,p_internal_name=>'LEFT_SIDE_COLUMN' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.leftSideCol();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
', +'
#REGION_POSITION_01#
', +'
#REGION_POSITION_02#
', +'
', +'
', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
#REGION_POSITION_08#
', +'
#BODY#
', +'
', +'
', +' ', +' ', +'
', +'
', +'
', +'
', +'
#REGION_POSITION_04#
')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
', +'
', +'
', +'
', +' ', +'
', +'
', +'
', +'

#SUCCESS_MESSAGE_HEADING#

', +'
', +' ', +'
', +'
', +' ', +'
', +'
', +'
', +'
')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
', +'
', +'
', +'
', +' ', +'
', +'
', +'
', +'

#ERROR_MESSAGE_HEADING#

', +'
', +' ', +'
', +'
', +' ', +'
', +'
', +'
', +'
')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>17 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2525196570560608698 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39553176255574416) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39553479048574417) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39553792616574418) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39554104565574419) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39554362829574419) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39554658260574420) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'Left Column' +,p_placeholder=>'REGION_POSITION_02' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39554966240574421) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39555250354574421) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39555569860574422) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39555826204574423) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39556188856574426) +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>8 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/left_and_right_side_columns +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(39556585349574428) +,p_theme_id=>42 +,p_name=>'Left and Right Side Columns' +,p_internal_name=>'LEFT_AND_RIGHT_SIDE_COLUMNS' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.bothSideCols();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    #REGION_POSITION_02#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_sidebar_def_reg_pos=>'REGION_POSITION_03' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>17 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2525203692562657055 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39556901992574430) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39557132469574431) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39557417563574431) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39557733569574432) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>6 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39558073028574433) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39558397585574433) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Left Column' +,p_placeholder=>'REGION_POSITION_02' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>3 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39558640702574434) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Right Column' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>3 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39558982460574435) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39559257964574436) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>6 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39559561058574436) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39559820657574437) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39560121639574438) +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>6 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/login +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(39560528849574439) +,p_theme_id=>42 +,p_name=>'Login' +,p_internal_name=>'LOGIN' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.appLogin();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'#FORM_OPEN#', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT#', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>6 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2099711150063350616 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39560872714574440) +,p_page_template_id=>wwv_flow_imp.id(39560528849574439) +,p_name=>'Background Image' +,p_placeholder=>'BACKGROUND_IMAGE' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39561206649574441) +,p_page_template_id=>wwv_flow_imp.id(39560528849574439) +,p_name=>'Content Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39561435213574442) +,p_page_template_id=>wwv_flow_imp.id(39560528849574439) +,p_name=>'Body Header' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39561784222574443) +,p_page_template_id=>wwv_flow_imp.id(39560528849574439) +,p_name=>'Body Footer' +,p_placeholder=>'REGION_POSITION_02' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/master_detail +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(39563129817574447) +,p_theme_id=>42 +,p_name=>'Marquee' +,p_internal_name=>'MASTER_DETAIL' +,p_is_popup=>false +,p_javascript_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.stickyTableHeader#MIN#.js?v=#APEX_VERSION#', +'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#')) +,p_javascript_code_onload=>'apex.theme42.initializePage.masterDetail();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #REGION_POSITION_02#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_sidebar_def_reg_pos=>'REGION_POSITION_03' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>17 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>1996914646461572319 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39563446315574449) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39563797939574450) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39564097892574451) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39564391696574451) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39564635564574452) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39564960394574453) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Master Detail' +,p_placeholder=>'REGION_POSITION_02' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39565265129574454) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Right Side Column' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39565580798574454) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39565885232574455) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39566139554574457) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39566461035574457) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39566792076574458) +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/minimal_no_navigation +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(39567139698574459) +,p_theme_id=>42 +,p_name=>'Minimal (No Navigation)' +,p_internal_name=>'MINIMAL_NO_NAVIGATION' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.noSideCol();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS# ', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'', +' ')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>4 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2977628563533209425 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39567420071574461) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39567746725574462) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39568052350574462) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39568315290574463) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39568699823574464) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39568956104574464) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39569274211574465) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39569579521574466) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39569814449574466) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39570173147574467) +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/modal_dialog +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(39570584029574468) +,p_theme_id=>42 +,p_name=>'Modal Dialog' +,p_internal_name=>'MODAL_DIALOG' +,p_is_popup=>true +,p_javascript_code_onload=>'apex.theme42.initializePage.modalDialog();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'#FORM_OPEN#')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>3 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_js_init_code=>'apex.theme42.dialog(#PAGE_URL#,{title:#TITLE#,h:#DIALOG_HEIGHT#,w:#DIALOG_WIDTH#,mxw:#DIALOG_MAX_WIDTH#,modal:#IS_MODAL#,dialog:#DIALOG#,dlgCls:''t-Dialog-page--standard ''+#DIALOG_CSS_CLASSES#,#DIALOG_ATTRIBUTES#},#PAGE_CSS_CLASSES#,#TRIGGERING_ELEMEN' +||'T#)' +,p_dialog_js_close_code=>'apex.theme42.dialog.close(#IS_MODAL#,#TARGET#)' +,p_dialog_js_cancel_code=>'apex.theme42.dialog.cancel(#IS_MODAL#)' +,p_dialog_height=>'auto' +,p_dialog_width=>'720' +,p_dialog_max_width=>'960' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2098960803539086924 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39570846007574470) +,p_page_template_id=>wwv_flow_imp.id(39570584029574468) +,p_name=>'Content Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39571159753574470) +,p_page_template_id=>wwv_flow_imp.id(39570584029574468) +,p_name=>'Dialog Header' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39571413774574471) +,p_page_template_id=>wwv_flow_imp.id(39570584029574468) +,p_name=>'Dialog Footer' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/right_side_column +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(39572105931574473) +,p_theme_id=>42 +,p_name=>'Right Side Column' +,p_internal_name=>'RIGHT_SIDE_COLUMN' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.rightSideCol();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_sidebar_def_reg_pos=>'REGION_POSITION_03' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>17 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2525200116240651575 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39572397052574475) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39572655738574476) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39572953391574477) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39573278187574477) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39573611549574478) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39573838145574479) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'Right Column' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39574139176574480) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39574413576574480) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39574761806574483) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39575063514574483) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39575352486574484) +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/standard +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(39575783518574486) +,p_theme_id=>42 +,p_name=>'Standard' +,p_internal_name=>'STANDARD' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.noSideCol();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>1 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>4070909157481059304 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39576108453574487) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39576349704574488) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39576681274574488) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39576990806574489) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39577249216574490) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39577546485574491) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39577857179574491) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39578190569574492) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39578427146574493) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39578803533574493) +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/wizard_modal_dialog +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(39579211734574495) +,p_theme_id=>42 +,p_name=>'Wizard Modal Dialog' +,p_internal_name=>'WIZARD_MODAL_DIALOG' +,p_is_popup=>true +,p_javascript_code_onload=>'apex.theme42.initializePage.wizardModal();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'#FORM_OPEN#')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_theme_class_id=>3 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_js_init_code=>'apex.theme42.dialog(#PAGE_URL#,{title:#TITLE#,h:#DIALOG_HEIGHT#,w:#DIALOG_WIDTH#,mxw:#DIALOG_MAX_WIDTH#,modal:#IS_MODAL#,dialog:#DIALOG#,dlgCls:''t-Dialog-page--wizard ''+#DIALOG_CSS_CLASSES#,#DIALOG_ATTRIBUTES#},#PAGE_CSS_CLASSES#,#TRIGGERING_ELEMENT#' +||')' +,p_dialog_js_close_code=>'apex.theme42.dialog.close(#IS_MODAL#,#TARGET#)' +,p_dialog_js_cancel_code=>'apex.theme42.dialog.cancel(#IS_MODAL#)' +,p_dialog_height=>'auto' +,p_dialog_width=>'720' +,p_dialog_max_width=>'960' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2120348229686426515 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39579423848574497) +,p_page_template_id=>wwv_flow_imp.id(39579211734574495) +,p_name=>'Wizard Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39579802820574498) +,p_page_template_id=>wwv_flow_imp.id(39579211734574495) +,p_name=>'Wizard Progress Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(39580053277574498) +,p_page_template_id=>wwv_flow_imp.id(39579211734574495) +,p_name=>'Wizard Buttons' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/button/icon +begin +wwv_flow_imp_shared.create_button_templates( + p_id=>wwv_flow_imp.id(39725371831575033) +,p_template_name=>'Icon' +,p_internal_name=>'ICON' +,p_template=>'' +,p_hot_template=>'' +,p_reference_id=>2347660919680321258 +,p_translate_this_template=>'N' +,p_theme_class_id=>5 +,p_theme_id=>42 +); +end; +/ +prompt --application/shared_components/user_interface/templates/button/text +begin +wwv_flow_imp_shared.create_button_templates( + p_id=>wwv_flow_imp.id(39726103540575043) +,p_template_name=>'Text' +,p_internal_name=>'TEXT' +,p_template=>'' +,p_hot_template=>'' +,p_reference_id=>4070916158035059322 +,p_translate_this_template=>'N' +,p_theme_class_id=>1 +,p_theme_id=>42 +); +end; +/ +prompt --application/shared_components/user_interface/templates/button/text_with_icon +begin +wwv_flow_imp_shared.create_button_templates( + p_id=>wwv_flow_imp.id(39726147624575043) +,p_template_name=>'Text with Icon' +,p_internal_name=>'TEXT_WITH_ICON' +,p_template=>'' +,p_hot_template=>'' +,p_reference_id=>2081382742158699622 +,p_translate_this_template=>'N' +,p_theme_class_id=>4 +,p_preset_template_options=>'t-Button--iconLeft' +,p_theme_id=>42 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/alert +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39580709563574502) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #TITLE#

    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    ', +'
    #PREVIOUS##CLOSE##CREATE##NEXT#
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Alert' +,p_internal_name=>'ALERT' +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_preset_template_options=>'t-Alert--horizontal:t-Alert--defaultIcons:t-Alert--warning' +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2039236646100190748 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39580995113574515) +,p_plug_template_id=>wwv_flow_imp.id(39580709563574502) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39581214472574518) +,p_plug_template_id=>wwv_flow_imp.id(39580709563574502) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39581541246574519) +,p_plug_template_id=>wwv_flow_imp.id(39580709563574502) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39581846059574519) +,p_plug_template_id=>wwv_flow_imp.id(39580709563574502) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39582125987574520) +,p_plug_template_id=>wwv_flow_imp.id(39580709563574502) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39582507510574521) +,p_plug_template_id=>wwv_flow_imp.id(39580709563574502) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/blank_with_attributes +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39585890848574533) +,p_layout=>'TABLE' +,p_template=>'
    #PREVIOUS##BODY##SUB_REGIONS##NEXT#
    ' +,p_page_plug_template_name=>'Blank with Attributes' +,p_internal_name=>'BLANK_WITH_ATTRIBUTES' +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>4499993862448380551 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39586113701574534) +,p_plug_template_id=>wwv_flow_imp.id(39585890848574533) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39586452668574535) +,p_plug_template_id=>wwv_flow_imp.id(39585890848574533) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39586746903574536) +,p_plug_template_id=>wwv_flow_imp.id(39585890848574533) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39587088911574536) +,p_plug_template_id=>wwv_flow_imp.id(39585890848574533) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/blank_with_attributes_no_grid +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39587289602574537) +,p_layout=>'TABLE' +,p_template=>'
    #PREVIOUS##BODY##SUB_REGIONS##NEXT#
    ' +,p_page_plug_template_name=>'Blank with Attributes (No Grid)' +,p_internal_name=>'BLANK_WITH_ATTRIBUTES_NO_GRID' +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>3369790999010910123 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39587605441574538) +,p_plug_template_id=>wwv_flow_imp.id(39587289602574537) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39587871709574539) +,p_plug_template_id=>wwv_flow_imp.id(39587289602574537) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39588179187574539) +,p_plug_template_id=>wwv_flow_imp.id(39587289602574537) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39588450533574540) +,p_plug_template_id=>wwv_flow_imp.id(39587289602574537) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/buttons_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39588703489574541) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    #PREVIOUS##CLOSE##DELETE#
    ', +'
    ', +' #BODY#', +'
    #CHANGE#
    ', +' #SUB_REGIONS#', +'
    ', +'
    #EDIT##CREATE##NEXT#
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Buttons Container' +,p_internal_name=>'BUTTONS_CONTAINER' +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>17 +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2124982336649579661 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39588912619574542) +,p_plug_template_id=>wwv_flow_imp.id(39588703489574541) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39589312074574542) +,p_plug_template_id=>wwv_flow_imp.id(39588703489574541) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39589531177574543) +,p_plug_template_id=>wwv_flow_imp.id(39588703489574541) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39589822920574544) +,p_plug_template_id=>wwv_flow_imp.id(39588703489574541) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39590157497574545) +,p_plug_template_id=>wwv_flow_imp.id(39588703489574541) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39590501603574545) +,p_plug_template_id=>wwv_flow_imp.id(39588703489574541) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39590775090574546) +,p_plug_template_id=>wwv_flow_imp.id(39588703489574541) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39591082713574547) +,p_plug_template_id=>wwv_flow_imp.id(39588703489574541) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39591377698574547) +,p_plug_template_id=>wwv_flow_imp.id(39588703489574541) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/cards_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39592980501574553) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #ORDER_BY_ITEM#
    ', +' #BODY#', +' #SUB_REGIONS#', +'
    ')) +,p_page_plug_template_name=>'Cards Container' +,p_internal_name=>'CARDS_CONTAINER' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_default_template_options=>'u-colors' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2071277712695139743 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39593258016574554) +,p_plug_template_id=>wwv_flow_imp.id(39592980501574553) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39593524908574554) +,p_plug_template_id=>wwv_flow_imp.id(39592980501574553) +,p_name=>'Sort Order' +,p_placeholder=>'ORDER_BY_ITEM' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39593817597574555) +,p_plug_template_id=>wwv_flow_imp.id(39592980501574553) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/carousel_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39594851157574558) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_sub_plug_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SUB_REGION#', +'
    ')) +,p_page_plug_template_name=>'Carousel Container' +,p_internal_name=>'CAROUSEL_CONTAINER' +,p_javascript_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#', +'#APEX_FILES#plugins/com.oracle.apex.carousel/1.1/com.oracle.apex.carousel#MIN#.js?v=#APEX_VERSION#')) +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>5 +,p_default_template_options=>'t-Region--showCarouselControls' +,p_preset_template_options=>'t-Region--hiddenOverflow' +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2865840475322558786 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39595138810574560) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39595433392574561) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39595754323574561) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39596098963574562) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Copy' +,p_placeholder=>'COPY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39596403351574563) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39596684320574563) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39596964412574564) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39597219134574565) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Help' +,p_placeholder=>'HELP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39597562242574565) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39597896257574566) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39598168313574567) +,p_plug_template_id=>wwv_flow_imp.id(39594851157574558) +,p_name=>'Slides' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/collapsible +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39604765323574593) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +'

    ', +'
    ', +'
    #EDIT#
    ', +'
    ', +'
    ', +'
    ', +'
    #CLOSE#
    ', +'
    #CREATE#
    ', +'
    ', +'
    ', +'
    #ORDER_BY_ITEM#
    ', +' #COPY#', +' #BODY#', +' #SUB_REGIONS#', +' #CHANGE#', +'
    ', +'
    ', +'
    #PREVIOUS#
    ', +'
    #NEXT#
    ', +'
    ', +'
    ', +'
    ', +'')) +,p_page_plug_template_name=>'Collapsible' +,p_internal_name=>'COLLAPSIBLE' +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_preset_template_options=>'is-expanded:t-Region--scrollBody' +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2662888092628347716 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39605071630574595) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39605359222574596) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39605682456574596) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39605997465574597) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Copy' +,p_placeholder=>'COPY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39606266294574598) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39606562850574599) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39606830646574600) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39607148362574601) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Sort Order' +,p_placeholder=>'ORDER_BY_ITEM' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39607458247574602) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39607766255574602) +,p_plug_template_id=>wwv_flow_imp.id(39604765323574593) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/content_block +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39614556861574630) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'

    #TITLE#

    ', +' #EDIT#', +'
    ', +'
    #CHANGE#
    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    #PREVIOUS##NEXT#
    ', +'
    ', +'')) +,p_page_plug_template_name=>'Content Block' +,p_internal_name=>'CONTENT_BLOCK' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_preset_template_options=>'t-ContentBlock--h1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2320668864738842174 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39614862054574631) +,p_plug_template_id=>wwv_flow_imp.id(39614556861574630) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39615205262574632) +,p_plug_template_id=>wwv_flow_imp.id(39614556861574630) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39615492823574632) +,p_plug_template_id=>wwv_flow_imp.id(39614556861574630) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39615736426574633) +,p_plug_template_id=>wwv_flow_imp.id(39614556861574630) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39616092513574634) +,p_plug_template_id=>wwv_flow_imp.id(39614556861574630) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39616350203574635) +,p_plug_template_id=>wwv_flow_imp.id(39614556861574630) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/hero +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39619198414574646) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    #UP#
    ', +'
    #REGION_IMAGE#
    ', +'
    ', +'

    #TITLE#

    ', +' #BODY#', +'
    ', +'
    #SUB_REGIONS#
    #NEXT#
    ', +'
    ', +'
    ', +'
    #SMART_FILTERS#
    ', +'
    ', +'')) +,p_page_plug_template_name=>'Hero' +,p_internal_name=>'HERO' +,p_image_template=>'' +,p_theme_id=>42 +,p_theme_class_id=>22 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2672571031438297268 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39619494556574648) +,p_plug_template_id=>wwv_flow_imp.id(39619198414574646) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39619801186574649) +,p_plug_template_id=>wwv_flow_imp.id(39619198414574646) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39620061961574650) +,p_plug_template_id=>wwv_flow_imp.id(39619198414574646) +,p_name=>'Search Field and Smart Filters' +,p_placeholder=>'SMART_FILTERS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39620384829574650) +,p_plug_template_id=>wwv_flow_imp.id(39619198414574646) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39620627798574651) +,p_plug_template_id=>wwv_flow_imp.id(39619198414574646) +,p_name=>'Up' +,p_placeholder=>'UP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/image +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39622613433574658) +,p_layout=>'TABLE' +,p_template=>'
    #REGION_IMAGE_ALT_TEXT#
    ' +,p_page_plug_template_name=>'Image' +,p_internal_name=>'IMAGE' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_preset_template_options=>'t-ImageRegion--auto:t-ImageRegion--cover:t-ImageRegion--square:t-ImageRegion--noFilter' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>1673953645642781634 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39622990783574659) +,p_plug_template_id=>wwv_flow_imp.id(39622613433574658) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39623271500574660) +,p_plug_template_id=>wwv_flow_imp.id(39622613433574658) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/inline_dialog +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39628069242574680) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    ', +'
    ', +'
    ', +'
    #PREVIOUS##DELETE##CLOSE#
    ', +'
    #EDIT##CREATE##NEXT#
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Inline Dialog' +,p_internal_name=>'INLINE_DIALOG' +,p_theme_id=>42 +,p_theme_class_id=>24 +,p_default_template_options=>'js-modal:js-draggable:js-resizable' +,p_preset_template_options=>'js-dialog-size600x400' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>2671226943886536762 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39628337997574681) +,p_plug_template_id=>wwv_flow_imp.id(39628069242574680) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39628664363574681) +,p_plug_template_id=>wwv_flow_imp.id(39628069242574680) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39629011993574682) +,p_plug_template_id=>wwv_flow_imp.id(39628069242574680) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39629223208574683) +,p_plug_template_id=>wwv_flow_imp.id(39628069242574680) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39629513726574684) +,p_plug_template_id=>wwv_flow_imp.id(39628069242574680) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39629894938574685) +,p_plug_template_id=>wwv_flow_imp.id(39628069242574680) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39630182241574686) +,p_plug_template_id=>wwv_flow_imp.id(39628069242574680) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39630419941574687) +,p_plug_template_id=>wwv_flow_imp.id(39628069242574680) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/inline_drawer +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39632651863574695) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #PREVIOUS##DELETE##CLOSE#
    ', +'
    ', +'
    ', +'
    #EDIT##CREATE##NEXT#
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Inline Drawer' +,p_internal_name=>'INLINE_DRAWER' +,p_theme_id=>42 +,p_theme_class_id=>24 +,p_default_template_options=>'js-modal' +,p_preset_template_options=>'js-dialog-class-t-Drawer--pullOutEnd' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>1659526333647509386 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39632978472574696) +,p_plug_template_id=>wwv_flow_imp.id(39632651863574695) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39633293875574697) +,p_plug_template_id=>wwv_flow_imp.id(39632651863574695) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39633564934574698) +,p_plug_template_id=>wwv_flow_imp.id(39632651863574695) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39633876990574698) +,p_plug_template_id=>wwv_flow_imp.id(39632651863574695) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39634205261574699) +,p_plug_template_id=>wwv_flow_imp.id(39632651863574695) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39634473265574700) +,p_plug_template_id=>wwv_flow_imp.id(39632651863574695) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39634805827574700) +,p_plug_template_id=>wwv_flow_imp.id(39632651863574695) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39635070151574701) +,p_plug_template_id=>wwv_flow_imp.id(39632651863574695) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/inline_popup +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39637301297574709) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    ', +'
    ', +'
    ', +'
    #PREVIOUS##DELETE##CLOSE#
    ', +'
    #EDIT##CREATE##NEXT#
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Inline Popup' +,p_internal_name=>'INLINE_POPUP' +,p_theme_id=>42 +,p_theme_class_id=>24 +,p_preset_template_options=>'js-dialog-size600x400' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>1483922538999385230 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39637609940574710) +,p_plug_template_id=>wwv_flow_imp.id(39637301297574709) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39637865215574710) +,p_plug_template_id=>wwv_flow_imp.id(39637301297574709) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39638204302574711) +,p_plug_template_id=>wwv_flow_imp.id(39637301297574709) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39638420771574712) +,p_plug_template_id=>wwv_flow_imp.id(39637301297574709) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39638809879574712) +,p_plug_template_id=>wwv_flow_imp.id(39637301297574709) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39639061616574713) +,p_plug_template_id=>wwv_flow_imp.id(39637301297574709) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39639404351574714) +,p_plug_template_id=>wwv_flow_imp.id(39637301297574709) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39639621341574715) +,p_plug_template_id=>wwv_flow_imp.id(39637301297574709) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/interactive_report +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39642663552574725) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #ORDER_BY_ITEM#
    ', +' #PREVIOUS#', +' #BODY#', +' #SUB_REGIONS#', +' #NEXT#', +'
    ', +'')) +,p_page_plug_template_name=>'Interactive Report' +,p_internal_name=>'INTERACTIVE_REPORT' +,p_theme_id=>42 +,p_theme_class_id=>9 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2099079838218790610 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39642931721574726) +,p_plug_template_id=>wwv_flow_imp.id(39642663552574725) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39643306515574726) +,p_plug_template_id=>wwv_flow_imp.id(39642663552574725) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39643574561574727) +,p_plug_template_id=>wwv_flow_imp.id(39642663552574725) +,p_name=>'Sort Order' +,p_placeholder=>'ORDER_BY_ITEM' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39643911241574728) +,p_plug_template_id=>wwv_flow_imp.id(39642663552574725) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39644130336574728) +,p_plug_template_id=>wwv_flow_imp.id(39642663552574725) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/item_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39644794938574730) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #BUTTON_START#
    ', +'
    #BODY#
    ', +'
    #BUTTON_END#
    ', +'
    ')) +,p_page_plug_template_name=>'Item Container' +,p_internal_name=>'ITEM_CONTAINER' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>1568547778806319863 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39645069145574731) +,p_plug_template_id=>wwv_flow_imp.id(39644794938574730) +,p_name=>'Item' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39645360061574732) +,p_plug_template_id=>wwv_flow_imp.id(39644794938574730) +,p_name=>'Button End' +,p_placeholder=>'BUTTON_END' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39645704334574733) +,p_plug_template_id=>wwv_flow_imp.id(39644794938574730) +,p_name=>'Button Start' +,p_placeholder=>'BUTTON_START' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/login +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39647218926574739) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_page_plug_template_name=>'Login' +,p_internal_name=>'LOGIN' +,p_image_template=>'' +,p_theme_id=>42 +,p_theme_class_id=>23 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2672711194551076376 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39647569430574740) +,p_plug_template_id=>wwv_flow_imp.id(39647218926574739) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39647819830574740) +,p_plug_template_id=>wwv_flow_imp.id(39647218926574739) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39648205997574741) +,p_plug_template_id=>wwv_flow_imp.id(39647218926574739) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39648450671574742) +,p_plug_template_id=>wwv_flow_imp.id(39647218926574739) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39648725970574742) +,p_plug_template_id=>wwv_flow_imp.id(39647218926574739) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/search_results_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39649718430574746) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' ', +' #BODY#', +' #SUB_REGIONS#', +'
    ', +'')) +,p_page_plug_template_name=>'Search Results Container' +,p_internal_name=>'SEARCH_RESULTS_CONTAINER' +,p_theme_id=>42 +,p_theme_class_id=>11 +,p_default_template_options=>'u-colors' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>1554292095258992441 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39650071930574747) +,p_plug_template_id=>wwv_flow_imp.id(39649718430574746) +,p_name=>'Search Results' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39650376667574747) +,p_plug_template_id=>wwv_flow_imp.id(39649718430574746) +,p_name=>'Search Field' +,p_placeholder=>'SEARCH_FIELD' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39650685538574748) +,p_plug_template_id=>wwv_flow_imp.id(39649718430574746) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/standard +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39652424311574754) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'

    #TITLE#

    ', +'
    ', +'
    #COPY##EDIT#
    ', +'
    ', +'
    ', +'
    ', +'
    #PREVIOUS#
    ', +'
    #NEXT#
    ', +'
    ', +'
    ', +'
    #ORDER_BY_ITEM#
    ', +' #BODY#', +' #SUB_REGIONS#', +'
    ', +'
    ', +'
    #CLOSE##HELP#
    ', +'
    #DELETE##CHANGE##CREATE#
    ', +'
    ', +'
    ', +'
    ', +'')) +,p_page_plug_template_name=>'Standard' +,p_internal_name=>'STANDARD' +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>8 +,p_preset_template_options=>'t-Region--scrollBody' +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>4070912133526059312 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39652776491574755) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39653065075574756) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39653333719574756) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39653692750574757) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Copy' +,p_placeholder=>'COPY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39653955764574758) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39654279747574758) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39654611328574759) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39654878193574760) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Help' +,p_placeholder=>'HELP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39655173285574761) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39655496345574761) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Sort Order' +,p_placeholder=>'ORDER_BY_ITEM' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39655750016574762) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39656107653574763) +,p_plug_template_id=>wwv_flow_imp.id(39652424311574754) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/tabs_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39662274222574783) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #BODY#', +'
    #SUB_REGIONS#
    ', +'
    ')) +,p_sub_plug_template=>'
    #SUB_REGION#
    ' +,p_page_plug_template_name=>'Tabs Container' +,p_internal_name=>'TABS_CONTAINER' +,p_javascript_file_urls=>'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#' +,p_theme_id=>42 +,p_theme_class_id=>5 +,p_preset_template_options=>'t-TabsRegion-mod--simple' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>3221725015618492759 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39662581882574784) +,p_plug_template_id=>wwv_flow_imp.id(39662274222574783) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39662869160574785) +,p_plug_template_id=>wwv_flow_imp.id(39662274222574783) +,p_name=>'Tabs' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/title_bar +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39664895887574791) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_page_plug_template_name=>'Title Bar' +,p_internal_name=>'TITLE_BAR' +,p_theme_id=>42 +,p_theme_class_id=>6 +,p_default_template_options=>'t-BreadcrumbRegion--showBreadcrumb' +,p_preset_template_options=>'t-BreadcrumbRegion--useBreadcrumbTitle' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'navigation' +,p_reference_id=>2530016523834132090 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39665159725574792) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39665460963574793) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39665718733574794) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39666047990574794) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Copy' +,p_placeholder=>'COPY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39666344847574795) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39666698657574796) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39666999828574796) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39667237559574797) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Help' +,p_placeholder=>'HELP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39667599327574798) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39667903892574799) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39668135801574799) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Search Field and Smart Filters' +,p_placeholder=>'SMART_FILTERS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39668436187574800) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39668763129574801) +,p_plug_template_id=>wwv_flow_imp.id(39664895887574791) +,p_name=>'Up' +,p_placeholder=>'UP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/wizard_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(39669948262574804) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'

    #TITLE#

    ', +'
    ', +'
    #PREVIOUS##CLOSE#
    ', +'
    #BODY#
    ', +'
    #NEXT#
    ', +'
    ', +'
    ', +'
    #SUB_REGIONS#
    ', +'
    ')) +,p_page_plug_template_name=>'Wizard Container' +,p_internal_name=>'WIZARD_CONTAINER' +,p_theme_id=>42 +,p_theme_class_id=>8 +,p_preset_template_options=>'t-Wizard--hideStepsXSmall' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2117602213152591491 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39670289658574805) +,p_plug_template_id=>wwv_flow_imp.id(39669948262574804) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39670535088574806) +,p_plug_template_id=>wwv_flow_imp.id(39669948262574804) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39670909965574807) +,p_plug_template_id=>wwv_flow_imp.id(39669948262574804) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39671153590574807) +,p_plug_template_id=>wwv_flow_imp.id(39669948262574804) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(39671449984574808) +,p_plug_template_id=>wwv_flow_imp.id(39669948262574804) +,p_name=>'Wizard Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/badge_list +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39697840767574913) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #TEXT#', +' #A01#', +' ', +'
  • ', +'')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #TEXT#', +' #A01#', +' ', +'
  • ', +'')) +,p_list_template_name=>'Badge List' +,p_internal_name=>'BADGE_LIST' +,p_theme_id=>42 +,p_theme_class_id=>3 +,p_preset_template_options=>'t-BadgeList--large:t-BadgeList--cols t-BadgeList--3cols:t-BadgeList--circular' +,p_list_template_before_rows=>'' +,p_a01_label=>'Value' +,p_a02_label=>'List item CSS Classes' +,p_a03_label=>'Link Attributes' +,p_a04_label=>'Link Classes' +,p_reference_id=>2062482847268086664 +,p_list_template_comment=>wwv_flow_string.join(wwv_flow_t_varchar2( +'A01: Large Number', +'A02: List Item Classes', +'A03: Link Attributes')) +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/cards +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39701881634574937) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
  • ')) +,p_list_template_name=>'Cards' +,p_internal_name=>'CARDS' +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_preset_template_options=>'t-Cards--animColorFill:t-Cards--3cols:t-Cards--basic' +,p_list_template_before_rows=>'' +,p_a01_label=>'Description' +,p_a02_label=>'Secondary Information' +,p_a03_label=>'Initials' +,p_a04_label=>'List Item CSS Classes' +,p_a05_label=>'Link Attributes' +,p_a06_label=>'Card Color Class' +,p_a07_label=>'Subtitle' +,p_reference_id=>2885322685880632508 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/links_list +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39707491077574956) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_list_template_name=>'Links List' +,p_internal_name=>'LINKS_LIST' +,p_theme_id=>42 +,p_theme_class_id=>18 +,p_list_template_before_rows=>'' +,p_before_sub_list=>'' +,p_sub_list_item_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_sub_list_item_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_item_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_item_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_a01_label=>'Badge Value' +,p_a02_label=>'Link Attributes' +,p_a03_label=>'List Item CSS Classes' +,p_reference_id=>4070914341144059318 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/media_list +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39709051806574962) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +'
    ', +'

    #TEXT#

    ', +'

    #A01#

    ', +'
    ', +'
    ', +' #A02#', +'
    ', +'
    ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +'
    ', +'

    #TEXT#

    ', +'

    #A01#

    ', +'
    ', +'
    ', +' #A02#', +'
    ', +'
    ', +'
  • ')) +,p_list_template_name=>'Media List' +,p_internal_name=>'MEDIA_LIST' +,p_theme_id=>42 +,p_theme_class_id=>5 +,p_default_template_options=>'t-MediaList--showIcons:t-MediaList--showDesc' +,p_list_template_before_rows=>'' +,p_a01_label=>'Description' +,p_a02_label=>'Badge Value' +,p_a03_label=>'Link Attributes' +,p_a04_label=>'List Item CSS Classes' +,p_a05_label=>'Link Class' +,p_a06_label=>'Icon Color Class' +,p_reference_id=>2066548068783481421 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/menu_bar +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39711852809574973) +,p_list_template_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_list_template_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_list_template_name=>'Menu Bar' +,p_internal_name=>'MENU_BAR' +,p_javascript_code_onload=>wwv_flow_string.join(wwv_flow_t_varchar2( +'var e = apex.jQuery("##PARENT_STATIC_ID#_menubar", apex.gPageContext$);', +'if (e.hasClass("js-addActions")) {', +' apex.actions.addFromMarkup( e );', +'}', +'e.menu({', +' behaveLikeTabs: e.hasClass("js-tabLike"),', +' menubarShowSubMenuIcon: e.hasClass("js-showSubMenuIcons") || null,', +' iconType: ''fa'',', +' menubar: true,', +' menubarOverflow: true,', +' callout: e.hasClass("js-menu-callout")', +'});')) +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_default_template_options=>'js-showSubMenuIcons' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_before_sub_list=>'' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_item_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_a01_label=>'Menu Item ID / Action Name' +,p_a02_label=>'Disabled (True/False)' +,p_a03_label=>'Hidden (True/False)' +,p_a04_label=>'Title Attribute (Used By Actions Only)' +,p_a05_label=>'Shortcut' +,p_a06_label=>'Link Target' +,p_reference_id=>2008709236185638887 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/menu_popup +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39712817665574978) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • #TEXT_ESC_SC#
  • ', +'')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • #TEXT_ESC_SC#
  • ', +'')) +,p_list_template_name=>'Menu Popup' +,p_internal_name=>'MENU_POPUP' +,p_javascript_code_onload=>wwv_flow_string.join(wwv_flow_t_varchar2( +'var e = apex.jQuery("##PARENT_STATIC_ID#_menu", apex.gPageContext$);', +'if (e.hasClass("js-addActions")) {', +' apex.actions.addFromMarkup( e );', +'}', +'e.menu({ iconType: ''fa'', callout: e.hasClass("js-menu-callout")});')) +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_before_sub_list=>'' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_item_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_a01_label=>'Menu Item ID / Action Name' +,p_a02_label=>'Disabled (True/False)' +,p_a03_label=>'Hidden (True/False)' +,p_a04_label=>'Title Attribute (Used By Actions Only)' +,p_a05_label=>'Shortcut' +,p_a06_label=>'Link Target' +,p_reference_id=>3492264004432431646 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/navigation_bar +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39713426123574980) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #TEXT_ESC_SC##A01#', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #TEXT_ESC_SC##A01#', +' ', +'
  • ')) +,p_list_template_name=>'Navigation Bar' +,p_internal_name=>'NAVIGATION_BAR' +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_list_template_before_rows=>'' +,p_before_sub_list=>'' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ')) +,p_item_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ')) +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#
  • ' +,p_a01_label=>'Badge Value' +,p_a02_label=>'List Item CSS Classes' +,p_a04_label=>'Title Attribute' +,p_a06_label=>'Link Target' +,p_reference_id=>2846096252961119197 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/side_navigation_menu +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39713853339574982) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #TEXT_ESC_SC#', +' ', +'
  • ', +'')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #TEXT_ESC_SC#', +' ', +'
  • ')) +,p_list_template_name=>'Side Navigation Menu' +,p_internal_name=>'SIDE_NAVIGATION_MENU' +,p_javascript_file_urls=>'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.treeView#MIN#.js?v=#APEX_VERSION#' +,p_javascript_code_onload=>'apex.jQuery(''body'').addClass(''t-PageBody--leftNav'');' +,p_theme_id=>42 +,p_theme_class_id=>19 +,p_default_template_options=>'js-defaultCollapsed' +,p_preset_template_options=>'t-TreeNav--styleA:js-navCollapsed--hidden' +,p_list_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_before_sub_list=>'' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #TEXT_ESC_SC#', +' ', +'')) +,p_item_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #TEXT_ESC_SC#', +' ', +'')) +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_a01_label=>'ID Attribute' +,p_a02_label=>'Disabled (True/False)' +,p_a04_label=>'Title Attribute (Used By Actions Only)' +,p_a05_label=>'Shortcut Key' +,p_a06_label=>'Link Target' +,p_reference_id=>2466292414354694776 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/tabs +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39715627284574988) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_list_template_name=>'Tabs' +,p_internal_name=>'TABS' +,p_javascript_file_urls=>'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#' +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-Tabs--simple' +,p_list_template_before_rows=>'' +,p_a01_label=>'List Item ID' +,p_a03_label=>'List Item Class' +,p_a04_label=>'Link Class' +,p_reference_id=>3288206686691809997 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/top_navigation_mega_menu +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39717218101574994) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_list_template_name=>'Top Navigation Mega Menu' +,p_internal_name=>'TOP_NAVIGATION_MEGA_MENU' +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_list_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
      ')) +,p_list_template_after_rows=>'
    ' +,p_before_sub_list=>'' +,p_sub_list_item_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_sub_list_item_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_item_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ')) +,p_item_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_sub_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ')) +,p_sub_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ')) +,p_a01_label=>'ID Attribute' +,p_a02_label=>'Badge Value' +,p_a03_label=>'Description' +,p_a04_label=>'List Item Class' +,p_a05_label=>'Shortcut Key' +,p_a06_label=>'Link Target' +,p_a07_label=>'Badge Class' +,p_a08_label=>'Menu Item Class' +,p_reference_id=>1665447133514362075 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/top_navigation_menu +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39719294261575001) +,p_list_template_current=>'
  • #TEXT_ES' +||'C_SC#
  • ' +,p_list_template_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_list_template_name=>'Top Navigation Menu' +,p_internal_name=>'TOP_NAVIGATION_MENU' +,p_javascript_code_onload=>wwv_flow_string.join(wwv_flow_t_varchar2( +'var e = apex.jQuery("#t_MenuNav", apex.gPageContext$);', +'if (e.hasClass("js-addActions")) {', +' apex.actions.addFromMarkup( e );', +'}', +'e.menu({', +' behaveLikeTabs: e.hasClass("js-tabLike"),', +' menubarShowSubMenuIcon: e.hasClass("js-showSubMenuIcons") || null,', +' menubar: true,', +' menubarOverflow: true,', +' callout: e.hasClass("js-menu-callout")', +'});', +'')) +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_default_template_options=>'js-tabLike' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_before_sub_list=>'' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>'
  • #TEXT_ES' +||'C_SC#' +,p_item_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_a01_label=>'Menu Item ID / Action Name' +,p_a02_label=>'Disabled (True/False)' +,p_a03_label=>'Hidden (True/False)' +,p_a04_label=>'Title Attribute (Used By Actions Only)' +,p_a05_label=>'Shortcut Key' +,p_a06_label=>'Link Target' +,p_reference_id=>2525307901300239072 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/top_navigation_tabs +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39720275082575004) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A02#', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A02#', +' ', +'
  • ')) +,p_list_template_name=>'Top Navigation Tabs' +,p_internal_name=>'TOP_NAVIGATION_TABS' +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-NavTabs--inlineLabels-lg:t-NavTabs--displayLabels-sm' +,p_list_template_before_rows=>'' +,p_a01_label=>'List Item ID' +,p_a02_label=>'Badge Value' +,p_a03_label=>'List Item Class' +,p_a04_label=>'Link Class' +,p_a05_label=>'Badge Class' +,p_reference_id=>1453011561172885578 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/wizard_progress +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(39721888188575011) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +' ', +' #TEXT# ', +'
    ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +' ', +' #TEXT# ', +'
    ', +'
  • ')) +,p_list_template_name=>'Wizard Progress' +,p_internal_name=>'WIZARD_PROGRESS' +,p_javascript_code_onload=>'apex.theme.initWizardProgressBar();' +,p_theme_id=>42 +,p_theme_class_id=>17 +,p_preset_template_options=>'t-WizardSteps--displayLabels' +,p_list_template_before_rows=>'' +,p_reference_id=>2008702338707394488 +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/alerts +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39672501728574816) +,p_row_template_name=>'Alerts' +,p_internal_name=>'ALERTS' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_row_template_before_rows=>'
    ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>14 +,p_reference_id=>2881456138952347027 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/badge_list +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39672651764574822) +,p_row_template_name=>'Badge List' +,p_internal_name=>'BADGE_LIST' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #COLUMN_HEADER#', +' #COLUMN_VALUE#', +' ', +'
  • ')) +,p_row_template_before_rows=>'', +'#PAGINATION#')) +,p_row_template_type=>'GENERIC_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>6 +,p_preset_template_options=>'t-BadgeList--large:t-BadgeList--fixed:t-BadgeList--circular' +,p_reference_id=>2103197159775914759 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/cards +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39676689041574837) +,p_row_template_name=>'Cards' +,p_internal_name=>'CARDS' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
  • ')) +,p_row_template_condition1=>':CARD_LINK is not null' +,p_row_template2=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +'
    ', +'
    #CARD_INITIALS#
    ', +'

    #CARD_TITLE#

    #CARD_SUBTITLE#

    ', +'
    ', +'
    #CARD_TEXT#
    ', +'
    #CARD_SUBTEXT#
    ', +'
    ', +' ', +'
    ', +'
    ', +'
  • ')) +,p_row_template_before_rows=>'', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'NOT_CONDITIONAL' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'NOT_CONDITIONAL' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-Cards--animColorFill:t-Cards--3cols:t-Cards--basic' +,p_reference_id=>2973535649510699732 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/comments +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39682033660574855) +,p_row_template_name=>'Comments' +,p_internal_name=>'COMMENTS' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +' #USER_NAME# #COMMENT_DATE# #ACTIONS#', +'
    ', +'
    ', +' #COMMENT_TEXT##ATTRIBUTE_1##ATTRIBUTE_2##ATTRIBUTE_3##ATTRIBUTE_4#', +'
    ', +'
    ', +'
  • ')) +,p_row_template_before_rows=>'', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'NOT_CONDITIONAL' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-Comments--chat' +,p_reference_id=>2611722012730764232 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/content_row +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39683238289574859) +,p_row_template_name=>'Content Row' +,p_internal_name=>'CONTENT_ROW' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +'
    #SELECTION#
    ', +'
    ', +' #ICON_HTML#', +'
    ', +'
    ', +'
    ', +'

    #TITLE#

    ', +'
    #DESCRIPTION#
    ', +'
    ', +'
    #MISC#
    ', +'
    #ACTIONS#
    ', +'
    ', +'
    ', +'
  • ')) +,p_row_template_before_rows=>'', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_reference_id=>1797843454948280151 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/contextual_info +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39686454569574869) +,p_row_template_name=>'Contextual Info' +,p_internal_name=>'CONTEXTUAL_INFO' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #COLUMN_HEADER#', +' #COLUMN_VALUE#', +'
    ')) +,p_row_template_before_rows=>'
    ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'GENERIC_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>6 +,p_reference_id=>2114325881116323585 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/media_list +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39687649667574873) +,p_row_template_name=>'Media List' +,p_internal_name=>'MEDIA_LIST' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +'
    ', +'

    #LIST_TITLE#

    ', +'

    #LIST_TEXT#

    ', +'
    ', +'
    ', +' #LIST_BADGE#', +'
    ', +'
    ', +'
  • ', +'')) +,p_row_template_condition1=>':LINK is not null' +,p_row_template2=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
  • ', +'')) +,p_row_template_before_rows=>'', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'NOT_CONDITIONAL' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'NOT_CONDITIONAL' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_default_template_options=>'t-MediaList--showIcons:t-MediaList--showDesc' +,p_preset_template_options=>'t-MediaList--stack' +,p_reference_id=>2092157460408299055 +,p_translate_this_template=>'N' +,p_row_template_comment=>' (SELECT link_text, link_target, detail1, detail2, last_modified)' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/search_results +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39690658193574884) +,p_row_template_name=>'Search Results' +,p_internal_name=>'SEARCH_RESULTS' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'

    #SEARCH_TITLE#

    ', +'
    ', +'

    #SEARCH_DESC#

    ', +' #LABEL_01#: #VALUE_01#', +'
    ', +'
  • ')) +,p_row_template_condition1=>':LABEL_02 is null' +,p_row_template2=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'

    #SEARCH_TITLE#

    ', +'
    ', +'

    #SEARCH_DESC#

    ', +' #LABEL_01#: #VALUE_01#', +' #LABEL_02#: #VALUE_02#', +'
    ', +'
  • ')) +,p_row_template_condition2=>':LABEL_03 is null' +,p_row_template3=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'

    #SEARCH_TITLE#

    ', +'
    ', +'

    #SEARCH_DESC#

    ', +' #LABEL_01#: #VALUE_01#', +' #LABEL_02#: #VALUE_02#', +' #LABEL_03#: #VALUE_03#', +'
    ', +'
  • ')) +,p_row_template_condition3=>':LABEL_04 is null' +,p_row_template4=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'

    #SEARCH_TITLE#

    ', +'
    ', +'

    #SEARCH_DESC#

    ', +' #LABEL_01#: #VALUE_01#', +' #LABEL_02#: #VALUE_02#', +' #LABEL_03#: #VALUE_03#', +' #LABEL_04#: #VALUE_04#', +'
    ', +'
  • ')) +,p_row_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
      ')) +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#', +'
    ')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'NOT_CONDITIONAL' +,p_row_template_display_cond2=>'NOT_CONDITIONAL' +,p_row_template_display_cond3=>'NOT_CONDITIONAL' +,p_row_template_display_cond4=>'NOT_CONDITIONAL' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_reference_id=>4070913431524059316 +,p_translate_this_template=>'N' +,p_row_template_comment=>' (SELECT link_text, link_target, detail1, detail2, last_modified)' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/standard +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39690858790574885) +,p_row_template_name=>'Standard' +,p_internal_name=>'STANDARD' +,p_row_template1=>'#COLUMN_VALUE#' +,p_row_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +' #TOP_PAGINATION#', +'
    ', +' ')) +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +' ', +'
    ', +'
    ', +' ', +' #PAGINATION#', +'
    ', +'
    ')) +,p_row_template_before_first=>'' +,p_row_template_after_last=>'' +,p_row_template_type=>'GENERIC_COLUMNS' +,p_before_column_heading=>'' +,p_column_heading_template=>'#COLUMN_HEADER#' +,p_after_column_heading=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_preset_template_options=>'t-Report--altRowsDefault:t-Report--rowHighlight' +,p_reference_id=>2537207537838287671 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/timeline +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39693500921574895) +,p_row_template_name=>'Timeline' +,p_internal_name=>'TIMELINE' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +'
    ', +' ', +'
    ', +' #USER_NAME#', +' #EVENT_DATE#', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +' ', +' #EVENT_TYPE#', +'
    ', +'
    ', +'
    ', +'

    #EVENT_TITLE#

    ', +'

    #EVENT_DESC#

    ', +'
    ', +'
    ', +'
    ', +'
  • ')) +,p_row_template_condition1=>':EVENT_LINK is null' +,p_row_template2=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
    ', +' ', +'
    ', +' #USER_NAME#', +' #EVENT_DATE#', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +' ', +' #EVENT_TYPE#', +'
    ', +'
    ', +'
    ', +'

    #EVENT_TITLE#

    ', +'

    #EVENT_DESC#

    ', +'
    ', +'
    ', +'
    ', +'
  • ')) +,p_row_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'NOT_CONDITIONAL' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'NOT_CONDITIONAL' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_reference_id=>1513373588340069864 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/value_attribute_pairs_column +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39693888289574896) +,p_row_template_name=>'Value Attribute Pairs - Column' +,p_internal_name=>'VALUE_ATTRIBUTE_PAIRS_COLUMN' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    #COLUMN_HEADER#
    ', +'
    #COLUMN_VALUE#
    ')) +,p_row_template_before_rows=>'
    ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'GENERIC_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>6 +,p_preset_template_options=>'t-AVPList--leftAligned' +,p_reference_id=>2099068636272681754 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/value_attribute_pairs_row +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(39696039116574903) +,p_row_template_name=>'Value Attribute Pairs - Row' +,p_internal_name=>'VALUE_ATTRIBUTE_PAIRS_ROW' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #1#', +'
    ', +'
    ', +' #2#', +'
    ')) +,p_row_template_before_rows=>'
    ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-AVPList--leftAligned' +,p_reference_id=>2099068321678681753 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/hidden +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(39723302976575016) +,p_template_name=>'Hidden' +,p_internal_name=>'HIDDEN' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>'
    #ITEM_PRE_TEXT#' +,p_after_element=>'#ITEM_POST_TEXT##HELP_TEMPLATE#
    #INLINE_HELP_TEMPLATE##ERROR_TEMPLATE#
    ' +,p_help_link=>'' +,p_inline_help_text=>'#CURRENT_ITEM_INLINE_HELP_TEXT#' +,p_error_template=>'#ERROR_MESSAGE#' +,p_theme_id=>42 +,p_theme_class_id=>13 +,p_reference_id=>2039339104148359505 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/optional +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(39723324405575022) +,p_template_name=>'Optional' +,p_internal_name=>'OPTIONAL' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'', +'
    ', +'')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>'
    #ITEM_PRE_TEXT#' +,p_after_element=>'#ITEM_POST_TEXT##HELP_TEMPLATE#
    #INLINE_HELP_TEMPLATE##ERROR_TEMPLATE#
    ' +,p_help_link=>'' +,p_inline_help_text=>'#CURRENT_ITEM_INLINE_HELP_TEXT#' +,p_error_template=>'#ERROR_MESSAGE#' +,p_theme_id=>42 +,p_theme_class_id=>3 +,p_reference_id=>2317154212072806530 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/optional_above +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(39723446937575023) +,p_template_name=>'Optional - Above' +,p_internal_name=>'OPTIONAL_ABOVE' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #HELP_TEMPLATE#', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>'
    #ITEM_PRE_TEXT#' +,p_after_element=>'#ITEM_POST_TEXT#
    #INLINE_HELP_TEMPLATE##ERROR_TEMPLATE#
    ' +,p_help_link=>'' +,p_inline_help_text=>'#CURRENT_ITEM_INLINE_HELP_TEXT#' +,p_error_template=>'#ERROR_MESSAGE#' +,p_theme_id=>42 +,p_theme_class_id=>3 +,p_reference_id=>3030114864004968404 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/optional_floating +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(39723522230575023) +,p_template_name=>'Optional - Floating' +,p_internal_name=>'OPTIONAL_FLOATING' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>'
    #ITEM_PRE_TEXT#' +,p_after_element=>'#ITEM_POST_TEXT##HELP_TEMPLATE#
    #INLINE_HELP_TEMPLATE##ERROR_TEMPLATE#
    ' +,p_help_link=>'' +,p_inline_help_text=>'#CURRENT_ITEM_INLINE_HELP_TEXT#' +,p_error_template=>'#ERROR_MESSAGE#' +,p_theme_id=>42 +,p_theme_class_id=>3 +,p_reference_id=>1607675164727151865 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/required +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(39723617793575024) +,p_template_name=>'Required' +,p_internal_name=>'REQUIRED' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' ', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #ITEM_PRE_TEXT#')) +,p_after_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#ITEM_POST_TEXT##HELP_TEMPLATE#', +'
    ', +'
    ', +' #ERROR_TEMPLATE#', +' ', +'
    ', +' #INLINE_HELP_TEMPLATE#', +'
    ')) +,p_help_link=>'' +,p_inline_help_text=>'
    #CURRENT_ITEM_INLINE_HELP_TEXT#
    ' +,p_error_template=>'
    #ERROR_MESSAGE#
    ' +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_reference_id=>2525313812251712801 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/required_above +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(39724379736575027) +,p_template_name=>'Required - Above' +,p_internal_name=>'REQUIRED_ABOVE' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #HELP_TEMPLATE#', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #ITEM_PRE_TEXT#')) +,p_after_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#ITEM_POST_TEXT#
    ', +'
    ', +' #ERROR_TEMPLATE#', +' ', +'
    ', +' #INLINE_HELP_TEMPLATE#', +'
    ', +'')) +,p_help_link=>'' +,p_inline_help_text=>'
    #CURRENT_ITEM_INLINE_HELP_TEXT#
    ' +,p_error_template=>'
    #ERROR_MESSAGE#
    ' +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_reference_id=>3030115129444970113 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/required_floating +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(39724839308575029) +,p_template_name=>'Required - Floating' +,p_internal_name=>'REQUIRED_FLOATING' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' ', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' ', +'
    #ITEM_PRE_TEXT#')) +,p_after_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#ITEM_POST_TEXT##HELP_TEMPLATE#', +'
    ', +'
    ', +' #ERROR_TEMPLATE#', +' ', +'
    ', +' #INLINE_HELP_TEMPLATE#', +'
    ')) +,p_help_link=>'' +,p_inline_help_text=>'
    #CURRENT_ITEM_INLINE_HELP_TEXT#
    ' +,p_error_template=>'
    #ERROR_MESSAGE#
    ' +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_reference_id=>1607675344320152883 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/breadcrumb/breadcrumb +begin +wwv_flow_imp_shared.create_menu_template( + p_id=>wwv_flow_imp.id(39727701995575051) +,p_name=>'Breadcrumb' +,p_internal_name=>'BREADCRUMB' +,p_before_first=>'' +,p_max_levels=>6 +,p_start_with_node=>'PARENT_TO_LEAF' +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_reference_id=>4070916542570059325 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/popuplov +begin +wwv_flow_imp_shared.create_popup_lov_template( + p_id=>wwv_flow_imp.id(39727881682575068) +,p_page_name=>'winlov' +,p_page_title=>'Search Dialog' +,p_page_html_head=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +'#TITLE#', +'#APEX_CSS#', +'#THEME_CSS#', +'#THEME_STYLE_CSS#', +'#FAVICONS#', +'#APEX_JAVASCRIPT#', +'#THEME_JAVASCRIPT#', +'', +'')) +,p_page_body_attr=>'class="t-Page t-Page--popupLOV"' +,p_before_field_text=>'
    ' +,p_filter_width=>'20' +,p_filter_max_width=>'100' +,p_filter_text_attr=>'class="apex-item-text" autofocus' +,p_find_button_text=>'Search' +,p_find_button_attr=>'class="t-Button t-Button--hot t-Button--padLeft"' +,p_close_button_text=>'Close' +,p_close_button_attr=>'class="t-Button u-pullRight"' +,p_next_button_text=>'Next >' +,p_next_button_attr=>'class="t-Button t-PopupLOV-button"' +,p_prev_button_text=>'< Previous' +,p_prev_button_attr=>'class="t-Button t-PopupLOV-button"' +,p_after_field_text=>'
    ' +,p_scrollbars=>'1' +,p_resizable=>'1' +,p_width=>'380' +,p_result_row_x_of_y=>'
    Row(s) #FIRST_ROW# - #LAST_ROW#
    ' +,p_result_rows_per_pg=>100 +,p_before_result_set=>'' +); +end; +/ +prompt --application/shared_components/user_interface/templates/calendar/calendar +begin +wwv_flow_imp_shared.create_calendar_template( + p_id=>wwv_flow_imp.id(39727784655575057) +,p_cal_template_name=>'Calendar' +,p_internal_name=>'CALENDAR' +,p_day_of_week_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #IDAY#', +' ', +'')) +,p_month_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #IMONTH# #YYYY#

    ')) +,p_month_open_format=>'' +,p_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'')) +,p_day_title_format=>'#DD#' +,p_day_open_format=>'#TITLE_FORMAT#
    #DATA#
    ' +,p_day_close_format=>'' +,p_today_open_format=>'#TITLE_FORMAT#
    #DATA#
    ' +,p_weekend_title_format=>'#DD#' +,p_weekend_open_format=>'#TITLE_FORMAT#
    #DATA#
    ' +,p_weekend_close_format=>'' +,p_nonday_title_format=>'#DD#' +,p_nonday_open_format=>'' +,p_nonday_close_format=>'' +,p_week_open_format=>'' +,p_week_close_format=>' ' +,p_daily_title_format=>'' +,p_daily_close_format=>'' +,p_weekly_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #WTITLE#

    ')) +,p_weekly_day_of_week_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ')) +,p_weekly_month_open_format=>'
    #IMONTH# #DD#, #YYYY#
    ' +,p_daily_open_format=>'
    ', +' #DD# #IDAY#', +' ', +'
    ' +,p_weekly_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'')) +,p_weekly_day_open_format=>'
    ' +,p_weekly_day_close_format=>'
    ' +,p_weekly_today_open_format=>'
    ' +,p_weekly_weekend_open_format=>'
    ' +,p_weekly_weekend_close_format=>'
    ' +,p_weekly_time_open_format=>'' +,p_weekly_time_close_format=>'' +,p_weekly_time_title_format=>'#TIME#' +,p_weekly_hour_open_format=>'' +,p_weekly_hour_close_format=>'' +,p_daily_day_of_week_format=>'#IDAY#' +,p_daily_month_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #IMONTH# #DD#, #YYYY#

    ')) +,p_daily_month_open_format=>'' +,p_daily_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ')) +,p_daily_day_open_format=>'
    ' +,p_daily_day_close_format=>'
    ' +,p_daily_today_open_format=>'
    ' +,p_daily_time_open_format=>'' +,p_daily_time_close_format=>'' +,p_daily_time_title_format=>'#TIME#' +,p_daily_hour_open_format=>'' +,p_daily_hour_close_format=>'' +,p_cust_month_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #IMONTH# #YYYY#

    ')) +,p_cust_day_of_week_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #IDAY#', +' ', +'')) +,p_cust_month_open_format=>'' +,p_cust_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ')) +,p_cust_week_open_format=>'' +,p_cust_week_close_format=>' ' +,p_cust_day_title_format=>'#DD#' +,p_cust_day_open_format=>'' +,p_cust_day_close_format=>'' +,p_cust_today_open_format=>'' +,p_cust_nonday_title_format=>'#DD#' +,p_cust_nonday_open_format=>'' +,p_cust_nonday_close_format=>'' +,p_cust_weekend_title_format=>'#DD#' +,p_cust_weekend_open_format=>'' +,p_cust_weekend_close_format=>'' +,p_cust_hour_open_format=>'' +,p_cust_hour_close_format=>'' +,p_cust_time_title_format=>'#TIME#' +,p_cust_time_open_format=>'' +,p_cust_time_close_format=>'' +,p_cust_wk_month_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #WTITLE#

    ')) +,p_cust_wk_day_of_week_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #DD# #IDAY#', +' ', +'')) +,p_cust_wk_month_open_format=>'' +,p_cust_wk_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ')) +,p_cust_wk_week_open_format=>'' +,p_cust_wk_week_close_format=>' ' +,p_cust_wk_day_open_format=>'
    ' +,p_cust_wk_day_close_format=>'
    ' +,p_cust_wk_today_open_format=>'
    ' +,p_cust_wk_weekend_open_format=>'' +,p_cust_wk_weekend_close_format=>'' +,p_agenda_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #IMONTH# #YYYY#
    ', +'
      ', +' #DAYS#', +'
    ', +'
    ')) +,p_agenda_past_day_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #IDAY##IMONTH# #DD#', +'
  • ')) +,p_agenda_today_day_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #IDAY##IMONTH# #DD#', +'
  • ')) +,p_agenda_future_day_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #IDAY##IMONTH# #DD#', +'
  • ')) +,p_agenda_past_entry_format=>'
  • #DATA#
  • ' +,p_agenda_today_entry_format=>'
  • #DATA#
  • ' +,p_agenda_future_entry_format=>'
  • #DATA#
  • ' +,p_month_data_format=>'#DAYS#' +,p_month_data_entry_format=>'#DATA#' +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_reference_id=>4070916747979059326 +); +end; +/ +prompt --application/shared_components/user_interface/themes +begin +wwv_flow_imp_shared.create_theme( + p_id=>wwv_flow_imp.id(39816035264575665) +,p_theme_id=>42 +,p_theme_name=>'Universal Theme' +,p_theme_internal_name=>'UNIVERSAL_THEME' +,p_version_identifier=>'24.1' +,p_navigation_type=>'L' +,p_nav_bar_type=>'LIST' +,p_reference_id=>4070917134413059350 +,p_is_locked=>false +,p_default_page_template=>wwv_flow_imp.id(39575783518574486) +,p_default_dialog_template=>wwv_flow_imp.id(39570584029574468) +,p_error_template=>wwv_flow_imp.id(39560528849574439) +,p_printer_friendly_template=>wwv_flow_imp.id(39575783518574486) +,p_breadcrumb_display_point=>'REGION_POSITION_01' +,p_sidebar_display_point=>'REGION_POSITION_02' +,p_login_template=>wwv_flow_imp.id(39560528849574439) +,p_default_button_template=>wwv_flow_imp.id(39726103540575043) +,p_default_region_template=>wwv_flow_imp.id(39652424311574754) +,p_default_chart_template=>wwv_flow_imp.id(39652424311574754) +,p_default_form_template=>wwv_flow_imp.id(39652424311574754) +,p_default_reportr_template=>wwv_flow_imp.id(39652424311574754) +,p_default_tabform_template=>wwv_flow_imp.id(39652424311574754) +,p_default_wizard_template=>wwv_flow_imp.id(39652424311574754) +,p_default_menur_template=>wwv_flow_imp.id(39664895887574791) +,p_default_listr_template=>wwv_flow_imp.id(39652424311574754) +,p_default_irr_template=>wwv_flow_imp.id(39642663552574725) +,p_default_report_template=>wwv_flow_imp.id(39690858790574885) +,p_default_label_template=>wwv_flow_imp.id(39723522230575023) +,p_default_menu_template=>wwv_flow_imp.id(39727701995575051) +,p_default_calendar_template=>wwv_flow_imp.id(39727784655575057) +,p_default_list_template=>wwv_flow_imp.id(39707491077574956) +,p_default_nav_list_template=>wwv_flow_imp.id(39719294261575001) +,p_default_top_nav_list_temp=>wwv_flow_imp.id(39719294261575001) +,p_default_side_nav_list_temp=>wwv_flow_imp.id(39713853339574982) +,p_default_nav_list_position=>'SIDE' +,p_default_dialogbtnr_template=>wwv_flow_imp.id(39588703489574541) +,p_default_dialogr_template=>wwv_flow_imp.id(39585890848574533) +,p_default_option_label=>wwv_flow_imp.id(39723522230575023) +,p_default_required_label=>wwv_flow_imp.id(39724839308575029) +,p_default_navbar_list_template=>wwv_flow_imp.id(39713426123574980) +,p_file_prefix => nvl(wwv_flow_application_install.get_static_theme_file_prefix(42),'#APEX_FILES#themes/theme_42/24.1/') +,p_files_version=>64 +,p_icon_library=>'FONTAPEX' +,p_javascript_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.stickyWidget#MIN#.js?v=#APEX_VERSION#', +'#THEME_FILES#js/theme42#MIN#.js?v=#APEX_VERSION#')) +,p_css_file_urls=>'#THEME_FILES#css/Core#MIN#.css?v=#APEX_VERSION#' +); +end; +/ +prompt --application/shared_components/user_interface/theme_style +begin +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(39815020428575651) +,p_theme_id=>42 +,p_name=>'Vita - Red' +,p_is_current=>false +,p_is_public=>true +,p_is_accessible=>false +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita-Red.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita-Red#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>1938457712423918173 +); +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(39815253897575652) +,p_theme_id=>42 +,p_name=>'Redwood Light' +,p_css_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#APEX_FILES#libraries/oracle-fonts/oraclesans-apex#MIN#.css?v=#APEX_VERSION#', +'#THEME_FILES#css/Redwood#MIN#.css?v=#APEX_VERSION#')) +,p_is_current=>false +,p_is_public=>true +,p_is_accessible=>false +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Redwood-Theme.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Redwood-Theme#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>2596426436825065489 +); +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(39815467132575652) +,p_theme_id=>42 +,p_name=>'Vita' +,p_is_current=>false +,p_is_public=>true +,p_is_accessible=>true +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>2719875314571594493 +); +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(39815620710575653) +,p_theme_id=>42 +,p_name=>'Vita - Slate' +,p_is_current=>false +,p_is_public=>true +,p_is_accessible=>false +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita-Slate.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita-Slate#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>3291983347983194966 +); +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(39815812642575653) +,p_theme_id=>42 +,p_name=>'Vita - Dark' +,p_is_current=>true +,p_is_public=>true +,p_is_accessible=>false +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita-Dark.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita-Dark#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>3543348412015319650 +); +end; +/ +prompt --application/shared_components/user_interface/theme_files +begin +null; +end; +/ +prompt --application/shared_components/user_interface/template_opt_groups +begin +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39551389317574408) +,p_theme_id=>42 +,p_name=>'PAGE_POSITION' +,p_display_name=>'Position' +,p_display_sequence=>1 +,p_template_types=>'PAGE' +,p_help_text=>'Sets the position of the page.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39551971681574412) +,p_theme_id=>42 +,p_name=>'DIALOG_SIZE' +,p_display_name=>'Size' +,p_display_sequence=>1 +,p_template_types=>'PAGE' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39562033447574444) +,p_theme_id=>42 +,p_name=>'PAGE_BACKGROUND' +,p_display_name=>'Page Background' +,p_display_sequence=>20 +,p_template_types=>'PAGE' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39562496657574445) +,p_theme_id=>42 +,p_name=>'PAGE_LAYOUT' +,p_display_name=>'Page Layout' +,p_display_sequence=>10 +,p_template_types=>'PAGE' +,p_null_text=>'Floating (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39582729741574522) +,p_theme_id=>42 +,p_name=>'ALERT_DISPLAY' +,p_display_name=>'Alert Display' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the layout of the Alert Region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39583404408574524) +,p_theme_id=>42 +,p_name=>'ALERT_TYPE' +,p_display_name=>'Alert Type' +,p_display_sequence=>3 +,p_template_types=>'REGION' +,p_help_text=>'Sets the type of alert which can be used to determine the icon, icon color, and the background color.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39584606235574529) +,p_theme_id=>42 +,p_name=>'ALERT_ICONS' +,p_display_name=>'Alert Icons' +,p_display_sequence=>2 +,p_template_types=>'REGION' +,p_help_text=>'Sets how icons are handled for the Alert Region.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39584960486574530) +,p_theme_id=>42 +,p_name=>'ALERT_TITLE' +,p_display_name=>'Alert Title' +,p_display_sequence=>40 +,p_template_types=>'REGION' +,p_help_text=>'Determines how the title of the alert is displayed.' +,p_null_text=>'Visible - Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39591667279574549) +,p_theme_id=>42 +,p_name=>'STYLE' +,p_display_name=>'Style' +,p_display_sequence=>40 +,p_template_types=>'REGION' +,p_help_text=>'Determines how the region is styled. Use the "Remove Borders" template option to remove the region''s borders and shadows.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39592272123574550) +,p_theme_id=>42 +,p_name=>'BODY_PADDING' +,p_display_name=>'Body Padding' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the Region Body padding for the region.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39598824360574570) +,p_theme_id=>42 +,p_name=>'TIMER' +,p_display_name=>'Timer' +,p_display_sequence=>2 +,p_template_types=>'REGION' +,p_help_text=>'Sets the timer for when to automatically navigate to the next region within the Carousel Region.' +,p_null_text=>'No Timer' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39599852887574573) +,p_theme_id=>42 +,p_name=>'BODY_HEIGHT' +,p_display_name=>'Body Height' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_help_text=>'Sets the Region Body height. You can also specify a custom height by modifying the Region''s CSS Classes and using the height helper classes "i-hXXX" where XXX is any increment of 10 from 100 to 800.' +,p_null_text=>'Auto - Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39600816133574578) +,p_theme_id=>42 +,p_name=>'ACCENT' +,p_display_name=>'Accent' +,p_display_sequence=>30 +,p_template_types=>'REGION' +,p_help_text=>'Set the Region''s accent. This accent corresponds to a Theme-Rollable color and sets the background of the Region''s Header.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39602064180574583) +,p_theme_id=>42 +,p_name=>'HEADER' +,p_display_name=>'Header' +,p_display_sequence=>20 +,p_template_types=>'REGION' +,p_help_text=>'Determines the display of the Region Header which also contains the Region Title.' +,p_null_text=>'Visible - Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39602453681574584) +,p_theme_id=>42 +,p_name=>'BODY_OVERFLOW' +,p_display_name=>'Body Overflow' +,p_display_sequence=>2 +,p_template_types=>'REGION' +,p_help_text=>'Determines the scroll behavior when the region contents are larger than their container.' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39603876554574590) +,p_theme_id=>42 +,p_name=>'ANIMATION' +,p_display_name=>'Animation' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_help_text=>'Sets the animation when navigating within the Carousel Region.' +,p_null_text=>'Fade' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39608053609574604) +,p_theme_id=>42 +,p_name=>'COLLAPSIBLE_BUTTON_ICONS' +,p_display_name=>'Collapsible Button Icons' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Determines which arrows to use to represent the icons for the collapse and expand button.' +,p_null_text=>'Arrows' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39608509957574606) +,p_theme_id=>42 +,p_name=>'COLLAPSIBLE_ICON_POSITION' +,p_display_name=>'Collapsible Icon Position' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Determines the position of the expand and collapse toggle for the region.' +,p_null_text=>'Start' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39613818859574628) +,p_theme_id=>42 +,p_name=>'DEFAULT_STATE' +,p_display_name=>'Default State' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the default state of the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39617306386574638) +,p_theme_id=>42 +,p_name=>'HEADING_FONT' +,p_display_name=>'Heading Font' +,p_display_sequence=>100 +,p_template_types=>'REGION' +,p_help_text=>'Sets the font-family of the heading for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39617661127574639) +,p_theme_id=>42 +,p_name=>'REGION_TITLE' +,p_display_name=>'Region Title' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the source of the Title Bar region''s title.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39618698848574645) +,p_theme_id=>42 +,p_name=>'BODY_STYLE' +,p_display_name=>'Body Style' +,p_display_sequence=>20 +,p_template_types=>'REGION' +,p_help_text=>'Controls the display of the region''s body container.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39620947046574652) +,p_theme_id=>42 +,p_name=>'ICON_SHAPE' +,p_display_name=>'Icon Shape' +,p_display_sequence=>60 +,p_template_types=>'REGION' +,p_help_text=>'Determines the shape of the icon.' +,p_null_text=>'Rounded Corners' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39622178292574657) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICON' +,p_display_name=>'Display Icon' +,p_display_sequence=>50 +,p_template_types=>'REGION' +,p_help_text=>'Display the Hero Region icon.' +,p_null_text=>'Yes (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39623585242574661) +,p_theme_id=>42 +,p_name=>'IMAGE_RATIO' +,p_display_name=>'Ratio' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39624773385574665) +,p_theme_id=>42 +,p_name=>'IMAGE_SCALE' +,p_display_name=>'Scale' +,p_display_sequence=>20 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39625749839574668) +,p_theme_id=>42 +,p_name=>'IMAGE_SHAPE' +,p_display_name=>'Shape' +,p_display_sequence=>30 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39626791859574674) +,p_theme_id=>42 +,p_name=>'IMAGE_FILTER' +,p_display_name=>'Filter' +,p_display_sequence=>40 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39630804640574688) +,p_theme_id=>42 +,p_name=>'DIALOG_SIZE' +,p_display_name=>'Size' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39635948076574704) +,p_theme_id=>42 +,p_name=>'REGION_POSITION' +,p_display_name=>'Position' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the position of the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39641401353574720) +,p_theme_id=>42 +,p_name=>'CALLOUT_POSITION' +,p_display_name=>'Callout Position' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_help_text=>'Determines where the callout for the popup will be positioned relative to its parent.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39646350729574735) +,p_theme_id=>42 +,p_name=>'ALIGNMENT' +,p_display_name=>'Alignment' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'This sets the vertical alignment of the region.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39649045939574743) +,p_theme_id=>42 +,p_name=>'LOGIN_HEADER' +,p_display_name=>'Login Header' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_help_text=>'Controls the display of the Login region header.' +,p_null_text=>'Icon and Title (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39650943896574749) +,p_theme_id=>42 +,p_name=>'RESULT_APPEARANCE' +,p_display_name=>'Result Appearance' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39651586226574751) +,p_theme_id=>42 +,p_name=>'ICON_SIZE' +,p_display_name=>'Icon Size' +,p_display_sequence=>3 +,p_template_types=>'REGION' +,p_null_text=>'Initial' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39663318781574787) +,p_theme_id=>42 +,p_name=>'LAYOUT' +,p_display_name=>'Layout' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39663734394574788) +,p_theme_id=>42 +,p_name=>'TAB_STYLE' +,p_display_name=>'Tab Style' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39664350652574790) +,p_theme_id=>42 +,p_name=>'TABS_SIZE' +,p_display_name=>'Tabs Size' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39671965981574810) +,p_theme_id=>42 +,p_name=>'HIDE_STEPS_FOR' +,p_display_name=>'Hide Steps For' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39673133370574826) +,p_theme_id=>42 +,p_name=>'STYLE' +,p_display_name=>'Style' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the overall style for the component.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39673743689574828) +,p_theme_id=>42 +,p_name=>'BADGE_SIZE' +,p_display_name=>'Badge Size' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39674938903574831) +,p_theme_id=>42 +,p_name=>'LAYOUT' +,p_display_name=>'Layout' +,p_display_sequence=>30 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the layout of Cards in the report.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39677357717574839) +,p_theme_id=>42 +,p_name=>'ICON_SHAPE' +,p_display_name=>'Icon Shape' +,p_display_sequence=>60 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the shape of the icon.' +,p_null_text=>'Circle' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39677926148574841) +,p_theme_id=>42 +,p_name=>'ANIMATION' +,p_display_name=>'Animation' +,p_display_sequence=>70 +,p_template_types=>'REPORT' +,p_help_text=>'Sets the hover and focus animation.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39679794635574847) +,p_theme_id=>42 +,p_name=>'BODY_TEXT' +,p_display_name=>'Body Text' +,p_display_sequence=>40 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the height of the card body.' +,p_null_text=>'Auto' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39680803383574850) +,p_theme_id=>42 +,p_name=>'ICONS' +,p_display_name=>'Icons' +,p_display_sequence=>20 +,p_template_types=>'REPORT' +,p_help_text=>'Controls how to handle icons in the report.' +,p_null_text=>'No Icons' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39682726238574857) +,p_theme_id=>42 +,p_name=>'COMMENTS_STYLE' +,p_display_name=>'Comments Style' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the style in which comments are displayed.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39683513845574860) +,p_theme_id=>42 +,p_name=>'COL_CONTENT_TITLE' +,p_display_name=>'Title' +,p_display_sequence=>120 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39683996804574861) +,p_theme_id=>42 +,p_name=>'COL_SELECTION' +,p_display_name=>'Selection' +,p_display_sequence=>100 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39684404175574862) +,p_theme_id=>42 +,p_name=>'COL_ICON' +,p_display_name=>'Icon' +,p_display_sequence=>110 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39684782667574864) +,p_theme_id=>42 +,p_name=>'COL_CONTENT_DESCRIPTION' +,p_display_name=>'Description' +,p_display_sequence=>130 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39685138905574865) +,p_theme_id=>42 +,p_name=>'COL_MISC' +,p_display_name=>'Misc' +,p_display_sequence=>140 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39685524092574866) +,p_theme_id=>42 +,p_name=>'COL_ACTIONS' +,p_display_name=>'Actions' +,p_display_sequence=>150 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39685978369574867) +,p_theme_id=>42 +,p_name=>'CONTENT_ALIGNMENT' +,p_display_name=>'Content Alignment' +,p_display_sequence=>90 +,p_template_types=>'REPORT' +,p_null_text=>'Center (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39686917897574871) +,p_theme_id=>42 +,p_name=>'DISPLAY_ITEMS' +,p_display_name=>'Display Items' +,p_display_sequence=>20 +,p_template_types=>'REPORT' +,p_null_text=>'Inline (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39687407729574872) +,p_theme_id=>42 +,p_name=>'DISPLAY_LABELS' +,p_display_name=>'Display Labels' +,p_display_sequence=>30 +,p_template_types=>'REPORT' +,p_null_text=>'Inline (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39688368416574876) +,p_theme_id=>42 +,p_name=>'SIZE' +,p_display_name=>'Size' +,p_display_sequence=>35 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39691161312574887) +,p_theme_id=>42 +,p_name=>'REPORT_BORDER' +,p_display_name=>'Report Border' +,p_display_sequence=>30 +,p_template_types=>'REPORT' +,p_help_text=>'Controls the display of the Report''s borders.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39691930886574889) +,p_theme_id=>42 +,p_name=>'ALTERNATING_ROWS' +,p_display_name=>'Alternating Rows' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_help_text=>'Shades alternate rows in the report with slightly different background colors.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39692973812574893) +,p_theme_id=>42 +,p_name=>'ROW_HIGHLIGHTING' +,p_display_name=>'Row Highlighting' +,p_display_sequence=>20 +,p_template_types=>'REPORT' +,p_help_text=>'Determines whether you want the row to be highlighted on hover.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39694810244574899) +,p_theme_id=>42 +,p_name=>'LABEL_WIDTH' +,p_display_name=>'Label Width' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39698383053574926) +,p_theme_id=>42 +,p_name=>'STYLE' +,p_display_name=>'Style' +,p_display_sequence=>10 +,p_template_types=>'LIST' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39698999054574928) +,p_theme_id=>42 +,p_name=>'LAYOUT' +,p_display_name=>'Layout' +,p_display_sequence=>30 +,p_template_types=>'LIST' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39700765111574934) +,p_theme_id=>42 +,p_name=>'BADGE_SIZE' +,p_display_name=>'Badge Size' +,p_display_sequence=>70 +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39702572804574940) +,p_theme_id=>42 +,p_name=>'ICON_SHAPE' +,p_display_name=>'Icon Shape' +,p_display_sequence=>60 +,p_template_types=>'LIST' +,p_help_text=>'Determines the shape of the icon.' +,p_null_text=>'Circle' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39703401149574943) +,p_theme_id=>42 +,p_name=>'ANIMATION' +,p_display_name=>'Animation' +,p_display_sequence=>80 +,p_template_types=>'LIST' +,p_help_text=>'Sets the hover and focus animation.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39705755992574951) +,p_theme_id=>42 +,p_name=>'ICONS' +,p_display_name=>'Icons' +,p_display_sequence=>20 +,p_template_types=>'LIST' +,p_null_text=>'No Icons' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39706354964574952) +,p_theme_id=>42 +,p_name=>'BODY_TEXT' +,p_display_name=>'Body Text' +,p_display_sequence=>40 +,p_template_types=>'LIST' +,p_help_text=>'Determines the height of the card body.' +,p_null_text=>'Auto' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39707762930574957) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICONS' +,p_display_name=>'Display Icons' +,p_display_sequence=>30 +,p_template_types=>'LIST' +,p_null_text=>'No Icons' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39710968261574970) +,p_theme_id=>42 +,p_name=>'SIZE' +,p_display_name=>'Size' +,p_display_sequence=>1 +,p_template_types=>'LIST' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39714712398574986) +,p_theme_id=>42 +,p_name=>'COLLAPSE_STYLE' +,p_display_name=>'Collapse Mode' +,p_display_sequence=>30 +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39720572806575006) +,p_theme_id=>42 +,p_name=>'DESKTOP' +,p_display_name=>'Desktop' +,p_display_sequence=>90 +,p_template_types=>'LIST' +,p_help_text=>'Determines the display for a desktop-sized screen' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39721360497575009) +,p_theme_id=>42 +,p_name=>'MOBILE' +,p_display_name=>'Mobile' +,p_display_sequence=>100 +,p_template_types=>'LIST' +,p_help_text=>'Determines the display for a mobile-sized screen' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39722597369575013) +,p_theme_id=>42 +,p_name=>'LABEL_DISPLAY' +,p_display_name=>'Label Display' +,p_display_sequence=>50 +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39723813156575025) +,p_theme_id=>42 +,p_name=>'REQUIRED_INDICATOR' +,p_display_name=>'Required Indicator' +,p_display_sequence=>1 +,p_template_types=>'FIELD' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39725606404575041) +,p_theme_id=>42 +,p_name=>'ICON_HOVER_ANIMATION' +,p_display_name=>'Icon Hover Animation' +,p_display_sequence=>55 +,p_template_types=>'BUTTON' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39727114074575047) +,p_theme_id=>42 +,p_name=>'ICON_POSITION' +,p_display_name=>'Icon Position' +,p_display_sequence=>50 +,p_template_types=>'BUTTON' +,p_help_text=>'Sets the position of the icon relative to the label.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39816293918575667) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL' +,p_display_name=>'Heading Level' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39817698883575673) +,p_theme_id=>42 +,p_name=>'BOTTOM_MARGIN' +,p_display_name=>'Bottom Margin' +,p_display_sequence=>220 +,p_template_types=>'FIELD' +,p_help_text=>'Set the bottom margin for this field.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39818024190575675) +,p_theme_id=>42 +,p_name=>'REGION_BOTTOM_MARGIN' +,p_display_name=>'Bottom Margin' +,p_display_sequence=>210 +,p_template_types=>'REGION' +,p_help_text=>'Set the bottom margin for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39819700396575680) +,p_theme_id=>42 +,p_name=>'LEFT_MARGIN' +,p_display_name=>'Left Margin' +,p_display_sequence=>220 +,p_template_types=>'FIELD' +,p_help_text=>'Set the left margin for this field.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39820071342575682) +,p_theme_id=>42 +,p_name=>'REGION_LEFT_MARGIN' +,p_display_name=>'Left Margin' +,p_display_sequence=>220 +,p_template_types=>'REGION' +,p_help_text=>'Set the left margin for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39821706303575687) +,p_theme_id=>42 +,p_name=>'RIGHT_MARGIN' +,p_display_name=>'Right Margin' +,p_display_sequence=>230 +,p_template_types=>'FIELD' +,p_help_text=>'Set the right margin for this field.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39822054588575688) +,p_theme_id=>42 +,p_name=>'REGION_RIGHT_MARGIN' +,p_display_name=>'Right Margin' +,p_display_sequence=>230 +,p_template_types=>'REGION' +,p_help_text=>'Set the right margin for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39823689303575694) +,p_theme_id=>42 +,p_name=>'TOP_MARGIN' +,p_display_name=>'Top Margin' +,p_display_sequence=>200 +,p_template_types=>'FIELD' +,p_help_text=>'Set the top margin for this field.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39824094856575695) +,p_theme_id=>42 +,p_name=>'REGION_TOP_MARGIN' +,p_display_name=>'Top Margin' +,p_display_sequence=>200 +,p_template_types=>'REGION' +,p_help_text=>'Set the top margin for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39825672035575700) +,p_theme_id=>42 +,p_name=>'TYPE' +,p_display_name=>'Type' +,p_display_sequence=>20 +,p_template_types=>'BUTTON' +,p_null_text=>'Normal' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39826065670575702) +,p_theme_id=>42 +,p_name=>'SPACING_BOTTOM' +,p_display_name=>'Spacing Bottom' +,p_display_sequence=>100 +,p_template_types=>'BUTTON' +,p_help_text=>'Controls the spacing to the bottom of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39826451897575703) +,p_theme_id=>42 +,p_name=>'SPACING_LEFT' +,p_display_name=>'Spacing Left' +,p_display_sequence=>70 +,p_template_types=>'BUTTON' +,p_help_text=>'Controls the spacing to the left of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39826855028575704) +,p_theme_id=>42 +,p_name=>'SPACING_RIGHT' +,p_display_name=>'Spacing Right' +,p_display_sequence=>80 +,p_template_types=>'BUTTON' +,p_help_text=>'Controls the spacing to the right of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39827295149575706) +,p_theme_id=>42 +,p_name=>'SPACING_TOP' +,p_display_name=>'Spacing Top' +,p_display_sequence=>90 +,p_template_types=>'BUTTON' +,p_help_text=>'Controls the spacing to the top of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39827651591575707) +,p_theme_id=>42 +,p_name=>'SIZE' +,p_display_name=>'Size' +,p_display_sequence=>10 +,p_template_types=>'BUTTON' +,p_help_text=>'Sets the size of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39828103700575708) +,p_theme_id=>42 +,p_name=>'STYLE' +,p_display_name=>'Style' +,p_display_sequence=>30 +,p_template_types=>'BUTTON' +,p_help_text=>'Sets the style of the button. Use the "Simple" option for secondary actions or sets of buttons. Use the "Remove UI Decoration" option to make the button appear as text.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39829492519575716) +,p_theme_id=>42 +,p_name=>'BUTTON_SET' +,p_display_name=>'Button Set' +,p_display_sequence=>40 +,p_template_types=>'BUTTON' +,p_help_text=>'Enables you to group many buttons together into a pill. You can use this option to specify where the button is within this set. Set the option to Default if this button is not part of a button set.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39830813902575720) +,p_theme_id=>42 +,p_name=>'WIDTH' +,p_display_name=>'Width' +,p_display_sequence=>60 +,p_template_types=>'BUTTON' +,p_help_text=>'Sets the width of the button.' +,p_null_text=>'Auto - Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39832034641575724) +,p_theme_id=>42 +,p_name=>'LABEL_POSITION' +,p_display_name=>'Label Position' +,p_display_sequence=>140 +,p_template_types=>'REGION' +,p_help_text=>'Sets the position of the label relative to the form item.' +,p_null_text=>'Inline - Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39832429735575726) +,p_theme_id=>42 +,p_name=>'ITEM_SIZE' +,p_display_name=>'Item Size' +,p_display_sequence=>110 +,p_template_types=>'REGION' +,p_help_text=>'Sets the size of the form items within this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39832821806575727) +,p_theme_id=>42 +,p_name=>'LABEL_ALIGNMENT' +,p_display_name=>'Label Alignment' +,p_display_sequence=>130 +,p_template_types=>'REGION' +,p_help_text=>'Set the label text alignment for items within this region.' +,p_null_text=>'Right' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39833273422575728) +,p_theme_id=>42 +,p_name=>'ITEM_PADDING' +,p_display_name=>'Item Spacing' +,p_display_sequence=>100 +,p_template_types=>'REGION' +,p_help_text=>'Sets the padding around items within this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39834088593575731) +,p_theme_id=>42 +,p_name=>'ITEM_WIDTH' +,p_display_name=>'Item Width' +,p_display_sequence=>120 +,p_template_types=>'REGION' +,p_help_text=>'Sets the width of the form items within this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39834615036575733) +,p_theme_id=>42 +,p_name=>'DISPLAY_TEXT_STYLE' +,p_display_name=>'Display Text Style' +,p_display_sequence=>400 +,p_template_types=>'FIELD' +,p_help_text=>'Determines the display style for Display Only & Read Only display items.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39835048777575735) +,p_theme_id=>42 +,p_name=>'SIZE' +,p_display_name=>'Size' +,p_display_sequence=>10 +,p_template_types=>'FIELD' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39835612882575736) +,p_theme_id=>42 +,p_name=>'ITEM_POST_TEXT' +,p_display_name=>'Item Post Text' +,p_display_sequence=>30 +,p_template_types=>'FIELD' +,p_help_text=>'Adjust the display of the Item Post Text' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39836019302575738) +,p_theme_id=>42 +,p_name=>'ITEM_PRE_TEXT' +,p_display_name=>'Item Pre Text' +,p_display_sequence=>20 +,p_template_types=>'FIELD' +,p_help_text=>'Adjust the display of the Item Pre Text' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39836493653575739) +,p_theme_id=>42 +,p_name=>'RADIO_GROUP_DISPLAY' +,p_display_name=>'Item Group Display' +,p_display_sequence=>300 +,p_template_types=>'FIELD' +,p_help_text=>'Determines the display style for radio and check box items.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39837226049575742) +,p_theme_id=>42 +,p_name=>'CONTENT_PADDING' +,p_display_name=>'Content Padding' +,p_display_sequence=>1 +,p_template_types=>'PAGE' +,p_help_text=>'Sets the Content Body padding for the page.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39837678748575743) +,p_theme_id=>42 +,p_name=>'SORT_ORDER_ALIGNMENT' +,p_display_name=>'Sort Order Alignment' +,p_display_sequence=>145 +,p_template_types=>'REGION' +,p_help_text=>'Sets the alignment of the sort order item.' +,p_null_text=>'Default (Start)' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(39838291384575745) +,p_theme_id=>42 +,p_name=>'PAGINATION_DISPLAY' +,p_display_name=>'Pagination Display' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_help_text=>'Controls the display of pagination for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +end; +/ +prompt --application/shared_components/user_interface/template_options +begin +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39551140458574399) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_css_classes=>'t-Dialog--noPadding' +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39551522774574409) +,p_theme_id=>42 +,p_name=>'POSITION_END' +,p_display_name=>'End' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_css_classes=>'js-dialog-class-t-Drawer--pullOutEnd' +,p_group_id=>wwv_flow_imp.id(39551389317574408) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39551756256574411) +,p_theme_id=>42 +,p_name=>'POSITION_START' +,p_display_name=>'Start' +,p_display_sequence=>10 +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_css_classes=>'js-dialog-class-t-Drawer--pullOutStart' +,p_group_id=>wwv_flow_imp.id(39551389317574408) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39552203131574412) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_css_classes=>'js-dialog-class-t-Drawer--sm' +,p_group_id=>wwv_flow_imp.id(39551971681574412) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39552344189574413) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_css_classes=>'js-dialog-class-t-Drawer--md' +,p_group_id=>wwv_flow_imp.id(39551971681574412) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39552526005574414) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>30 +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_css_classes=>'js-dialog-class-t-Drawer--lg' +,p_group_id=>wwv_flow_imp.id(39551971681574412) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39552769583574414) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_EXTRA_LARGE' +,p_display_name=>'Extra Large' +,p_display_sequence=>40 +,p_page_template_id=>wwv_flow_imp.id(39549990999574358) +,p_css_classes=>'js-dialog-class-t-Drawer--xl' +,p_group_id=>wwv_flow_imp.id(39551971681574412) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39556434573574428) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(39552812877574414) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39560440447574439) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(39556585349574428) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39562300476574444) +,p_theme_id=>42 +,p_name=>'PAGE_BACKGROUND_3' +,p_display_name=>'Background 3' +,p_display_sequence=>30 +,p_page_template_id=>wwv_flow_imp.id(39560528849574439) +,p_css_classes=>'t-LoginPage--bg3' +,p_group_id=>wwv_flow_imp.id(39562033447574444) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39562624937574446) +,p_theme_id=>42 +,p_name=>'PAGE_LAYOUT_SPLIT' +,p_display_name=>'Split' +,p_display_sequence=>1 +,p_page_template_id=>wwv_flow_imp.id(39560528849574439) +,p_css_classes=>'t-LoginPage--split' +,p_group_id=>wwv_flow_imp.id(39562496657574445) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39562889100574446) +,p_theme_id=>42 +,p_name=>'PAGE_BACKGROUND_1' +,p_display_name=>'Background 1' +,p_display_sequence=>10 +,p_page_template_id=>wwv_flow_imp.id(39560528849574439) +,p_css_classes=>'t-LoginPage--bg1' +,p_group_id=>wwv_flow_imp.id(39562033447574444) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39563063278574447) +,p_theme_id=>42 +,p_name=>'PAGE_BACKGROUND_2' +,p_display_name=>'Background 2' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(39560528849574439) +,p_css_classes=>'t-LoginPage--bg2' +,p_group_id=>wwv_flow_imp.id(39562033447574444) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39567103087574459) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(39563129817574447) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39570439280574468) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(39567139698574459) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39571774230574472) +,p_theme_id=>42 +,p_name=>'STRETCH_TO_FIT_WINDOW' +,p_display_name=>'Stretch to Fit Window' +,p_display_sequence=>1 +,p_page_template_id=>wwv_flow_imp.id(39570584029574468) +,p_css_classes=>'ui-dialog--stretch' +,p_template_types=>'PAGE' +,p_help_text=>'Stretch the dialog to fit the browser window.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39572012242574473) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(39570584029574468) +,p_css_classes=>'t-Dialog--noPadding' +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39575660731574485) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(39572105931574473) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39579046561574495) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(39575783518574486) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39580314135574499) +,p_theme_id=>42 +,p_name=>'STRETCH_TO_FIT_WINDOW' +,p_display_name=>'Stretch to Fit Window' +,p_display_sequence=>10 +,p_page_template_id=>wwv_flow_imp.id(39579211734574495) +,p_css_classes=>'ui-dialog--stretch' +,p_template_types=>'PAGE' +,p_help_text=>'Stretch the dialog to fit the browser window.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39580605977574500) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(39579211734574495) +,p_css_classes=>'t-Dialog--noPadding' +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39582946565574523) +,p_theme_id=>42 +,p_name=>'WIZARD' +,p_display_name=>'Wizard' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--wizard' +,p_group_id=>wwv_flow_imp.id(39582729741574522) +,p_template_types=>'REGION' +,p_help_text=>'Show the alert in a wizard style region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39583137515574524) +,p_theme_id=>42 +,p_name=>'HORIZONTAL' +,p_display_name=>'Horizontal' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--horizontal' +,p_group_id=>wwv_flow_imp.id(39582729741574522) +,p_template_types=>'REGION' +,p_help_text=>'Show horizontal alert with buttons to the right.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39583595361574525) +,p_theme_id=>42 +,p_name=>'WARNING' +,p_display_name=>'Warning' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--warning' +,p_group_id=>wwv_flow_imp.id(39583404408574524) +,p_template_types=>'REGION' +,p_help_text=>'Show a warning alert.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39583760206574526) +,p_theme_id=>42 +,p_name=>'SUCCESS' +,p_display_name=>'Success' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--success' +,p_group_id=>wwv_flow_imp.id(39583404408574524) +,p_template_types=>'REGION' +,p_help_text=>'Show success alert.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39583976299574527) +,p_theme_id=>42 +,p_name=>'DANGER' +,p_display_name=>'Danger' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--danger' +,p_group_id=>wwv_flow_imp.id(39583404408574524) +,p_template_types=>'REGION' +,p_help_text=>'Show an error or danger alert.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39584166135574527) +,p_theme_id=>42 +,p_name=>'COLOREDBACKGROUND' +,p_display_name=>'Highlight Background' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--colorBG' +,p_template_types=>'REGION' +,p_help_text=>'Set alert background color to that of the alert type (warning, success, etc.)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39584322660574528) +,p_theme_id=>42 +,p_name=>'INFORMATION' +,p_display_name=>'Information' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--info' +,p_group_id=>wwv_flow_imp.id(39583404408574524) +,p_template_types=>'REGION' +,p_help_text=>'Show informational alert.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39584726075574530) +,p_theme_id=>42 +,p_name=>'USEDEFAULTICONS' +,p_display_name=>'Show Default Icons' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--defaultIcons' +,p_group_id=>wwv_flow_imp.id(39584606235574529) +,p_template_types=>'REGION' +,p_help_text=>'Uses default icons for alert types.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39585128717574531) +,p_theme_id=>42 +,p_name=>'HIDDENHEADERNOAT' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--removeHeading js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(39584960486574530) +,p_template_types=>'REGION' +,p_help_text=>'Hides the Alert Title from being displayed.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39585389050574532) +,p_theme_id=>42 +,p_name=>'HIDDENHEADER' +,p_display_name=>'Hidden but Accessible' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--accessibleHeading' +,p_group_id=>wwv_flow_imp.id(39584960486574530) +,p_template_types=>'REGION' +,p_help_text=>'Visually hides the alert title, but assistive technologies can still read it.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39585515401574532) +,p_theme_id=>42 +,p_name=>'HIDE_ICONS' +,p_display_name=>'Hide Icons' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--noIcon' +,p_group_id=>wwv_flow_imp.id(39584606235574529) +,p_template_types=>'REGION' +,p_help_text=>'Hides alert icons' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39585786103574533) +,p_theme_id=>42 +,p_name=>'SHOW_CUSTOM_ICONS' +,p_display_name=>'Show Custom Icons' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39580709563574502) +,p_css_classes=>'t-Alert--customIcons' +,p_group_id=>wwv_flow_imp.id(39584606235574529) +,p_template_types=>'REGION' +,p_help_text=>'Set custom icons by modifying the Alert Region''s Icon CSS Classes property.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39591852864574549) +,p_theme_id=>42 +,p_name=>'REMOVEUIDECORATION' +,p_display_name=>'Remove UI Decoration' +,p_display_sequence=>4 +,p_region_template_id=>wwv_flow_imp.id(39588703489574541) +,p_css_classes=>'t-ButtonRegion--noUI' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39592021511574550) +,p_theme_id=>42 +,p_name=>'BORDERLESS' +,p_display_name=>'Borderless' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39588703489574541) +,p_css_classes=>'t-ButtonRegion--noBorder' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39592469913574551) +,p_theme_id=>42 +,p_name=>'SLIMPADDING' +,p_display_name=>'Slim Padding' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(39588703489574541) +,p_css_classes=>'t-ButtonRegion--slimPadding' +,p_group_id=>wwv_flow_imp.id(39592272123574550) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39592689424574552) +,p_theme_id=>42 +,p_name=>'NOPADDING' +,p_display_name=>'No Padding' +,p_display_sequence=>3 +,p_region_template_id=>wwv_flow_imp.id(39588703489574541) +,p_css_classes=>'t-ButtonRegion--noPadding' +,p_group_id=>wwv_flow_imp.id(39592272123574550) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39592841950574552) +,p_theme_id=>42 +,p_name=>'STICK_TO_BOTTOM' +,p_display_name=>'Stick to Bottom for Mobile' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39588703489574541) +,p_css_classes=>'t-ButtonRegion--stickToBottom' +,p_template_types=>'REGION' +,p_help_text=>'This will position the button container region to the bottom of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39594193402574556) +,p_theme_id=>42 +,p_name=>'STYLE_A' +,p_display_name=>'Style A' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39592980501574553) +,p_css_classes=>'t-CardsRegion--styleA' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39594385534574557) +,p_theme_id=>42 +,p_name=>'STYLE_B' +,p_display_name=>'Style B' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39592980501574553) +,p_css_classes=>'t-CardsRegion--styleB' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39594581240574557) +,p_theme_id=>42 +,p_name=>'STYLE_C' +,p_display_name=>'Style C' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39592980501574553) +,p_css_classes=>'t-CardsRegion--styleC' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39594765539574558) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39592980501574553) +,p_css_classes=>'u-colors' +,p_template_types=>'REGION' +,p_help_text=>'Applies the colors from the theme''s color palette to the icons or initials within cards.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39598454488574568) +,p_theme_id=>42 +,p_name=>'SHOW_REGION_ICON' +,p_display_name=>'Show Region Icon' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--showIcon' +,p_template_types=>'REGION' +,p_help_text=>'Displays the region icon in the region header beside the region title' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39598709498574569) +,p_theme_id=>42 +,p_name=>'SHOW_MAXIMIZE_BUTTON' +,p_display_name=>'Show Maximize Button' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'js-showMaximizeButton' +,p_template_types=>'REGION' +,p_help_text=>'Displays a button in the Region Header to maximize the region. Clicking this button will toggle the maximize state and stretch the region to fill the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39599076452574570) +,p_theme_id=>42 +,p_name=>'10_SECONDS' +,p_display_name=>'10 Seconds' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'js-cycle10s' +,p_group_id=>wwv_flow_imp.id(39598824360574570) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39599277649574571) +,p_theme_id=>42 +,p_name=>'15_SECONDS' +,p_display_name=>'15 Seconds' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'js-cycle15s' +,p_group_id=>wwv_flow_imp.id(39598824360574570) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39599509325574572) +,p_theme_id=>42 +,p_name=>'20_SECONDS' +,p_display_name=>'20 Seconds' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'js-cycle20s' +,p_group_id=>wwv_flow_imp.id(39598824360574570) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39599625593574572) +,p_theme_id=>42 +,p_name=>'5_SECONDS' +,p_display_name=>'5 Seconds' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'js-cycle5s' +,p_group_id=>wwv_flow_imp.id(39598824360574570) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39600040337574574) +,p_theme_id=>42 +,p_name=>'240PX' +,p_display_name=>'240px' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'i-h240' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 240px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39600246596574574) +,p_theme_id=>42 +,p_name=>'320PX' +,p_display_name=>'320px' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'i-h320' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 320px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39600510045574575) +,p_theme_id=>42 +,p_name=>'480PX' +,p_display_name=>'480px' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'i-h480' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39600642398574576) +,p_theme_id=>42 +,p_name=>'640PX' +,p_display_name=>'640px' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'i-h640' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39601104339574579) +,p_theme_id=>42 +,p_name=>'ACCENT_1' +,p_display_name=>'Accent 1' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--accent1' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39601302586574579) +,p_theme_id=>42 +,p_name=>'ACCENT_2' +,p_display_name=>'Accent 2' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--accent2' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39601479699574580) +,p_theme_id=>42 +,p_name=>'ACCENT_3' +,p_display_name=>'Accent 3' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--accent3' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39601627925574581) +,p_theme_id=>42 +,p_name=>'ACCENT_4' +,p_display_name=>'Accent 4' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--accent4' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39601813325574582) +,p_theme_id=>42 +,p_name=>'ACCENT_5' +,p_display_name=>'Accent 5' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--accent5' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39602212443574584) +,p_theme_id=>42 +,p_name=>'HIDDENHEADERNOAT' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--removeHeader' +,p_group_id=>wwv_flow_imp.id(39602064180574583) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39602644228574585) +,p_theme_id=>42 +,p_name=>'HIDEOVERFLOW' +,p_display_name=>'Hide' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--hiddenOverflow' +,p_group_id=>wwv_flow_imp.id(39602453681574584) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39602815972574586) +,p_theme_id=>42 +,p_name=>'HIDEREGIONHEADER' +,p_display_name=>'Hidden but accessible' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--hideHeader' +,p_group_id=>wwv_flow_imp.id(39602064180574583) +,p_template_types=>'REGION' +,p_help_text=>'This option will hide the region header. Note that the region title will still be audible for Screen Readers. Buttons placed in the region header will be hidden and inaccessible.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39603035553574586) +,p_theme_id=>42 +,p_name=>'NOBODYPADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes padding from region body.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39603311923574587) +,p_theme_id=>42 +,p_name=>'NOBORDER' +,p_display_name=>'Remove Borders' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--noBorder' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_help_text=>'Removes borders from the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39603489585574588) +,p_theme_id=>42 +,p_name=>'REMEMBER_CAROUSEL_SLIDE' +,p_display_name=>'Remember Carousel Slide' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'js-useLocalStorage' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39603633243574589) +,p_theme_id=>42 +,p_name=>'SCROLLBODY' +,p_display_name=>'Scroll' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--scrollBody' +,p_group_id=>wwv_flow_imp.id(39602453681574584) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39604037248574590) +,p_theme_id=>42 +,p_name=>'SLIDE' +,p_display_name=>'Slide' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--carouselSlide' +,p_group_id=>wwv_flow_imp.id(39603876554574590) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39604275413574592) +,p_theme_id=>42 +,p_name=>'SPIN' +,p_display_name=>'Spin' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--carouselSpin' +,p_group_id=>wwv_flow_imp.id(39603876554574590) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39604435173574593) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stack Region' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--stacked' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_help_text=>'Removes side borders and shadows, and can be useful for accordions and regions that need to be grouped together vertically.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39604633478574593) +,p_theme_id=>42 +,p_name=>'SHOW_NEXT_AND_PREVIOUS_BUTTONS' +,p_display_name=>'Show Next and Previous Buttons' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39594851157574558) +,p_css_classes=>'t-Region--showCarouselControls' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39608240637574605) +,p_theme_id=>42 +,p_name=>'ICONS_PLUS_OR_MINUS' +,p_display_name=>'Plus or Minus' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--hideShowIconsMath' +,p_group_id=>wwv_flow_imp.id(39608053609574604) +,p_template_types=>'REGION' +,p_help_text=>'Use the plus and minus icons for the expand and collapse button.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39608668147574606) +,p_theme_id=>42 +,p_name=>'CONRTOLS_POSITION_END' +,p_display_name=>'End' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--controlsPosEnd' +,p_group_id=>wwv_flow_imp.id(39608509957574606) +,p_template_types=>'REGION' +,p_help_text=>'Position the expand / collapse button to the end of the region header.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39608860268574607) +,p_theme_id=>42 +,p_name=>'480PX' +,p_display_name=>'480px' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'i-h480' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +,p_help_text=>'Sets body height to 480px.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39609098216574608) +,p_theme_id=>42 +,p_name=>'640PX' +,p_display_name=>'640px' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'i-h640' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +,p_help_text=>'Sets body height to 640px.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39609234917574609) +,p_theme_id=>42 +,p_name=>'REMOVE_UI_DECORATION' +,p_display_name=>'Remove UI Decoration' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--noUI' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_help_text=>'Removes UI decoration (borders, backgrounds, shadows, etc) from the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39609453992574609) +,p_theme_id=>42 +,p_name=>'ACCENT_6' +,p_display_name=>'Accent 6' +,p_display_sequence=>60 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent6' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39609624722574610) +,p_theme_id=>42 +,p_name=>'ACCENT_7' +,p_display_name=>'Accent 7' +,p_display_sequence=>70 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent7' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39609911605574611) +,p_theme_id=>42 +,p_name=>'ACCENT_8' +,p_display_name=>'Accent 8' +,p_display_sequence=>80 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent8' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39610078466574611) +,p_theme_id=>42 +,p_name=>'ACCENT_9' +,p_display_name=>'Accent 9' +,p_display_sequence=>90 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent9' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39610275430574612) +,p_theme_id=>42 +,p_name=>'ACCENT_10' +,p_display_name=>'Accent 10' +,p_display_sequence=>100 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent10' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39610496696574613) +,p_theme_id=>42 +,p_name=>'ACCENT_11' +,p_display_name=>'Accent 11' +,p_display_sequence=>110 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent11' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39610705627574613) +,p_theme_id=>42 +,p_name=>'ACCENT_12' +,p_display_name=>'Accent 12' +,p_display_sequence=>120 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent12' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39610827557574614) +,p_theme_id=>42 +,p_name=>'ACCENT_13' +,p_display_name=>'Accent 13' +,p_display_sequence=>130 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent13' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39611077987574615) +,p_theme_id=>42 +,p_name=>'ACCENT_14' +,p_display_name=>'Accent 14' +,p_display_sequence=>140 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent14' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39611291487574615) +,p_theme_id=>42 +,p_name=>'ACCENT_15' +,p_display_name=>'Accent 15' +,p_display_sequence=>150 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent15' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39611429690574616) +,p_theme_id=>42 +,p_name=>'240PX' +,p_display_name=>'240px' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'i-h240' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 240px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39611630196574617) +,p_theme_id=>42 +,p_name=>'320PX' +,p_display_name=>'320px' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'i-h320' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 320px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39611850440574618) +,p_theme_id=>42 +,p_name=>'ACCENT_1' +,p_display_name=>'Accent 1' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent1' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39612068482574619) +,p_theme_id=>42 +,p_name=>'ACCENT_2' +,p_display_name=>'Accent 2' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent2' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39612273540574620) +,p_theme_id=>42 +,p_name=>'ACCENT_3' +,p_display_name=>'Accent 3' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent3' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39612472712574623) +,p_theme_id=>42 +,p_name=>'ACCENT_4' +,p_display_name=>'Accent 4' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent4' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39612621596574624) +,p_theme_id=>42 +,p_name=>'ACCENT_5' +,p_display_name=>'Accent 5' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--accent5' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39612887952574624) +,p_theme_id=>42 +,p_name=>'HIDEOVERFLOW' +,p_display_name=>'Hide' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--hiddenOverflow' +,p_group_id=>wwv_flow_imp.id(39602453681574584) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39613076439574625) +,p_theme_id=>42 +,p_name=>'NOBODYPADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes padding from region body.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39613298822574626) +,p_theme_id=>42 +,p_name=>'NOBORDER' +,p_display_name=>'Remove Borders' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--noBorder' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_help_text=>'Removes borders from the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39613435128574626) +,p_theme_id=>42 +,p_name=>'SCROLLBODY' +,p_display_name=>'Scroll - Default' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--scrollBody' +,p_group_id=>wwv_flow_imp.id(39602453681574584) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39613634277574627) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stack Region' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'t-Region--stacked' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_help_text=>'Removes side borders and shadows, and can be useful for accordions and regions that need to be grouped together vertically.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39614109752574629) +,p_theme_id=>42 +,p_name=>'EXPANDED' +,p_display_name=>'Expanded' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'is-expanded' +,p_group_id=>wwv_flow_imp.id(39613818859574628) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39614252345574629) +,p_theme_id=>42 +,p_name=>'COLLAPSED' +,p_display_name=>'Collapsed' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'is-collapsed' +,p_group_id=>wwv_flow_imp.id(39613818859574628) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39614447278574630) +,p_theme_id=>42 +,p_name=>'REMEMBER_COLLAPSIBLE_STATE' +,p_display_name=>'Remember Collapsible State' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39604765323574593) +,p_css_classes=>'js-useLocalStorage' +,p_template_types=>'REGION' +,p_help_text=>'This option saves the current state of the collapsible region for the duration of the session.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39616692406574636) +,p_theme_id=>42 +,p_name=>'SHOW_REGION_ICON' +,p_display_name=>'Show Region Icon' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-ContentBlock--showIcon' +,p_template_types=>'REGION' +,p_help_text=>'Displays the region icon in the region header beside the region title' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39616901266574636) +,p_theme_id=>42 +,p_name=>'HIDEREGIONHEADER' +,p_display_name=>'Hidden but accessible' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-ContentBlock--hideHeader' +,p_group_id=>wwv_flow_imp.id(39602064180574583) +,p_template_types=>'REGION' +,p_help_text=>'This option will hide the region header. Note that the region title will still be audible for Screen Readers. Buttons placed in the region header will be hidden and inaccessible.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39617075972574637) +,p_theme_id=>42 +,p_name=>'HIDDENHEADERNOAT' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-Region--removeHeader js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(39602064180574583) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39617494802574638) +,p_theme_id=>42 +,p_name=>'HEADING_FONT_ALTERNATIVE' +,p_display_name=>'Alternative' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-ContentBlock--headingFontAlt' +,p_group_id=>wwv_flow_imp.id(39617306386574638) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39617893340574640) +,p_theme_id=>42 +,p_name=>'CONTENT_TITLE_H1' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-ContentBlock--h1' +,p_group_id=>wwv_flow_imp.id(39617661127574639) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39618013299574640) +,p_theme_id=>42 +,p_name=>'CONTENT_TITLE_H2' +,p_display_name=>'Medium' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-ContentBlock--h2' +,p_group_id=>wwv_flow_imp.id(39617661127574639) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39618223651574641) +,p_theme_id=>42 +,p_name=>'CONTENT_TITLE_H3' +,p_display_name=>'Small' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-ContentBlock--h3' +,p_group_id=>wwv_flow_imp.id(39617661127574639) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39618425858574641) +,p_theme_id=>42 +,p_name=>'ADD_BODY_PADDING' +,p_display_name=>'Add Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-ContentBlock--padded' +,p_template_types=>'REGION' +,p_help_text=>'Adds padding to the region''s body container.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39618846808574645) +,p_theme_id=>42 +,p_name=>'SHADOW_BACKGROUND' +,p_display_name=>'Shadow Background' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-ContentBlock--shadowBG' +,p_group_id=>wwv_flow_imp.id(39618698848574645) +,p_template_types=>'REGION' +,p_help_text=>'Gives the region body a slightly darker background.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39619039360574646) +,p_theme_id=>42 +,p_name=>'LIGHT_BACKGROUND' +,p_display_name=>'Light Background' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39614556861574630) +,p_css_classes=>'t-ContentBlock--lightBG' +,p_group_id=>wwv_flow_imp.id(39618698848574645) +,p_template_types=>'REGION' +,p_help_text=>'Gives the region body a slightly lighter background.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39621183735574653) +,p_theme_id=>42 +,p_name=>'ICONS_CIRCULAR' +,p_display_name=>'Circle' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39619198414574646) +,p_css_classes=>'t-HeroRegion--iconsCircle' +,p_group_id=>wwv_flow_imp.id(39620947046574652) +,p_template_types=>'REGION' +,p_help_text=>'The icons are displayed within a circle.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39621344243574654) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39619198414574646) +,p_css_classes=>'t-HeroRegion--iconsSquare' +,p_group_id=>wwv_flow_imp.id(39620947046574652) +,p_template_types=>'REGION' +,p_help_text=>'The icons are displayed within a square.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39621584515574654) +,p_theme_id=>42 +,p_name=>'HEADING_FONT_ALTERNATIVE' +,p_display_name=>'Alternative' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39619198414574646) +,p_css_classes=>'t-HeroRegion--headingFontAlt' +,p_group_id=>wwv_flow_imp.id(39617306386574638) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39621788710574655) +,p_theme_id=>42 +,p_name=>'FEATURED' +,p_display_name=>'Featured' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39619198414574646) +,p_css_classes=>'t-HeroRegion--featured' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39621978818574656) +,p_theme_id=>42 +,p_name=>'STACKED_FEATURED' +,p_display_name=>'Stacked Featured' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39619198414574646) +,p_css_classes=>'t-HeroRegion--featured t-HeroRegion--centered' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39622326579574658) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICON_NO' +,p_display_name=>'No' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39619198414574646) +,p_css_classes=>'t-HeroRegion--hideIcon' +,p_group_id=>wwv_flow_imp.id(39622178292574657) +,p_template_types=>'REGION' +,p_help_text=>'Hide the Hero Region icon.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39622544151574658) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39619198414574646) +,p_css_classes=>'t-HeroRegion--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes the padding around the hero region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39623716014574662) +,p_theme_id=>42 +,p_name=>'RATIO_AUTO' +,p_display_name=>'Auto' +,p_display_sequence=>100 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--auto' +,p_group_id=>wwv_flow_imp.id(39623585242574661) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39623915450574663) +,p_theme_id=>42 +,p_name=>'RATIO_1_1' +,p_display_name=>'1:1 (Square)' +,p_display_sequence=>110 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--1x1' +,p_group_id=>wwv_flow_imp.id(39623585242574661) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39624137234574663) +,p_theme_id=>42 +,p_name=>'RATIO_16_9' +,p_display_name=>'16:9 (Widescreen)' +,p_display_sequence=>120 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--16x9' +,p_group_id=>wwv_flow_imp.id(39623585242574661) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39624350618574664) +,p_theme_id=>42 +,p_name=>'RATIO_4_3' +,p_display_name=>'4:3 (Standard)' +,p_display_sequence=>130 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--4x3' +,p_group_id=>wwv_flow_imp.id(39623585242574661) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39624519053574665) +,p_theme_id=>42 +,p_name=>'IMAGE_STRETCH' +,p_display_name=>'Image Stretch' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--stretch' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39624985272574666) +,p_theme_id=>42 +,p_name=>'SCALE_CONTAIN' +,p_display_name=>'Contain' +,p_display_sequence=>200 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--contain' +,p_group_id=>wwv_flow_imp.id(39624773385574665) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39625176702574666) +,p_theme_id=>42 +,p_name=>'SCALE_COVER' +,p_display_name=>'Cover' +,p_display_sequence=>210 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--cover' +,p_group_id=>wwv_flow_imp.id(39624773385574665) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39625367747574667) +,p_theme_id=>42 +,p_name=>'SCALE_FILL' +,p_display_name=>'Fill' +,p_display_sequence=>220 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--fill' +,p_group_id=>wwv_flow_imp.id(39624773385574665) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39625603862574668) +,p_theme_id=>42 +,p_name=>'SCALE_DOWN' +,p_display_name=>'Scale Down' +,p_display_sequence=>230 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--scale-down' +,p_group_id=>wwv_flow_imp.id(39624773385574665) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39626003425574669) +,p_theme_id=>42 +,p_name=>'SHAPE_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>300 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--square' +,p_group_id=>wwv_flow_imp.id(39625749839574668) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39626200438574670) +,p_theme_id=>42 +,p_name=>'SHAPE_ROUNDED' +,p_display_name=>'Rounded' +,p_display_sequence=>310 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--rounded' +,p_group_id=>wwv_flow_imp.id(39625749839574668) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39626368315574670) +,p_theme_id=>42 +,p_name=>'SHAPE_CIRCLE' +,p_display_name=>'Circle' +,p_display_sequence=>320 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--circle' +,p_group_id=>wwv_flow_imp.id(39625749839574668) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39626602128574671) +,p_theme_id=>42 +,p_name=>'RATIO_2_1' +,p_display_name=>'2:1 (Univisium)' +,p_display_sequence=>140 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--2x1' +,p_group_id=>wwv_flow_imp.id(39623585242574661) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39626918235574674) +,p_theme_id=>42 +,p_name=>'FILTER_NONE' +,p_display_name=>'None' +,p_display_sequence=>400 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--noFilter' +,p_group_id=>wwv_flow_imp.id(39626791859574674) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39627175882574675) +,p_theme_id=>42 +,p_name=>'FILTER_GRAYSCALE' +,p_display_name=>'Grayscale' +,p_display_sequence=>410 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--grayscale' +,p_group_id=>wwv_flow_imp.id(39626791859574674) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39627394431574676) +,p_theme_id=>42 +,p_name=>'FILTER_SEPIA' +,p_display_name=>'Sepia' +,p_display_sequence=>420 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--sepia' +,p_group_id=>wwv_flow_imp.id(39626791859574674) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39627539658574678) +,p_theme_id=>42 +,p_name=>'FILTER_BLUR' +,p_display_name=>'Blur' +,p_display_sequence=>430 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--blur' +,p_group_id=>wwv_flow_imp.id(39626791859574674) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39627770443574679) +,p_theme_id=>42 +,p_name=>'FILTER_INVERT' +,p_display_name=>'Invert' +,p_display_sequence=>440 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--invert' +,p_group_id=>wwv_flow_imp.id(39626791859574674) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39627945325574680) +,p_theme_id=>42 +,p_name=>'FILTER_SATURATE' +,p_display_name=>'Saturate' +,p_display_sequence=>450 +,p_region_template_id=>wwv_flow_imp.id(39622613433574658) +,p_css_classes=>'t-ImageRegion--saturate' +,p_group_id=>wwv_flow_imp.id(39626791859574674) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39630975746574689) +,p_theme_id=>42 +,p_name=>'NONE' +,p_display_name=>'None' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(39628069242574680) +,p_css_classes=>'js-dialog-nosize' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39631157072574690) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(39628069242574680) +,p_css_classes=>'t-DialogRegion--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes the padding around the region body.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39631365162574690) +,p_theme_id=>42 +,p_name=>'AUTO_HEIGHT_INLINE_DIALOG' +,p_display_name=>'Auto Height' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39628069242574680) +,p_css_classes=>'js-dialog-autoheight' +,p_template_types=>'REGION' +,p_help_text=>'This option will set the height of the dialog to fit its contents.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39631518055574691) +,p_theme_id=>42 +,p_name=>'DRAGGABLE' +,p_display_name=>'Draggable' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39628069242574680) +,p_css_classes=>'js-draggable' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39631725249574692) +,p_theme_id=>42 +,p_name=>'MODAL' +,p_display_name=>'Modal' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39628069242574680) +,p_css_classes=>'js-modal' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39631922607574693) +,p_theme_id=>42 +,p_name=>'RESIZABLE' +,p_display_name=>'Resizable' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39628069242574680) +,p_css_classes=>'js-resizable' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39632169950574693) +,p_theme_id=>42 +,p_name=>'SMALL_480X320' +,p_display_name=>'Small (480x320)' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39628069242574680) +,p_css_classes=>'js-dialog-size480x320' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39632358663574694) +,p_theme_id=>42 +,p_name=>'LARGE_720X480' +,p_display_name=>'Large (720x480)' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39628069242574680) +,p_css_classes=>'js-dialog-size720x480' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39632609528574695) +,p_theme_id=>42 +,p_name=>'MEDIUM_600X400' +,p_display_name=>'Medium (600x400)' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39628069242574680) +,p_css_classes=>'js-dialog-size600x400' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39635364143574702) +,p_theme_id=>42 +,p_name=>'MODAL' +,p_display_name=>'Modal' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39632651863574695) +,p_css_classes=>'js-modal' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39635573898574703) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(39632651863574695) +,p_css_classes=>'t-DialogRegion--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes the padding around the region body.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39635730818574704) +,p_theme_id=>42 +,p_name=>'NONE' +,p_display_name=>'None (Auto)' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(39632651863574695) +,p_css_classes=>'js-dialog-nosize' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39636197228574705) +,p_theme_id=>42 +,p_name=>'POSITION_START' +,p_display_name=>'Start' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39632651863574695) +,p_css_classes=>'js-dialog-class-t-Drawer--pullOutStart' +,p_group_id=>wwv_flow_imp.id(39635948076574704) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39636345904574706) +,p_theme_id=>42 +,p_name=>'POSITION_END' +,p_display_name=>'End' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39632651863574695) +,p_css_classes=>'js-dialog-class-t-Drawer--pullOutEnd' +,p_group_id=>wwv_flow_imp.id(39635948076574704) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39636539038574706) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39632651863574695) +,p_css_classes=>'js-dialog-class-t-Drawer--sm' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39636746538574707) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39632651863574695) +,p_css_classes=>'js-dialog-class-t-Drawer--md' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39636988105574708) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39632651863574695) +,p_css_classes=>'js-dialog-class-t-Drawer--lg' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39637195959574708) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_EXTRA_LARGE' +,p_display_name=>'Extra Large' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39632651863574695) +,p_css_classes=>'js-dialog-class-t-Drawer--xl' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39639955117574716) +,p_theme_id=>42 +,p_name=>'AUTO_HEIGHT_INLINE_DIALOG' +,p_display_name=>'Auto Height' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-dialog-autoheight' +,p_template_types=>'REGION' +,p_help_text=>'This option will set the height of the dialog to fit its contents.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39640156765574716) +,p_theme_id=>42 +,p_name=>'LARGE_720X480' +,p_display_name=>'Large (720x480)' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-dialog-size720x480' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39640375207574717) +,p_theme_id=>42 +,p_name=>'MEDIUM_600X400' +,p_display_name=>'Medium (600x400)' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-dialog-size600x400' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39640611494574718) +,p_theme_id=>42 +,p_name=>'SMALL_480X320' +,p_display_name=>'Small (480x320)' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-dialog-size480x320' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39640718112574718) +,p_theme_id=>42 +,p_name=>'NONE' +,p_display_name=>'None' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-dialog-nosize' +,p_group_id=>wwv_flow_imp.id(39630804640574688) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39640948167574719) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'t-DialogRegion--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes the padding around the region body.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39641135997574720) +,p_theme_id=>42 +,p_name=>'DISPLAY_POPUP_CALLOUT' +,p_display_name=>'Display Popup Callout' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-popup-callout' +,p_template_types=>'REGION' +,p_help_text=>'Use this option to add display a callout for the popup. Note that callout will only be displayed if the data-parent-element custom attribute is defined.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39641591232574721) +,p_theme_id=>42 +,p_name=>'BEFORE' +,p_display_name=>'Before' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-popup-pos-before' +,p_group_id=>wwv_flow_imp.id(39641401353574720) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout before or typically to the left of the parent.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39641734609574722) +,p_theme_id=>42 +,p_name=>'AFTER' +,p_display_name=>'After' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-popup-pos-after' +,p_group_id=>wwv_flow_imp.id(39641401353574720) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout after or typically to the right of the parent.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39641940746574722) +,p_theme_id=>42 +,p_name=>'ABOVE' +,p_display_name=>'Above' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-popup-pos-above' +,p_group_id=>wwv_flow_imp.id(39641401353574720) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout above or typically on top of the parent.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39642167285574723) +,p_theme_id=>42 +,p_name=>'BELOW' +,p_display_name=>'Below' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-popup-pos-below' +,p_group_id=>wwv_flow_imp.id(39641401353574720) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout below or typically to the bottom of the parent.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39642331104574724) +,p_theme_id=>42 +,p_name=>'INSIDE' +,p_display_name=>'Inside' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-popup-pos-inside' +,p_group_id=>wwv_flow_imp.id(39641401353574720) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout inside of the parent. This is useful when the parent is sufficiently large, such as a report or large region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39642527476574724) +,p_theme_id=>42 +,p_name=>'REMOVE_PAGE_OVERLAY' +,p_display_name=>'Remove Page Overlay' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39637301297574709) +,p_css_classes=>'js-popup-noOverlay' +,p_template_types=>'REGION' +,p_help_text=>'This option will display the inline dialog without an overlay on the background.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39644444232574729) +,p_theme_id=>42 +,p_name=>'SHOW_MAXIMIZE_BUTTON' +,p_display_name=>'Show Maximize Button' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39642663552574725) +,p_css_classes=>'js-showMaximizeButton' +,p_template_types=>'REGION' +,p_help_text=>'Displays a button in the Interactive Reports toolbar to maximize the report. Clicking this button will toggle the maximize state and stretch the report to fill the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39644703349574730) +,p_theme_id=>42 +,p_name=>'REMOVEBORDERS' +,p_display_name=>'Remove Borders' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39642663552574725) +,p_css_classes=>'t-IRR-region--noBorders' +,p_template_types=>'REGION' +,p_help_text=>'Removes borders around the Interactive Report' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39645966855574734) +,p_theme_id=>42 +,p_name=>'STACK_MOBILE' +,p_display_name=>'Stack on Mobile' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39644794938574730) +,p_css_classes=>'t-ItemContainer--stackMobile' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39646171280574734) +,p_theme_id=>42 +,p_name=>'WRAP_ITEMS' +,p_display_name=>'Wrap Items' +,p_display_sequence=>2 +,p_region_template_id=>wwv_flow_imp.id(39644794938574730) +,p_css_classes=>'t-ItemContainer--wrap' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39646517135574736) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_START' +,p_display_name=>'Start' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39644794938574730) +,p_css_classes=>'t-ItemContainer--alignStart' +,p_group_id=>wwv_flow_imp.id(39646350729574735) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39646804164574736) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_CENTER' +,p_display_name=>'Center' +,p_display_sequence=>11 +,p_region_template_id=>wwv_flow_imp.id(39644794938574730) +,p_css_classes=>'t-ItemContainer--alignCenter' +,p_group_id=>wwv_flow_imp.id(39646350729574735) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39646929308574737) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_END' +,p_display_name=>'End' +,p_display_sequence=>12 +,p_region_template_id=>wwv_flow_imp.id(39644794938574730) +,p_css_classes=>'t-ItemContainer--alignEnd' +,p_group_id=>wwv_flow_imp.id(39646350729574735) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39647124698574738) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_STRETCH' +,p_display_name=>'Stretch' +,p_display_sequence=>13 +,p_region_template_id=>wwv_flow_imp.id(39644794938574730) +,p_css_classes=>'t-ItemContainer--alignStretch' +,p_group_id=>wwv_flow_imp.id(39646350729574735) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39649237113574744) +,p_theme_id=>42 +,p_name=>'LOGIN_HEADER_ICON' +,p_display_name=>'Icon' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39647218926574739) +,p_css_classes=>'t-Login-region--headerIcon' +,p_group_id=>wwv_flow_imp.id(39649045939574743) +,p_template_types=>'REGION' +,p_help_text=>'Displays only the Region Icon in the Login region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39649463889574745) +,p_theme_id=>42 +,p_name=>'LOGIN_HEADER_TITLE' +,p_display_name=>'Title' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39647218926574739) +,p_css_classes=>'t-Login-region--headerTitle js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(39649045939574743) +,p_template_types=>'REGION' +,p_help_text=>'Displays only the Region Title in the Login region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39649628069574745) +,p_theme_id=>42 +,p_name=>'LOGO_HEADER_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39647218926574739) +,p_css_classes=>'t-Login-region--headerHidden js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(39649045939574743) +,p_template_types=>'REGION' +,p_help_text=>'Hides both the Region Icon and Title from the Login region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39651198187574750) +,p_theme_id=>42 +,p_name=>'RESULT_APPEARANCE_BOXED' +,p_display_name=>'Boxed' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39649718430574746) +,p_css_classes=>'t-ResultsRegion--boxed' +,p_group_id=>wwv_flow_imp.id(39650943896574749) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39651388980574751) +,p_theme_id=>42 +,p_name=>'RESULT_APPEARANCE_FLAT' +,p_display_name=>'Flat' +,p_display_sequence=>2 +,p_region_template_id=>wwv_flow_imp.id(39649718430574746) +,p_css_classes=>'t-ResultsRegion--flat' +,p_group_id=>wwv_flow_imp.id(39650943896574749) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39651754875574752) +,p_theme_id=>42 +,p_name=>'ICON_SIZE_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39649718430574746) +,p_css_classes=>'t-ResultsRegion--iconSm' +,p_group_id=>wwv_flow_imp.id(39651586226574751) +,p_template_types=>'REGION' +,p_help_text=>'Sets the icon size to small (16px).' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39652005069574753) +,p_theme_id=>42 +,p_name=>'ICON_SIZE_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>2 +,p_region_template_id=>wwv_flow_imp.id(39649718430574746) +,p_css_classes=>'t-ResultsRegion--iconMd' +,p_group_id=>wwv_flow_imp.id(39651586226574751) +,p_template_types=>'REGION' +,p_help_text=>'Sets the icon size to medium (32px).' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39652138987574753) +,p_theme_id=>42 +,p_name=>'ICON_SIZE_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>3 +,p_region_template_id=>wwv_flow_imp.id(39649718430574746) +,p_css_classes=>'t-ResultsRegion--iconLg' +,p_group_id=>wwv_flow_imp.id(39651586226574751) +,p_template_types=>'REGION' +,p_help_text=>'Sets the icon size to large (64px).' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39652408859574754) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39649718430574746) +,p_css_classes=>'u-colors' +,p_template_types=>'REGION' +,p_help_text=>'Applies the colors from the theme''s color palette to the icons or initials within search results.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39656402267574764) +,p_theme_id=>42 +,p_name=>'SHOW_REGION_ICON' +,p_display_name=>'Show Region Icon' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--showIcon' +,p_template_types=>'REGION' +,p_help_text=>'Displays the region icon in the region header beside the region title' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39656569464574765) +,p_theme_id=>42 +,p_name=>'TEXT_CONTENT' +,p_display_name=>'Text Content' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--textContent' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_help_text=>'Useful for displaying primarily text-based content, such as FAQs and more.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39656802169574765) +,p_theme_id=>42 +,p_name=>'NOBORDER' +,p_display_name=>'Remove Borders' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--noBorder' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_help_text=>'Removes borders from the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39656981897574766) +,p_theme_id=>42 +,p_name=>'NOBODYPADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes padding from region body.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39657174761574766) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stack Region' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--stacked' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_help_text=>'Removes side borders and shadows, and can be useful for accordions and regions that need to be grouped together vertically.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39657381437574767) +,p_theme_id=>42 +,p_name=>'240PX' +,p_display_name=>'240px' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'i-h240' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 240px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39657539763574768) +,p_theme_id=>42 +,p_name=>'320PX' +,p_display_name=>'320px' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'i-h320' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 320px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39657809119574768) +,p_theme_id=>42 +,p_name=>'REMOVE_UI_DECORATION' +,p_display_name=>'Remove UI Decoration' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--noUI' +,p_group_id=>wwv_flow_imp.id(39591667279574549) +,p_template_types=>'REGION' +,p_help_text=>'Removes UI decoration (borders, backgrounds, shadows, etc) from the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39658004908574769) +,p_theme_id=>42 +,p_name=>'SCROLLBODY' +,p_display_name=>'Scroll - Default' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--scrollBody' +,p_group_id=>wwv_flow_imp.id(39602453681574584) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39658181889574770) +,p_theme_id=>42 +,p_name=>'HIDEREGIONHEADER' +,p_display_name=>'Hidden but accessible' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--hideHeader' +,p_group_id=>wwv_flow_imp.id(39602064180574583) +,p_template_types=>'REGION' +,p_help_text=>'This option will hide the region header. Note that the region title will still be audible for Screen Readers. Buttons placed in the region header will be hidden and inaccessible.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39658328936574770) +,p_theme_id=>42 +,p_name=>'HIDEOVERFLOW' +,p_display_name=>'Hide' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--hiddenOverflow' +,p_group_id=>wwv_flow_imp.id(39602453681574584) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39658581893574771) +,p_theme_id=>42 +,p_name=>'HIDDENHEADERNOAT' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--removeHeader js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(39602064180574583) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39658729893574772) +,p_theme_id=>42 +,p_name=>'ACCENT_1' +,p_display_name=>'Accent 1' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent1' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39658982576574772) +,p_theme_id=>42 +,p_name=>'ACCENT_2' +,p_display_name=>'Accent 2' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent2' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39659189552574773) +,p_theme_id=>42 +,p_name=>'ACCENT_3' +,p_display_name=>'Accent 3' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent3' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39659381976574774) +,p_theme_id=>42 +,p_name=>'ACCENT_4' +,p_display_name=>'Accent 4' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent4' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39659599418574774) +,p_theme_id=>42 +,p_name=>'ACCENT_5' +,p_display_name=>'Accent 5' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent5' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39659752361574775) +,p_theme_id=>42 +,p_name=>'480PX' +,p_display_name=>'480px' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'i-h480' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39659926797574776) +,p_theme_id=>42 +,p_name=>'640PX' +,p_display_name=>'640px' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'i-h640' +,p_group_id=>wwv_flow_imp.id(39599852887574573) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39660140887574776) +,p_theme_id=>42 +,p_name=>'ACCENT_6' +,p_display_name=>'Accent 6' +,p_display_sequence=>60 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent6' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39660373435574777) +,p_theme_id=>42 +,p_name=>'ACCENT_7' +,p_display_name=>'Accent 7' +,p_display_sequence=>70 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent7' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39660584625574778) +,p_theme_id=>42 +,p_name=>'ACCENT_8' +,p_display_name=>'Accent 8' +,p_display_sequence=>80 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent8' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39660783874574778) +,p_theme_id=>42 +,p_name=>'ACCENT_9' +,p_display_name=>'Accent 9' +,p_display_sequence=>90 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent9' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39660961103574779) +,p_theme_id=>42 +,p_name=>'ACCENT_10' +,p_display_name=>'Accent 10' +,p_display_sequence=>100 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent10' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39661117001574780) +,p_theme_id=>42 +,p_name=>'ACCENT_11' +,p_display_name=>'Accent 11' +,p_display_sequence=>110 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent11' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39661361520574780) +,p_theme_id=>42 +,p_name=>'ACCENT_12' +,p_display_name=>'Accent 12' +,p_display_sequence=>120 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent12' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39661568968574781) +,p_theme_id=>42 +,p_name=>'ACCENT_13' +,p_display_name=>'Accent 13' +,p_display_sequence=>130 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent13' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39661727640574782) +,p_theme_id=>42 +,p_name=>'ACCENT_14' +,p_display_name=>'Accent 14' +,p_display_sequence=>140 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent14' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39661966820574782) +,p_theme_id=>42 +,p_name=>'ACCENT_15' +,p_display_name=>'Accent 15' +,p_display_sequence=>150 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'t-Region--accent15' +,p_group_id=>wwv_flow_imp.id(39600816133574578) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39662200182574783) +,p_theme_id=>42 +,p_name=>'SHOW_MAXIMIZE_BUTTON' +,p_display_name=>'Show Maximize Button' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39652424311574754) +,p_css_classes=>'js-showMaximizeButton' +,p_template_types=>'REGION' +,p_help_text=>'Displays a button in the Region Header to maximize the region. Clicking this button will toggle the maximize state and stretch the region to fill the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39663148606574786) +,p_theme_id=>42 +,p_name=>'REMEMBER_ACTIVE_TAB' +,p_display_name=>'Remember Active Tab' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39662274222574783) +,p_css_classes=>'js-useLocalStorage' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39663579587574787) +,p_theme_id=>42 +,p_name=>'FILL_TAB_LABELS' +,p_display_name=>'Fill Tab Labels' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39662274222574783) +,p_css_classes=>'t-TabsRegion-mod--fillLabels' +,p_group_id=>wwv_flow_imp.id(39663318781574787) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39663987907574788) +,p_theme_id=>42 +,p_name=>'SIMPLE' +,p_display_name=>'Simple' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39662274222574783) +,p_css_classes=>'t-TabsRegion-mod--simple' +,p_group_id=>wwv_flow_imp.id(39663734394574788) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39664142840574789) +,p_theme_id=>42 +,p_name=>'PILL' +,p_display_name=>'Pill' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39662274222574783) +,p_css_classes=>'t-TabsRegion-mod--pill' +,p_group_id=>wwv_flow_imp.id(39663734394574788) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39664536208574790) +,p_theme_id=>42 +,p_name=>'TABS_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39662274222574783) +,p_css_classes=>'t-TabsRegion-mod--small' +,p_group_id=>wwv_flow_imp.id(39664350652574790) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39664741123574791) +,p_theme_id=>42 +,p_name=>'TABSLARGE' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39662274222574783) +,p_css_classes=>'t-TabsRegion-mod--large' +,p_group_id=>wwv_flow_imp.id(39664350652574790) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39669068726574802) +,p_theme_id=>42 +,p_name=>'USE_COMPACT_STYLE' +,p_display_name=>'Use Compact Style' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39664895887574791) +,p_css_classes=>'t-BreadcrumbRegion--compactTitle' +,p_template_types=>'REGION' +,p_help_text=>'Uses a compact style for the breadcrumbs.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39669213598574802) +,p_theme_id=>42 +,p_name=>'HEADING_FONT_ALTERNATIVE' +,p_display_name=>'Alternative' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39664895887574791) +,p_css_classes=>'t-BreadcrumbRegion--headingFontAlt' +,p_group_id=>wwv_flow_imp.id(39617306386574638) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39669471621574803) +,p_theme_id=>42 +,p_name=>'HIDE_BREADCRUMB' +,p_display_name=>'Show Breadcrumbs' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39664895887574791) +,p_css_classes=>'t-BreadcrumbRegion--showBreadcrumb' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39669623362574804) +,p_theme_id=>42 +,p_name=>'GET_TITLE_FROM_BREADCRUMB' +,p_display_name=>'Use Current Breadcrumb Entry' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39664895887574791) +,p_css_classes=>'t-BreadcrumbRegion--useBreadcrumbTitle' +,p_group_id=>wwv_flow_imp.id(39617661127574639) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39669872015574804) +,p_theme_id=>42 +,p_name=>'REGION_HEADER_VISIBLE' +,p_display_name=>'Use Region Title' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(39664895887574791) +,p_css_classes=>'t-BreadcrumbRegion--useRegionTitle' +,p_group_id=>wwv_flow_imp.id(39617661127574639) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39671755995574809) +,p_theme_id=>42 +,p_name=>'SHOW_TITLE' +,p_display_name=>'Show Title' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39669948262574804) +,p_css_classes=>'t-Wizard--showTitle' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39672135413574810) +,p_theme_id=>42 +,p_name=>'HIDESMALLSCREENS' +,p_display_name=>'Small Screens (Tablet)' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(39669948262574804) +,p_css_classes=>'t-Wizard--hideStepsSmall' +,p_group_id=>wwv_flow_imp.id(39671965981574810) +,p_template_types=>'REGION' +,p_help_text=>'Hides the wizard progress steps for screens that are smaller than 768px wide.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39672333384574811) +,p_theme_id=>42 +,p_name=>'HIDEXSMALLSCREENS' +,p_display_name=>'X Small Screens (Mobile)' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(39669948262574804) +,p_css_classes=>'t-Wizard--hideStepsXSmall' +,p_group_id=>wwv_flow_imp.id(39671965981574810) +,p_template_types=>'REGION' +,p_help_text=>'Hides the wizard progress steps for screens that are smaller than 768px wide.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39673000211574823) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'u-colors' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39673321322574826) +,p_theme_id=>42 +,p_name=>'CIRCULAR' +,p_display_name=>'Circular' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--circular' +,p_group_id=>wwv_flow_imp.id(39673133370574826) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39673562860574827) +,p_theme_id=>42 +,p_name=>'GRID' +,p_display_name=>'Grid' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--dash' +,p_group_id=>wwv_flow_imp.id(39673133370574826) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39673940962574828) +,p_theme_id=>42 +,p_name=>'128PX' +,p_display_name=>'128px' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--xxlarge' +,p_group_id=>wwv_flow_imp.id(39673743689574828) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39674185180574829) +,p_theme_id=>42 +,p_name=>'32PX' +,p_display_name=>'32px' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--small' +,p_group_id=>wwv_flow_imp.id(39673743689574828) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39674406714574830) +,p_theme_id=>42 +,p_name=>'48PX' +,p_display_name=>'48px' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--medium' +,p_group_id=>wwv_flow_imp.id(39673743689574828) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39674590451574830) +,p_theme_id=>42 +,p_name=>'64PX' +,p_display_name=>'64px' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--large' +,p_group_id=>wwv_flow_imp.id(39673743689574828) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39674803225574831) +,p_theme_id=>42 +,p_name=>'96PX' +,p_display_name=>'96px' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--xlarge' +,p_group_id=>wwv_flow_imp.id(39673743689574828) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39675116053574832) +,p_theme_id=>42 +,p_name=>'2COLUMNGRID' +,p_display_name=>'2 Column Grid' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +,p_help_text=>'Arrange badges in a two column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39675405865574833) +,p_theme_id=>42 +,p_name=>'3COLUMNGRID' +,p_display_name=>'3 Column Grid' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--3cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +,p_help_text=>'Arrange badges in a 3 column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39675521291574833) +,p_theme_id=>42 +,p_name=>'4COLUMNGRID' +,p_display_name=>'4 Column Grid' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--4cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39675794686574834) +,p_theme_id=>42 +,p_name=>'5COLUMNGRID' +,p_display_name=>'5 Column Grid' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--5cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39675933261574835) +,p_theme_id=>42 +,p_name=>'FLEXIBLEBOX' +,p_display_name=>'Flexible Box' +,p_display_sequence=>80 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--flex' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39676194609574835) +,p_theme_id=>42 +,p_name=>'FLOATITEMS' +,p_display_name=>'Float Items' +,p_display_sequence=>70 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--float' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39676350294574836) +,p_theme_id=>42 +,p_name=>'FIXED' +,p_display_name=>'Span Horizontally' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--fixed' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39676589593574837) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39672651764574822) +,p_css_classes=>'t-BadgeList--stacked' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39676925161574838) +,p_theme_id=>42 +,p_name=>'BLOCK' +,p_display_name=>'Block' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--featured t-Cards--block force-fa-lg' +,p_group_id=>wwv_flow_imp.id(39673133370574826) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39677139063574839) +,p_theme_id=>42 +,p_name=>'DISPLAY_SUBTITLE' +,p_display_name=>'Display Subtitle' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--displaySubtitle' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39677558580574840) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--iconsSquare' +,p_group_id=>wwv_flow_imp.id(39677357717574839) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39677726339574841) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--iconsRounded' +,p_group_id=>wwv_flow_imp.id(39677357717574839) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39678195415574842) +,p_theme_id=>42 +,p_name=>'CARDS_COLOR_FILL' +,p_display_name=>'Color Fill' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--animColorFill' +,p_group_id=>wwv_flow_imp.id(39677926148574841) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39678337234574843) +,p_theme_id=>42 +,p_name=>'CARD_RAISE_CARD' +,p_display_name=>'Raise Card' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--animRaiseCard' +,p_group_id=>wwv_flow_imp.id(39677926148574841) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39678517015574843) +,p_theme_id=>42 +,p_name=>'2_COLUMNS' +,p_display_name=>'2 Columns' +,p_display_sequence=>15 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39678791623574844) +,p_theme_id=>42 +,p_name=>'3_COLUMNS' +,p_display_name=>'3 Columns' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--3cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39678941396574845) +,p_theme_id=>42 +,p_name=>'4_COLUMNS' +,p_display_name=>'4 Columns' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--4cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39679147910574845) +,p_theme_id=>42 +,p_name=>'5_COLUMNS' +,p_display_name=>'5 Columns' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--5cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39679357815574846) +,p_theme_id=>42 +,p_name=>'FLOAT' +,p_display_name=>'Float' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--float' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39679525891574847) +,p_theme_id=>42 +,p_name=>'SPAN_HORIZONTALLY' +,p_display_name=>'Span Horizontally' +,p_display_sequence=>70 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--spanHorizontally' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39680010266574848) +,p_theme_id=>42 +,p_name=>'2_LINES' +,p_display_name=>'2 Lines' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--desc-2ln' +,p_group_id=>wwv_flow_imp.id(39679794635574847) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39680177704574849) +,p_theme_id=>42 +,p_name=>'3_LINES' +,p_display_name=>'3 Lines' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--desc-3ln' +,p_group_id=>wwv_flow_imp.id(39679794635574847) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39680400142574849) +,p_theme_id=>42 +,p_name=>'4_LINES' +,p_display_name=>'4 Lines' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--desc-4ln' +,p_group_id=>wwv_flow_imp.id(39679794635574847) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39680571738574850) +,p_theme_id=>42 +,p_name=>'USE_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'u-colors' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39680940505574851) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICONS' +,p_display_name=>'Display Icons' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--displayIcons' +,p_group_id=>wwv_flow_imp.id(39680803383574850) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39681132672574852) +,p_theme_id=>42 +,p_name=>'DISPLAY_INITIALS' +,p_display_name=>'Display Initials' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--displayInitials' +,p_group_id=>wwv_flow_imp.id(39680803383574850) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39681365385574852) +,p_theme_id=>42 +,p_name=>'FEATURED' +,p_display_name=>'Featured' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--featured force-fa-lg' +,p_group_id=>wwv_flow_imp.id(39673133370574826) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39681585579574853) +,p_theme_id=>42 +,p_name=>'BASIC' +,p_display_name=>'Basic' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--basic' +,p_group_id=>wwv_flow_imp.id(39673133370574826) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39681742095574854) +,p_theme_id=>42 +,p_name=>'COMPACT' +,p_display_name=>'Compact' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--compact' +,p_group_id=>wwv_flow_imp.id(39673133370574826) +,p_template_types=>'REPORT' +,p_help_text=>'Use this option when you want to show smaller cards.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39681969841574854) +,p_theme_id=>42 +,p_name=>'HIDDEN_BODY_TEXT' +,p_display_name=>'Hidden' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(39676689041574837) +,p_css_classes=>'t-Cards--hideBody' +,p_group_id=>wwv_flow_imp.id(39679794635574847) +,p_template_types=>'REPORT' +,p_help_text=>'This option hides the card body which contains description and subtext.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39682358906574856) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39682033660574855) +,p_css_classes=>'t-Comments--iconsSquare' +,p_group_id=>wwv_flow_imp.id(39677357717574839) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39682558139574857) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39682033660574855) +,p_css_classes=>'t-Comments--iconsRounded' +,p_group_id=>wwv_flow_imp.id(39677357717574839) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39682922502574858) +,p_theme_id=>42 +,p_name=>'BASIC' +,p_display_name=>'Basic' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39682033660574855) +,p_css_classes=>'t-Comments--basic' +,p_group_id=>wwv_flow_imp.id(39682726238574857) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39683123961574859) +,p_theme_id=>42 +,p_name=>'SPEECH_BUBBLES' +,p_display_name=>'Speech Bubbles' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39682033660574855) +,p_css_classes=>'t-Comments--chat' +,p_group_id=>wwv_flow_imp.id(39682726238574857) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39683780835574861) +,p_theme_id=>42 +,p_name=>'TITLE_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39683238289574859) +,p_css_classes=>'t-ContentRow--hideTitle' +,p_group_id=>wwv_flow_imp.id(39683513845574860) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Title from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39684119722574862) +,p_theme_id=>42 +,p_name=>'SELECTION_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39683238289574859) +,p_css_classes=>'t-ContentRow--hideSelection' +,p_group_id=>wwv_flow_imp.id(39683996804574861) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Selection column from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39684541406574863) +,p_theme_id=>42 +,p_name=>'ICON_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39683238289574859) +,p_css_classes=>'t-ContentRow--hideIcon' +,p_group_id=>wwv_flow_imp.id(39684404175574862) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Icon from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39684969185574864) +,p_theme_id=>42 +,p_name=>'DESCRIPTION_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(39683238289574859) +,p_css_classes=>'t-ContentRow--hideDescription' +,p_group_id=>wwv_flow_imp.id(39684782667574864) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Description from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39685364859574865) +,p_theme_id=>42 +,p_name=>'MISC_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(39683238289574859) +,p_css_classes=>'t-ContentRow--hideMisc' +,p_group_id=>wwv_flow_imp.id(39685138905574865) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Misc column from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39685756913574867) +,p_theme_id=>42 +,p_name=>'ACTIONS_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(39683238289574859) +,p_css_classes=>'t-ContentRow--hideActions' +,p_group_id=>wwv_flow_imp.id(39685524092574866) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Actions column from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39686139722574868) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_TOP' +,p_display_name=>'Top' +,p_display_sequence=>100 +,p_report_template_id=>wwv_flow_imp.id(39683238289574859) +,p_css_classes=>'t-ContentRow--alignTop' +,p_group_id=>wwv_flow_imp.id(39685978369574867) +,p_template_types=>'REPORT' +,p_help_text=>'Aligns the content to the top of the row. This is useful when you expect that yours rows will vary in height (e.g. some rows will have longer descriptions than others).' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39686336997574869) +,p_theme_id=>42 +,p_name=>'STYLE_COMPACT' +,p_display_name=>'Compact' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(39683238289574859) +,p_css_classes=>'t-ContentRow--styleCompact' +,p_group_id=>wwv_flow_imp.id(39673133370574826) +,p_template_types=>'REPORT' +,p_help_text=>'This option reduces the padding and font sizes to present a compact display of the same information.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39686773928574870) +,p_theme_id=>42 +,p_name=>'HIDE_EMPTY_VALUES' +,p_display_name=>'Hide Empty Values' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(39686454569574869) +,p_css_classes=>'t-ContextualInfo--hideNulls' +,p_template_types=>'REPORT' +,p_help_text=>'This option will hide the null rows. Note: This only works in browsers that supports :has() pseudo-class.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39687150118574871) +,p_theme_id=>42 +,p_name=>'DISPLAY_ITEMS_STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(39686454569574869) +,p_css_classes=>'t-ContextualInfo-item--stacked' +,p_group_id=>wwv_flow_imp.id(39686917897574871) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39687530827574873) +,p_theme_id=>42 +,p_name=>'DISPLAY_LABELS_STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(39686454569574869) +,p_css_classes=>'t-ContextualInfo-label--stacked' +,p_group_id=>wwv_flow_imp.id(39687407729574872) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39687982034574875) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--iconsSquare' +,p_group_id=>wwv_flow_imp.id(39677357717574839) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39688189372574875) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--iconsRounded' +,p_group_id=>wwv_flow_imp.id(39677357717574839) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39688527534574877) +,p_theme_id=>42 +,p_name=>'LARGE' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--large force-fa-lg' +,p_group_id=>wwv_flow_imp.id(39688368416574876) +,p_template_types=>'REPORT' +,p_help_text=>'Increases the size of the text and icons in the list.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39688754355574877) +,p_theme_id=>42 +,p_name=>'2_COLUMN_GRID' +,p_display_name=>'2 Column Grid' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--cols t-MediaList--2cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39688946996574878) +,p_theme_id=>42 +,p_name=>'3_COLUMN_GRID' +,p_display_name=>'3 Column Grid' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--cols t-MediaList--3cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39689161307574879) +,p_theme_id=>42 +,p_name=>'4_COLUMN_GRID' +,p_display_name=>'4 Column Grid' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--cols t-MediaList--4cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39689394830574880) +,p_theme_id=>42 +,p_name=>'5_COLUMN_GRID' +,p_display_name=>'5 Column Grid' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--cols t-MediaList--5cols' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39689523866574881) +,p_theme_id=>42 +,p_name=>'STACK' +,p_display_name=>'Stack' +,p_display_sequence=>5 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--stack' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39689778047574882) +,p_theme_id=>42 +,p_name=>'SPAN_HORIZONTAL' +,p_display_name=>'Span Horizontal' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--horizontal' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39690002932574882) +,p_theme_id=>42 +,p_name=>'SHOW_ICONS' +,p_display_name=>'Show Icons' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--showIcons' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39690117516574883) +,p_theme_id=>42 +,p_name=>'SHOW_DESCRIPTION' +,p_display_name=>'Show Description' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--showDesc' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39690401157574884) +,p_theme_id=>42 +,p_name=>'SHOW_BADGES' +,p_display_name=>'Show Badges' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'t-MediaList--showBadges' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39690611336574884) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(39687649667574873) +,p_css_classes=>'u-colors' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39691317176574888) +,p_theme_id=>42 +,p_name=>'REMOVEALLBORDERS' +,p_display_name=>'No Borders' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39690858790574885) +,p_css_classes=>'t-Report--noBorders' +,p_group_id=>wwv_flow_imp.id(39691161312574887) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39691602029574888) +,p_theme_id=>42 +,p_name=>'STRETCHREPORT' +,p_display_name=>'Stretch Report' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39690858790574885) +,p_css_classes=>'t-Report--stretch' +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39691757824574889) +,p_theme_id=>42 +,p_name=>'REMOVEOUTERBORDERS' +,p_display_name=>'No Outer Borders' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(39690858790574885) +,p_css_classes=>'t-Report--inline' +,p_group_id=>wwv_flow_imp.id(39691161312574887) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39692158270574890) +,p_theme_id=>42 +,p_name=>'ALTROWCOLORSDISABLE' +,p_display_name=>'Disable' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39690858790574885) +,p_css_classes=>'t-Report--staticRowColors' +,p_group_id=>wwv_flow_imp.id(39691930886574889) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39692395353574891) +,p_theme_id=>42 +,p_name=>'ALTROWCOLORSENABLE' +,p_display_name=>'Enable' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39690858790574885) +,p_css_classes=>'t-Report--altRowsDefault' +,p_group_id=>wwv_flow_imp.id(39691930886574889) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39692598225574891) +,p_theme_id=>42 +,p_name=>'HORIZONTALBORDERS' +,p_display_name=>'Horizontal Only' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39690858790574885) +,p_css_classes=>'t-Report--horizontalBorders' +,p_group_id=>wwv_flow_imp.id(39691161312574887) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39692799090574892) +,p_theme_id=>42 +,p_name=>'VERTICALBORDERS' +,p_display_name=>'Vertical Only' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39690858790574885) +,p_css_classes=>'t-Report--verticalBorders' +,p_group_id=>wwv_flow_imp.id(39691161312574887) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39693118925574893) +,p_theme_id=>42 +,p_name=>'ENABLE' +,p_display_name=>'Enable' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39690858790574885) +,p_css_classes=>'t-Report--rowHighlight' +,p_group_id=>wwv_flow_imp.id(39692973812574893) +,p_template_types=>'REPORT' +,p_help_text=>'Enable row highlighting on mouse over' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39693332128574894) +,p_theme_id=>42 +,p_name=>'ROWHIGHLIGHTDISABLE' +,p_display_name=>'Disable' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39690858790574885) +,p_css_classes=>'t-Report--rowHighlightOff' +,p_group_id=>wwv_flow_imp.id(39692973812574893) +,p_template_types=>'REPORT' +,p_help_text=>'Disable row highlighting on mouse over' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39693806952574896) +,p_theme_id=>42 +,p_name=>'COMPACT' +,p_display_name=>'Compact' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(39693500921574895) +,p_css_classes=>'t-Timeline--compact' +,p_group_id=>wwv_flow_imp.id(39673133370574826) +,p_template_types=>'REPORT' +,p_help_text=>'Displays a compact version of timeline with smaller text and fewer columns.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39694124821574897) +,p_theme_id=>42 +,p_name=>'HIDE_EMPTY_VALUES' +,p_display_name=>'Hide Empty Values' +,p_display_sequence=>70 +,p_report_template_id=>wwv_flow_imp.id(39693888289574896) +,p_css_classes=>'t-AVPList--hideNulls' +,p_template_types=>'REPORT' +,p_help_text=>'This option will hide the null rows. Note: This only works in browsers that supports :has() pseudo-class.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39694324335574898) +,p_theme_id=>42 +,p_name=>'LEFT_ALIGNED_DETAILS' +,p_display_name=>'Left Aligned Details' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39693888289574896) +,p_css_classes=>'t-AVPList--leftAligned' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39694612263574899) +,p_theme_id=>42 +,p_name=>'RIGHT_ALIGNED_DETAILS' +,p_display_name=>'Right Aligned Details' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39693888289574896) +,p_css_classes=>'t-AVPList--rightAligned' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39694987742574900) +,p_theme_id=>42 +,p_name=>'FIXED_SMALL' +,p_display_name=>'Fixed - Small' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39693888289574896) +,p_css_classes=>'t-AVPList--fixedLabelSmall' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39695132172574901) +,p_theme_id=>42 +,p_name=>'FIXED_MEDIUM' +,p_display_name=>'Fixed - Medium' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39693888289574896) +,p_css_classes=>'t-AVPList--fixedLabelMedium' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39695375339574901) +,p_theme_id=>42 +,p_name=>'FIXED_LARGE' +,p_display_name=>'Fixed - Large' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39693888289574896) +,p_css_classes=>'t-AVPList--fixedLabelLarge' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39695516529574902) +,p_theme_id=>42 +,p_name=>'VARIABLE_SMALL' +,p_display_name=>'Variable - Small' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(39693888289574896) +,p_css_classes=>'t-AVPList--variableLabelSmall' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39695738882574903) +,p_theme_id=>42 +,p_name=>'VARIABLE_MEDIUM' +,p_display_name=>'Variable - Medium' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(39693888289574896) +,p_css_classes=>'t-AVPList--variableLabelMedium' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39695975868574903) +,p_theme_id=>42 +,p_name=>'VARIABLE_LARGE' +,p_display_name=>'Variable - Large' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(39693888289574896) +,p_css_classes=>'t-AVPList--variableLabelLarge' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39696398742574905) +,p_theme_id=>42 +,p_name=>'FIXED_SMALL' +,p_display_name=>'Fixed - Small' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39696039116574903) +,p_css_classes=>'t-AVPList--fixedLabelSmall' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39696540821574905) +,p_theme_id=>42 +,p_name=>'FIXED_MEDIUM' +,p_display_name=>'Fixed - Medium' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39696039116574903) +,p_css_classes=>'t-AVPList--fixedLabelMedium' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39696722565574906) +,p_theme_id=>42 +,p_name=>'FIXED_LARGE' +,p_display_name=>'Fixed - Large' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(39696039116574903) +,p_css_classes=>'t-AVPList--fixedLabelLarge' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39696987298574907) +,p_theme_id=>42 +,p_name=>'VARIABLE_LARGE' +,p_display_name=>'Variable - Large' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(39696039116574903) +,p_css_classes=>'t-AVPList--variableLabelLarge' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39697132062574907) +,p_theme_id=>42 +,p_name=>'VARIABLE_MEDIUM' +,p_display_name=>'Variable - Medium' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(39696039116574903) +,p_css_classes=>'t-AVPList--variableLabelMedium' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39697334339574908) +,p_theme_id=>42 +,p_name=>'VARIABLE_SMALL' +,p_display_name=>'Variable - Small' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(39696039116574903) +,p_css_classes=>'t-AVPList--variableLabelSmall' +,p_group_id=>wwv_flow_imp.id(39694810244574899) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39697553728574909) +,p_theme_id=>42 +,p_name=>'LEFT_ALIGNED_DETAILS' +,p_display_name=>'Left Aligned Details' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(39696039116574903) +,p_css_classes=>'t-AVPList--leftAligned' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39697809888574909) +,p_theme_id=>42 +,p_name=>'RIGHT_ALIGNED_DETAILS' +,p_display_name=>'Right Aligned Details' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(39696039116574903) +,p_css_classes=>'t-AVPList--rightAligned' +,p_group_id=>wwv_flow_imp.id(39674938903574831) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39698114166574925) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'u-colors' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39698578619574926) +,p_theme_id=>42 +,p_name=>'CIRCULAR' +,p_display_name=>'Circular' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--circular' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39698770603574927) +,p_theme_id=>42 +,p_name=>'GRID' +,p_display_name=>'Grid' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--dash' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39699134430574928) +,p_theme_id=>42 +,p_name=>'FLOATITEMS' +,p_display_name=>'Float Items' +,p_display_sequence=>70 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--float' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Float badges to left' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39699342505574929) +,p_theme_id=>42 +,p_name=>'FLEXIBLEBOX' +,p_display_name=>'Flexible Box' +,p_display_sequence=>80 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--flex' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Use flexbox to arrange items' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39699517136574930) +,p_theme_id=>42 +,p_name=>'FIXED' +,p_display_name=>'Span Horizontally' +,p_display_sequence=>60 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--fixed' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Span badges horizontally' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39699805302574930) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--stacked' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Stack badges on top of each other' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39699990804574931) +,p_theme_id=>42 +,p_name=>'2COLUMNGRID' +,p_display_name=>'2 Column Grid' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Arrange badges in a two column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39700179708574932) +,p_theme_id=>42 +,p_name=>'3COLUMNGRID' +,p_display_name=>'3 Column Grid' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--3cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Arrange badges in a 3 column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39700345599574932) +,p_theme_id=>42 +,p_name=>'4COLUMNGRID' +,p_display_name=>'4 Column Grid' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--4cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Arrange badges in 4 column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39700580599574933) +,p_theme_id=>42 +,p_name=>'5COLUMNGRID' +,p_display_name=>'5 Column Grid' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--5cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Arrange badges in a 5 column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39700937920574934) +,p_theme_id=>42 +,p_name=>'SMALL' +,p_display_name=>'32px' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--small' +,p_group_id=>wwv_flow_imp.id(39700765111574934) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39701124063574935) +,p_theme_id=>42 +,p_name=>'MEDIUM' +,p_display_name=>'48px' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--medium' +,p_group_id=>wwv_flow_imp.id(39700765111574934) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39701318896574936) +,p_theme_id=>42 +,p_name=>'LARGE' +,p_display_name=>'64px' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--large' +,p_group_id=>wwv_flow_imp.id(39700765111574934) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39701537750574936) +,p_theme_id=>42 +,p_name=>'XXLARGE' +,p_display_name=>'128px' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--xxlarge' +,p_group_id=>wwv_flow_imp.id(39700765111574934) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39701776067574937) +,p_theme_id=>42 +,p_name=>'XLARGE' +,p_display_name=>'96px' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(39697840767574913) +,p_css_classes=>'t-BadgeList--xlarge' +,p_group_id=>wwv_flow_imp.id(39700765111574934) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39702187664574939) +,p_theme_id=>42 +,p_name=>'DISPLAY_SUBTITLE' +,p_display_name=>'Display Subtitle' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--displaySubtitle' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39702328399574939) +,p_theme_id=>42 +,p_name=>'BLOCK' +,p_display_name=>'Block' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--featured t-Cards--block force-fa-lg' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39702736317574941) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--iconsSquare' +,p_group_id=>wwv_flow_imp.id(39702572804574940) +,p_template_types=>'LIST' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39702974531574941) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--iconsRounded' +,p_group_id=>wwv_flow_imp.id(39702572804574940) +,p_template_types=>'LIST' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39703133863574942) +,p_theme_id=>42 +,p_name=>'CARDS_STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>5 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--stacked' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Stacks the cards on top of each other.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39703528502574943) +,p_theme_id=>42 +,p_name=>'COLOR_FILL' +,p_display_name=>'Color Fill' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--animColorFill' +,p_group_id=>wwv_flow_imp.id(39703401149574943) +,p_template_types=>'LIST' +,p_help_text=>'Fills the card background with the color of the icon or default link style.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39703746610574944) +,p_theme_id=>42 +,p_name=>'RAISE_CARD' +,p_display_name=>'Raise Card' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--animRaiseCard' +,p_group_id=>wwv_flow_imp.id(39703401149574943) +,p_template_types=>'LIST' +,p_help_text=>'Raises the card so it pops up.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39703947898574945) +,p_theme_id=>42 +,p_name=>'SPAN_HORIZONTALLY' +,p_display_name=>'Span Horizontally' +,p_display_sequence=>70 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--spanHorizontally' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39704141170574945) +,p_theme_id=>42 +,p_name=>'FLOAT' +,p_display_name=>'Float' +,p_display_sequence=>60 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--float' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39704396467574946) +,p_theme_id=>42 +,p_name=>'2_COLUMNS' +,p_display_name=>'2 Columns' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39704578635574947) +,p_theme_id=>42 +,p_name=>'3_COLUMNS' +,p_display_name=>'3 Columns' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--3cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39704759750574947) +,p_theme_id=>42 +,p_name=>'4_COLUMNS' +,p_display_name=>'4 Columns' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--4cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39704992474574948) +,p_theme_id=>42 +,p_name=>'5_COLUMNS' +,p_display_name=>'5 Columns' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--5cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39705204682574949) +,p_theme_id=>42 +,p_name=>'FEATURED' +,p_display_name=>'Featured' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--featured force-fa-lg' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39705383698574949) +,p_theme_id=>42 +,p_name=>'BASIC' +,p_display_name=>'Basic' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--basic' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39705600652574950) +,p_theme_id=>42 +,p_name=>'USE_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'u-colors' +,p_template_types=>'LIST' +,p_help_text=>'Applies the colors from the theme''s color palette to the icons or initials within cards.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39705928118574951) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICONS' +,p_display_name=>'Display Icons' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--displayIcons' +,p_group_id=>wwv_flow_imp.id(39705755992574951) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39706131632574952) +,p_theme_id=>42 +,p_name=>'DISPLAY_INITIALS' +,p_display_name=>'Display Initials' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--displayInitials' +,p_group_id=>wwv_flow_imp.id(39705755992574951) +,p_template_types=>'LIST' +,p_help_text=>'Initials come from List Attribute 3' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39706517792574953) +,p_theme_id=>42 +,p_name=>'2_LINES' +,p_display_name=>'2 Lines' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--desc-2ln' +,p_group_id=>wwv_flow_imp.id(39706354964574952) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39706807523574954) +,p_theme_id=>42 +,p_name=>'3_LINES' +,p_display_name=>'3 Lines' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--desc-3ln' +,p_group_id=>wwv_flow_imp.id(39706354964574952) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39706933852574954) +,p_theme_id=>42 +,p_name=>'4_LINES' +,p_display_name=>'4 Lines' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--desc-4ln' +,p_group_id=>wwv_flow_imp.id(39706354964574952) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39707179123574955) +,p_theme_id=>42 +,p_name=>'COMPACT' +,p_display_name=>'Compact' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--compact' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +,p_help_text=>'Use this option when you want to show smaller cards.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39707320960574956) +,p_theme_id=>42 +,p_name=>'HIDDEN_BODY_TEXT' +,p_display_name=>'Hidden' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(39701881634574937) +,p_css_classes=>'t-Cards--hideBody' +,p_group_id=>wwv_flow_imp.id(39706354964574952) +,p_template_types=>'LIST' +,p_help_text=>'This option hides the card body which contains description and subtext.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39707985051574958) +,p_theme_id=>42 +,p_name=>'SHOWICONS' +,p_display_name=>'For All Items' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39707491077574956) +,p_css_classes=>'t-LinksList--showIcons' +,p_group_id=>wwv_flow_imp.id(39707762930574957) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39708204091574959) +,p_theme_id=>42 +,p_name=>'SHOWGOTOARROW' +,p_display_name=>'Show Right Arrow' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39707491077574956) +,p_css_classes=>'t-LinksList--showArrow' +,p_template_types=>'LIST' +,p_help_text=>'Show arrow to the right of link' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39708322393574959) +,p_theme_id=>42 +,p_name=>'DISABLETEXTWRAPPING' +,p_display_name=>'Disable Text Wrapping' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39707491077574956) +,p_css_classes=>'t-LinksList--nowrap' +,p_template_types=>'LIST' +,p_help_text=>'Do not allow link text to wrap to new lines. Truncate with ellipsis.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39708571839574960) +,p_theme_id=>42 +,p_name=>'SHOWBADGES' +,p_display_name=>'Show Badges' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39707491077574956) +,p_css_classes=>'t-LinksList--showBadge' +,p_template_types=>'LIST' +,p_help_text=>'Show badge to right of link (requires Attribute 1 to be populated)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39708769577574960) +,p_theme_id=>42 +,p_name=>'SHOWTOPICONS' +,p_display_name=>'For Top Level Items Only' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39707491077574956) +,p_css_classes=>'t-LinksList--showTopIcons' +,p_group_id=>wwv_flow_imp.id(39707762930574957) +,p_template_types=>'LIST' +,p_help_text=>'This will show icons for top level items of the list only. It will not show icons for sub lists.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39708948507574962) +,p_theme_id=>42 +,p_name=>'ACTIONS' +,p_display_name=>'Actions' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39707491077574956) +,p_css_classes=>'t-LinksList--actions' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +,p_help_text=>'Render as actions to be placed on the right side column.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39709406797574964) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--iconsSquare' +,p_group_id=>wwv_flow_imp.id(39702572804574940) +,p_template_types=>'LIST' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39709584675574965) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--iconsRounded' +,p_group_id=>wwv_flow_imp.id(39702572804574940) +,p_template_types=>'LIST' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39709727532574965) +,p_theme_id=>42 +,p_name=>'SPANHORIZONTAL' +,p_display_name=>'Span Horizontal' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--horizontal' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Show all list items in one horizontal row.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39709996688574966) +,p_theme_id=>42 +,p_name=>'2COLUMNGRID' +,p_display_name=>'2 Column Grid' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--cols t-MediaList--2cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39710134382574967) +,p_theme_id=>42 +,p_name=>'3COLUMNGRID' +,p_display_name=>'3 Column Grid' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--cols t-MediaList--3cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39710321649574968) +,p_theme_id=>42 +,p_name=>'4COLUMNGRID' +,p_display_name=>'4 Column Grid' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--cols t-MediaList--4cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39710585040574969) +,p_theme_id=>42 +,p_name=>'5COLUMNGRID' +,p_display_name=>'5 Column Grid' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--cols t-MediaList--5cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39710810662574969) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'u-colors' +,p_template_types=>'LIST' +,p_help_text=>'Applies colors from the Theme''s color palette to icons in the list.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39711184288574971) +,p_theme_id=>42 +,p_name=>'LIST_SIZE_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--large force-fa-lg' +,p_group_id=>wwv_flow_imp.id(39710968261574970) +,p_template_types=>'LIST' +,p_help_text=>'Increases the size of the text and icons in the list.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39711317309574971) +,p_theme_id=>42 +,p_name=>'SHOW_ICONS' +,p_display_name=>'Show Icons' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--showIcons' +,p_template_types=>'LIST' +,p_help_text=>'Display an icon next to the list item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39711575638574972) +,p_theme_id=>42 +,p_name=>'SHOW_DESCRIPTION' +,p_display_name=>'Show Description' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--showDesc' +,p_template_types=>'LIST' +,p_help_text=>'Shows the description (Attribute 1) for each list item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39711739241574973) +,p_theme_id=>42 +,p_name=>'SHOW_BADGES' +,p_display_name=>'Show Badges' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39709051806574962) +,p_css_classes=>'t-MediaList--showBadges' +,p_template_types=>'LIST' +,p_help_text=>'Show a badge (Attribute 2) to the right of the list item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39712202557574976) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(39711852809574973) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add display a callout for the menu.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39712393407574976) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(39711852809574973) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add shortcuts for menu items. Note that actions.js must be included on your page to support this functionality.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39712608705574977) +,p_theme_id=>42 +,p_name=>'BEHAVE_LIKE_TABS' +,p_display_name=>'Behave Like Tabs' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39711852809574973) +,p_css_classes=>'js-tabLike' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39712799211574978) +,p_theme_id=>42 +,p_name=>'SHOW_SUB_MENU_ICONS' +,p_display_name=>'Show Sub Menu Icons' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39711852809574973) +,p_css_classes=>'js-showSubMenuIcons' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39713143102574979) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39712817665574978) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Enables you to define a keyboard shortcut to activate the menu item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39713318419574980) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39712817665574978) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add display a callout for the menu. Note that callout will only be displayed if the data-parent-element custom attribute is defined.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39713730279574982) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39713426123574980) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add display a callout for the menu.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39714185262574984) +,p_theme_id=>42 +,p_name=>'STYLE_A' +,p_display_name=>'Style A' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39713853339574982) +,p_css_classes=>'t-TreeNav--styleA' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +,p_help_text=>'Style Variation A' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39714327256574984) +,p_theme_id=>42 +,p_name=>'STYLE_B' +,p_display_name=>'Style B' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39713853339574982) +,p_css_classes=>'t-TreeNav--styleB' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +,p_help_text=>'Style Variation B' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39714586547574985) +,p_theme_id=>42 +,p_name=>'STYLE_C' +,p_display_name=>'Classic' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39713853339574982) +,p_css_classes=>'t-TreeNav--classic' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +,p_help_text=>'Classic Style' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39714936343574986) +,p_theme_id=>42 +,p_name=>'COLLAPSE_STYLE_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39713853339574982) +,p_css_classes=>'js-navCollapsed--hidden' +,p_group_id=>wwv_flow_imp.id(39714712398574986) +,p_template_types=>'LIST' +,p_help_text=>'Completely hide the navigation menu when it is collapsed.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39715188807574987) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(39713853339574982) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add shortcuts for menu items. Note that actions.js must be included on your page to support this functionality.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39715337301574988) +,p_theme_id=>42 +,p_name=>'ICON_DEFAULT' +,p_display_name=>'Icon' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39713853339574982) +,p_css_classes=>'js-navCollapsed--default' +,p_group_id=>wwv_flow_imp.id(39714712398574986) +,p_template_types=>'LIST' +,p_help_text=>'Display icons when the navigation menu is collapsed for large screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39715604421574988) +,p_theme_id=>42 +,p_name=>'COLLAPSED_DEFAULT' +,p_display_name=>'Collapsed by Default' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39713853339574982) +,p_css_classes=>'js-defaultCollapsed' +,p_template_types=>'LIST' +,p_help_text=>'This option will load the side navigation menu in a collapsed state by default.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39715987347574990) +,p_theme_id=>42 +,p_name=>'LARGE' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39715627284574988) +,p_css_classes=>'t-Tabs--large' +,p_group_id=>wwv_flow_imp.id(39710968261574970) +,p_template_types=>'LIST' +,p_help_text=>'Increases font size and white space around tab items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39716189923574990) +,p_theme_id=>42 +,p_name=>'SIMPLE' +,p_display_name=>'Simple' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39715627284574988) +,p_css_classes=>'t-Tabs--simple' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +,p_help_text=>'A very simplistic tab UI.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39716331131574991) +,p_theme_id=>42 +,p_name=>'PILL' +,p_display_name=>'Pill' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39715627284574988) +,p_css_classes=>'t-Tabs--pill' +,p_group_id=>wwv_flow_imp.id(39698383053574926) +,p_template_types=>'LIST' +,p_help_text=>'Displays tabs in a pill container.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39716555300574992) +,p_theme_id=>42 +,p_name=>'INLINE_WITH_LABEL' +,p_display_name=>'Inline with Label' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39715627284574988) +,p_css_classes=>'t-Tabs--inlineIcons' +,p_group_id=>wwv_flow_imp.id(39705755992574951) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39716742011574993) +,p_theme_id=>42 +,p_name=>'ABOVE_LABEL' +,p_display_name=>'Above Label' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39715627284574988) +,p_css_classes=>'t-Tabs--iconsAbove' +,p_group_id=>wwv_flow_imp.id(39705755992574951) +,p_template_types=>'LIST' +,p_help_text=>'Places icons above tab label.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39716980682574993) +,p_theme_id=>42 +,p_name=>'FILL_LABELS' +,p_display_name=>'Fill Labels' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(39715627284574988) +,p_css_classes=>'t-Tabs--fillLabels' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +,p_help_text=>'Stretch tabs to fill to the width of the tabs container.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39717141975574994) +,p_theme_id=>42 +,p_name=>'SMALL' +,p_display_name=>'Small' +,p_display_sequence=>5 +,p_list_template_id=>wwv_flow_imp.id(39715627284574988) +,p_css_classes=>'t-Tabs--small' +,p_group_id=>wwv_flow_imp.id(39710968261574970) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39717552399574996) +,p_theme_id=>42 +,p_name=>'FULL_WIDTH' +,p_display_name=>'Full Width' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39717218101574994) +,p_css_classes=>'t-MegaMenu--fullWidth' +,p_template_types=>'LIST' +,p_help_text=>'Stretches the menu to fill the width of the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39717811995574996) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39717218101574994) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Displays a callout arrow that points to where the menu was activated from.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39717989928574997) +,p_theme_id=>42 +,p_name=>'2_COLUMNS' +,p_display_name=>'2 Columns' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39717218101574994) +,p_css_classes=>'t-MegaMenu--layout2Cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39718165112574998) +,p_theme_id=>42 +,p_name=>'3_COLUMNS' +,p_display_name=>'3 Columns' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39717218101574994) +,p_css_classes=>'t-MegaMenu--layout3Cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39718314833574998) +,p_theme_id=>42 +,p_name=>'4_COLUMNS' +,p_display_name=>'4 Columns' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39717218101574994) +,p_css_classes=>'t-MegaMenu--layout4Cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39718600972574999) +,p_theme_id=>42 +,p_name=>'5_COLUMNS' +,p_display_name=>'5 Columns' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(39717218101574994) +,p_css_classes=>'t-MegaMenu--layout5Cols' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39718764965575000) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>60 +,p_list_template_id=>wwv_flow_imp.id(39717218101574994) +,p_css_classes=>'t-MegaMenu--layoutStacked' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39718943892575000) +,p_theme_id=>42 +,p_name=>'CUSTOM' +,p_display_name=>'Custom' +,p_display_sequence=>60 +,p_list_template_id=>wwv_flow_imp.id(39717218101574994) +,p_css_classes=>'t-MegaMenu--layoutCustom' +,p_group_id=>wwv_flow_imp.id(39698999054574928) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39719198956575001) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(39717218101574994) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add shortcuts for menu items. Note that actions.js must be included on your page to support this functionality.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39719522220575002) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(39719294261575001) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add display a callout for the menu.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39719720014575003) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(39719294261575001) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add shortcuts for menu items. Note that actions.js must be included on your page to support this functionality.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39720009022575004) +,p_theme_id=>42 +,p_name=>'BEHAVE_LIKE_TABS' +,p_display_name=>'Behave Like Tabs' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(39719294261575001) +,p_css_classes=>'js-tabLike' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39720202997575004) +,p_theme_id=>42 +,p_name=>'SHOW_SUB_MENU_ICONS' +,p_display_name=>'Show Sub Menu Icons' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(39719294261575001) +,p_css_classes=>'js-showSubMenuIcons' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39720803322575007) +,p_theme_id=>42 +,p_name=>'LABEL_INLINE_LG' +,p_display_name=>'Display labels inline' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39720275082575004) +,p_css_classes=>'t-NavTabs--inlineLabels-lg' +,p_group_id=>wwv_flow_imp.id(39720572806575006) +,p_template_types=>'LIST' +,p_help_text=>'Display the label inline with the icon and badge' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39720958024575008) +,p_theme_id=>42 +,p_name=>'LABEL_ABOVE_LG' +,p_display_name=>'Display labels above' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39720275082575004) +,p_css_classes=>'t-NavTabs--stacked' +,p_group_id=>wwv_flow_imp.id(39720572806575006) +,p_template_types=>'LIST' +,p_help_text=>'Display the label stacked above the icon and badge' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39721145722575008) +,p_theme_id=>42 +,p_name=>'NO_LABEL_LG' +,p_display_name=>'Do not display labels' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39720275082575004) +,p_css_classes=>'t-NavTabs--hiddenLabels-lg' +,p_group_id=>wwv_flow_imp.id(39720572806575006) +,p_template_types=>'LIST' +,p_help_text=>'Hides the label for the list item' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39721552559575010) +,p_theme_id=>42 +,p_name=>'DISPLAY_LABELS_SM' +,p_display_name=>'Display labels' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(39720275082575004) +,p_css_classes=>'t-NavTabs--displayLabels-sm' +,p_group_id=>wwv_flow_imp.id(39721360497575009) +,p_template_types=>'LIST' +,p_help_text=>'Displays the label for the list items below the icon' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39721720748575010) +,p_theme_id=>42 +,p_name=>'HIDE_LABELS_SM' +,p_display_name=>'Do not display labels' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(39720275082575004) +,p_css_classes=>'t-NavTabs--hiddenLabels-sm' +,p_group_id=>wwv_flow_imp.id(39721360497575009) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39722210440575012) +,p_theme_id=>42 +,p_name=>'WIZARD_PROGRESS_LINKS' +,p_display_name=>'Make Wizard Steps Clickable' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(39721888188575011) +,p_css_classes=>'js-wizardProgressLinks' +,p_template_types=>'LIST' +,p_help_text=>'This option will make the wizard steps clickable links.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39722377716575012) +,p_theme_id=>42 +,p_name=>'VERTICAL_LIST' +,p_display_name=>'Vertical Orientation' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39721888188575011) +,p_css_classes=>'t-WizardSteps--vertical' +,p_template_types=>'LIST' +,p_help_text=>'Displays the wizard progress list in a vertical orientation and is suitable for displaying within a side column of a page.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39722779263575014) +,p_theme_id=>42 +,p_name=>'ALLSTEPS' +,p_display_name=>'All Steps' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(39721888188575011) +,p_css_classes=>'t-WizardSteps--displayLabels' +,p_group_id=>wwv_flow_imp.id(39722597369575013) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39723009128575014) +,p_theme_id=>42 +,p_name=>'CURRENTSTEPONLY' +,p_display_name=>'Current Step Only' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(39721888188575011) +,p_css_classes=>'t-WizardSteps--displayCurrentLabelOnly' +,p_group_id=>wwv_flow_imp.id(39722597369575013) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39723211462575015) +,p_theme_id=>42 +,p_name=>'HIDELABELS' +,p_display_name=>'Hide Labels' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(39721888188575011) +,p_css_classes=>'t-WizardSteps--hideLabels' +,p_group_id=>wwv_flow_imp.id(39722597369575013) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39724071771575026) +,p_theme_id=>42 +,p_name=>'INDICATOR_ASTERISK' +,p_display_name=>'Asterisk' +,p_display_sequence=>10 +,p_field_template_id=>wwv_flow_imp.id(39723617793575024) +,p_css_classes=>'t-Form-fieldContainer--indicatorAsterisk' +,p_group_id=>wwv_flow_imp.id(39723813156575025) +,p_template_types=>'FIELD' +,p_help_text=>'Displays an asterisk * on required items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39724233880575026) +,p_theme_id=>42 +,p_name=>'INDICATOR_LABEL' +,p_display_name=>'Inline Label' +,p_display_sequence=>20 +,p_field_template_id=>wwv_flow_imp.id(39723617793575024) +,p_css_classes=>'t-Form-fieldContainer--indicatorLabel' +,p_group_id=>wwv_flow_imp.id(39723813156575025) +,p_template_types=>'FIELD' +,p_help_text=>'Displays "Required" inline.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39724529888575028) +,p_theme_id=>42 +,p_name=>'INDICATOR_ASTERISK' +,p_display_name=>'Asterisk' +,p_display_sequence=>10 +,p_field_template_id=>wwv_flow_imp.id(39724379736575027) +,p_css_classes=>'t-Form-fieldContainer--indicatorAsterisk' +,p_group_id=>wwv_flow_imp.id(39723813156575025) +,p_template_types=>'FIELD' +,p_help_text=>'Displays an asterisk * on required items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39724737203575029) +,p_theme_id=>42 +,p_name=>'INDICATOR_LABEL' +,p_display_name=>'Inline Label' +,p_display_sequence=>20 +,p_field_template_id=>wwv_flow_imp.id(39724379736575027) +,p_css_classes=>'t-Form-fieldContainer--indicatorLabel' +,p_group_id=>wwv_flow_imp.id(39723813156575025) +,p_template_types=>'FIELD' +,p_help_text=>'Displays "Required" inline.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39725094973575031) +,p_theme_id=>42 +,p_name=>'INDICATOR_ASTERISK' +,p_display_name=>'Asterisk' +,p_display_sequence=>10 +,p_field_template_id=>wwv_flow_imp.id(39724839308575029) +,p_css_classes=>'t-Form-fieldContainer--indicatorAsterisk' +,p_group_id=>wwv_flow_imp.id(39723813156575025) +,p_template_types=>'FIELD' +,p_help_text=>'Displays an asterisk * on required items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39725219077575031) +,p_theme_id=>42 +,p_name=>'INDICATOR_LABEL' +,p_display_name=>'Inline Label' +,p_display_sequence=>20 +,p_field_template_id=>wwv_flow_imp.id(39724839308575029) +,p_css_classes=>'t-Form-fieldContainer--indicatorLabel' +,p_group_id=>wwv_flow_imp.id(39723813156575025) +,p_template_types=>'FIELD' +,p_help_text=>'Displays "Required" inline.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39725764033575042) +,p_theme_id=>42 +,p_name=>'SPIN' +,p_display_name=>'Spin' +,p_display_sequence=>10 +,p_button_template_id=>wwv_flow_imp.id(39725371831575033) +,p_css_classes=>'t-Button--hoverIconSpin' +,p_group_id=>wwv_flow_imp.id(39725606404575041) +,p_template_types=>'BUTTON' +,p_help_text=>'The icon will spin on button hover or focus.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39726009849575043) +,p_theme_id=>42 +,p_name=>'PUSH' +,p_display_name=>'Push' +,p_display_sequence=>20 +,p_button_template_id=>wwv_flow_imp.id(39725371831575033) +,p_css_classes=>'t-Button--hoverIconPush' +,p_group_id=>wwv_flow_imp.id(39725606404575041) +,p_template_types=>'BUTTON' +,p_help_text=>'The icon will animate to the right or left on button hover or focus.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39726343631575044) +,p_theme_id=>42 +,p_name=>'HIDE_ICON_ON_DESKTOP' +,p_display_name=>'Hide Icon on Desktop' +,p_display_sequence=>20 +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_css_classes=>'t-Button--desktopHideIcon' +,p_template_types=>'BUTTON' +,p_help_text=>'This template options hides the button icon on large screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39726546601575045) +,p_theme_id=>42 +,p_name=>'HIDE_LABEL_ON_MOBILE' +,p_display_name=>'Hide Label on Mobile' +,p_display_sequence=>10 +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_css_classes=>'t-Button--mobileHideLabel' +,p_template_types=>'BUTTON' +,p_help_text=>'This template options hides the button label on small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39726811443575045) +,p_theme_id=>42 +,p_name=>'SPIN' +,p_display_name=>'Spin' +,p_display_sequence=>10 +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_css_classes=>'t-Button--hoverIconSpin' +,p_group_id=>wwv_flow_imp.id(39725606404575041) +,p_template_types=>'BUTTON' +,p_help_text=>'The icon will spin on button hover or focus.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39726923185575046) +,p_theme_id=>42 +,p_name=>'PUSH' +,p_display_name=>'Push' +,p_display_sequence=>20 +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_css_classes=>'t-Button--hoverIconPush' +,p_group_id=>wwv_flow_imp.id(39725606404575041) +,p_template_types=>'BUTTON' +,p_help_text=>'The icon will animate to the right or left on button hover or focus.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39727378932575047) +,p_theme_id=>42 +,p_name=>'LEFTICON' +,p_display_name=>'Left' +,p_display_sequence=>10 +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_css_classes=>'t-Button--iconLeft' +,p_group_id=>wwv_flow_imp.id(39727114074575047) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39727529360575048) +,p_theme_id=>42 +,p_name=>'RIGHTICON' +,p_display_name=>'Right' +,p_display_sequence=>20 +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_css_classes=>'t-Button--iconRight' +,p_group_id=>wwv_flow_imp.id(39727114074575047) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39816476898575668) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H1' +,p_display_name=>'H1' +,p_display_sequence=>10 +,p_css_classes=>'js-headingLevel-1' +,p_group_id=>wwv_flow_imp.id(39816293918575667) +,p_template_types=>'REGION' +,p_help_text=>'H1' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39816695992575669) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H2' +,p_display_name=>'H2' +,p_display_sequence=>20 +,p_css_classes=>'js-headingLevel-2' +,p_group_id=>wwv_flow_imp.id(39816293918575667) +,p_template_types=>'REGION' +,p_help_text=>'H2' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39816838075575670) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H3' +,p_display_name=>'H3' +,p_display_sequence=>30 +,p_css_classes=>'js-headingLevel-3' +,p_group_id=>wwv_flow_imp.id(39816293918575667) +,p_template_types=>'REGION' +,p_help_text=>'H3' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39817060231575671) +,p_theme_id=>42 +,p_name=>'H4' +,p_display_name=>'H4' +,p_display_sequence=>40 +,p_css_classes=>'js-headingLevel-4' +,p_group_id=>wwv_flow_imp.id(39816293918575667) +,p_template_types=>'REGION' +,p_help_text=>'H4' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39817291760575671) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H5' +,p_display_name=>'H5' +,p_display_sequence=>50 +,p_css_classes=>'js-headingLevel-5' +,p_group_id=>wwv_flow_imp.id(39816293918575667) +,p_template_types=>'REGION' +,p_help_text=>'H5' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39817503435575672) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H6' +,p_display_name=>'H6' +,p_display_sequence=>60 +,p_css_classes=>'js-headingLevel-6' +,p_group_id=>wwv_flow_imp.id(39816293918575667) +,p_template_types=>'REGION' +,p_help_text=>'H6' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39817845087575674) +,p_theme_id=>42 +,p_name=>'FBM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-bottom-lg' +,p_group_id=>wwv_flow_imp.id(39817698883575673) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a large bottom margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39818246816575676) +,p_theme_id=>42 +,p_name=>'RBM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-bottom-lg' +,p_group_id=>wwv_flow_imp.id(39818024190575675) +,p_template_types=>'REGION' +,p_help_text=>'Adds a large bottom margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39818461935575676) +,p_theme_id=>42 +,p_name=>'FBM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-bottom-md' +,p_group_id=>wwv_flow_imp.id(39817698883575673) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a medium bottom margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39818656834575677) +,p_theme_id=>42 +,p_name=>'RBM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-bottom-md' +,p_group_id=>wwv_flow_imp.id(39818024190575675) +,p_template_types=>'REGION' +,p_help_text=>'Adds a medium bottom margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39818851854575678) +,p_theme_id=>42 +,p_name=>'FBM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-bottom-none' +,p_group_id=>wwv_flow_imp.id(39817698883575673) +,p_template_types=>'FIELD' +,p_help_text=>'Removes the bottom margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39819070394575678) +,p_theme_id=>42 +,p_name=>'RBM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-bottom-none' +,p_group_id=>wwv_flow_imp.id(39818024190575675) +,p_template_types=>'REGION' +,p_help_text=>'Removes the bottom margin for this region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39819243450575679) +,p_theme_id=>42 +,p_name=>'FBM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-bottom-sm' +,p_group_id=>wwv_flow_imp.id(39817698883575673) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a small bottom margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39819491379575680) +,p_theme_id=>42 +,p_name=>'RBM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-bottom-sm' +,p_group_id=>wwv_flow_imp.id(39818024190575675) +,p_template_types=>'REGION' +,p_help_text=>'Adds a small bottom margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39819907110575681) +,p_theme_id=>42 +,p_name=>'FLM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-left-lg' +,p_group_id=>wwv_flow_imp.id(39819700396575680) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a large left margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39820289819575682) +,p_theme_id=>42 +,p_name=>'RLM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-left-lg' +,p_group_id=>wwv_flow_imp.id(39820071342575682) +,p_template_types=>'REGION' +,p_help_text=>'Adds a large right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39820417182575683) +,p_theme_id=>42 +,p_name=>'FLM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-left-md' +,p_group_id=>wwv_flow_imp.id(39819700396575680) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a medium left margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39820703405575684) +,p_theme_id=>42 +,p_name=>'RLM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-left-md' +,p_group_id=>wwv_flow_imp.id(39820071342575682) +,p_template_types=>'REGION' +,p_help_text=>'Adds a medium right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39820889462575684) +,p_theme_id=>42 +,p_name=>'FLM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-left-none' +,p_group_id=>wwv_flow_imp.id(39819700396575680) +,p_template_types=>'FIELD' +,p_help_text=>'Removes the left margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39821021799575685) +,p_theme_id=>42 +,p_name=>'RLM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-left-none' +,p_group_id=>wwv_flow_imp.id(39820071342575682) +,p_template_types=>'REGION' +,p_help_text=>'Removes the left margin from the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39821267844575686) +,p_theme_id=>42 +,p_name=>'FLM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-left-sm' +,p_group_id=>wwv_flow_imp.id(39819700396575680) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a small left margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39821509177575686) +,p_theme_id=>42 +,p_name=>'RLM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-left-sm' +,p_group_id=>wwv_flow_imp.id(39820071342575682) +,p_template_types=>'REGION' +,p_help_text=>'Adds a small left margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39821846837575688) +,p_theme_id=>42 +,p_name=>'FRM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-right-lg' +,p_group_id=>wwv_flow_imp.id(39821706303575687) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a large right margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39822280545575689) +,p_theme_id=>42 +,p_name=>'RRM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-right-lg' +,p_group_id=>wwv_flow_imp.id(39822054588575688) +,p_template_types=>'REGION' +,p_help_text=>'Adds a large right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39822495297575690) +,p_theme_id=>42 +,p_name=>'FRM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-right-md' +,p_group_id=>wwv_flow_imp.id(39821706303575687) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a medium right margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39822660267575690) +,p_theme_id=>42 +,p_name=>'RRM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-right-md' +,p_group_id=>wwv_flow_imp.id(39822054588575688) +,p_template_types=>'REGION' +,p_help_text=>'Adds a medium right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39822908427575691) +,p_theme_id=>42 +,p_name=>'FRM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-right-none' +,p_group_id=>wwv_flow_imp.id(39821706303575687) +,p_template_types=>'FIELD' +,p_help_text=>'Removes the right margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39823046053575692) +,p_theme_id=>42 +,p_name=>'RRM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-right-none' +,p_group_id=>wwv_flow_imp.id(39822054588575688) +,p_template_types=>'REGION' +,p_help_text=>'Removes the right margin from the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39823269039575692) +,p_theme_id=>42 +,p_name=>'FRM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-right-sm' +,p_group_id=>wwv_flow_imp.id(39821706303575687) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a small right margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39823508564575693) +,p_theme_id=>42 +,p_name=>'RRM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-right-sm' +,p_group_id=>wwv_flow_imp.id(39822054588575688) +,p_template_types=>'REGION' +,p_help_text=>'Adds a small right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39823836865575694) +,p_theme_id=>42 +,p_name=>'FTM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-top-lg' +,p_group_id=>wwv_flow_imp.id(39823689303575694) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a large top margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39824288266575696) +,p_theme_id=>42 +,p_name=>'RTM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-top-lg' +,p_group_id=>wwv_flow_imp.id(39824094856575695) +,p_template_types=>'REGION' +,p_help_text=>'Adds a large top margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39824460873575696) +,p_theme_id=>42 +,p_name=>'FTM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-top-md' +,p_group_id=>wwv_flow_imp.id(39823689303575694) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a medium top margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39824709801575697) +,p_theme_id=>42 +,p_name=>'RTM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-top-md' +,p_group_id=>wwv_flow_imp.id(39824094856575695) +,p_template_types=>'REGION' +,p_help_text=>'Adds a medium top margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39824852420575698) +,p_theme_id=>42 +,p_name=>'FTM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-top-none' +,p_group_id=>wwv_flow_imp.id(39823689303575694) +,p_template_types=>'FIELD' +,p_help_text=>'Removes the top margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39825038191575698) +,p_theme_id=>42 +,p_name=>'RTM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-top-none' +,p_group_id=>wwv_flow_imp.id(39824094856575695) +,p_template_types=>'REGION' +,p_help_text=>'Removes the top margin for this region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39825213138575699) +,p_theme_id=>42 +,p_name=>'FTM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-top-sm' +,p_group_id=>wwv_flow_imp.id(39823689303575694) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a small top margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39825509934575700) +,p_theme_id=>42 +,p_name=>'RTM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-top-sm' +,p_group_id=>wwv_flow_imp.id(39824094856575695) +,p_template_types=>'REGION' +,p_help_text=>'Adds a small top margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39825896240575701) +,p_theme_id=>42 +,p_name=>'DANGER' +,p_display_name=>'Danger' +,p_display_sequence=>30 +,p_css_classes=>'t-Button--danger' +,p_group_id=>wwv_flow_imp.id(39825672035575700) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39826293243575702) +,p_theme_id=>42 +,p_name=>'LARGEBOTTOMMARGIN' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--gapBottom' +,p_group_id=>wwv_flow_imp.id(39826065670575702) +,p_template_types=>'BUTTON' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39826678475575704) +,p_theme_id=>42 +,p_name=>'LARGELEFTMARGIN' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--gapLeft' +,p_group_id=>wwv_flow_imp.id(39826451897575703) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39827080501575705) +,p_theme_id=>42 +,p_name=>'LARGERIGHTMARGIN' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--gapRight' +,p_group_id=>wwv_flow_imp.id(39826855028575704) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39827451987575706) +,p_theme_id=>42 +,p_name=>'LARGETOPMARGIN' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--gapTop' +,p_group_id=>wwv_flow_imp.id(39827295149575706) +,p_template_types=>'BUTTON' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39827889707575707) +,p_theme_id=>42 +,p_name=>'LARGE' +,p_display_name=>'Large' +,p_display_sequence=>30 +,p_css_classes=>'t-Button--large' +,p_group_id=>wwv_flow_imp.id(39827651591575707) +,p_template_types=>'BUTTON' +,p_help_text=>'A large button.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39828242559575709) +,p_theme_id=>42 +,p_name=>'DISPLAY_AS_LINK' +,p_display_name=>'Display as Link' +,p_display_sequence=>30 +,p_css_classes=>'t-Button--link' +,p_group_id=>wwv_flow_imp.id(39828103700575708) +,p_template_types=>'BUTTON' +,p_help_text=>'This option makes the button appear as a text link.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39828501182575710) +,p_theme_id=>42 +,p_name=>'NOUI' +,p_display_name=>'Remove UI Decoration' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--noUI' +,p_group_id=>wwv_flow_imp.id(39828103700575708) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39828711996575710) +,p_theme_id=>42 +,p_name=>'SMALLBOTTOMMARGIN' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--padBottom' +,p_group_id=>wwv_flow_imp.id(39826065670575702) +,p_template_types=>'BUTTON' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39828887036575711) +,p_theme_id=>42 +,p_name=>'SMALLLEFTMARGIN' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--padLeft' +,p_group_id=>wwv_flow_imp.id(39826451897575703) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39829018673575712) +,p_theme_id=>42 +,p_name=>'SMALLRIGHTMARGIN' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--padRight' +,p_group_id=>wwv_flow_imp.id(39826855028575704) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39829288044575715) +,p_theme_id=>42 +,p_name=>'SMALLTOPMARGIN' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--padTop' +,p_group_id=>wwv_flow_imp.id(39827295149575706) +,p_template_types=>'BUTTON' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39829711989575716) +,p_theme_id=>42 +,p_name=>'PILL' +,p_display_name=>'Inner Button' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--pill' +,p_group_id=>wwv_flow_imp.id(39829492519575716) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39829832473575717) +,p_theme_id=>42 +,p_name=>'PILLEND' +,p_display_name=>'Last Button' +,p_display_sequence=>30 +,p_css_classes=>'t-Button--pillEnd' +,p_group_id=>wwv_flow_imp.id(39829492519575716) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39830047450575718) +,p_theme_id=>42 +,p_name=>'PILLSTART' +,p_display_name=>'First Button' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--pillStart' +,p_group_id=>wwv_flow_imp.id(39829492519575716) +,p_template_types=>'BUTTON' +,p_help_text=>'Use this for the start of a pill button.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39830283061575718) +,p_theme_id=>42 +,p_name=>'PRIMARY' +,p_display_name=>'Primary' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--primary' +,p_group_id=>wwv_flow_imp.id(39825672035575700) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39830504680575719) +,p_theme_id=>42 +,p_name=>'SIMPLE' +,p_display_name=>'Simple' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--simple' +,p_group_id=>wwv_flow_imp.id(39828103700575708) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39830664543575720) +,p_theme_id=>42 +,p_name=>'SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--small' +,p_group_id=>wwv_flow_imp.id(39827651591575707) +,p_template_types=>'BUTTON' +,p_help_text=>'A small button.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39831069788575721) +,p_theme_id=>42 +,p_name=>'STRETCH' +,p_display_name=>'Stretch' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--stretch' +,p_group_id=>wwv_flow_imp.id(39830813902575720) +,p_template_types=>'BUTTON' +,p_help_text=>'Stretches button to fill container' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39831237731575722) +,p_theme_id=>42 +,p_name=>'SUCCESS' +,p_display_name=>'Success' +,p_display_sequence=>40 +,p_css_classes=>'t-Button--success' +,p_group_id=>wwv_flow_imp.id(39825672035575700) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39831480329575722) +,p_theme_id=>42 +,p_name=>'TINY' +,p_display_name=>'Tiny' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--tiny' +,p_group_id=>wwv_flow_imp.id(39827651591575707) +,p_template_types=>'BUTTON' +,p_help_text=>'A very small button.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39831633730575723) +,p_theme_id=>42 +,p_name=>'WARNING' +,p_display_name=>'Warning' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--warning' +,p_group_id=>wwv_flow_imp.id(39825672035575700) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39831866743575724) +,p_theme_id=>42 +,p_name=>'DEFERRED_PAGE_RENDERING' +,p_display_name=>'Deferred Page Rendering' +,p_display_sequence=>1 +,p_css_classes=>'t-DeferredRendering' +,p_template_types=>'PAGE' +,p_help_text=>'Defer page rendering until all page components have finished loading.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39832288788575725) +,p_theme_id=>42 +,p_name=>'SHOWFORMLABELSABOVE' +,p_display_name=>'Show Form Labels Above' +,p_display_sequence=>10 +,p_css_classes=>'t-Form--labelsAbove' +,p_group_id=>wwv_flow_imp.id(39832034641575724) +,p_template_types=>'REGION' +,p_help_text=>'Show form labels above input fields.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39832631282575727) +,p_theme_id=>42 +,p_name=>'FORMSIZELARGE' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_css_classes=>'t-Form--large' +,p_group_id=>wwv_flow_imp.id(39832429735575726) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39833044830575728) +,p_theme_id=>42 +,p_name=>'FORMLEFTLABELS' +,p_display_name=>'Left' +,p_display_sequence=>20 +,p_css_classes=>'t-Form--leftLabels' +,p_group_id=>wwv_flow_imp.id(39832821806575727) +,p_template_types=>'REGION' +,p_help_text=>'Align form labels to left.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39833503141575729) +,p_theme_id=>42 +,p_name=>'FORMREMOVEPADDING' +,p_display_name=>'None' +,p_display_sequence=>20 +,p_css_classes=>'t-Form--noPadding' +,p_group_id=>wwv_flow_imp.id(39833273422575728) +,p_template_types=>'REGION' +,p_help_text=>'Removes spacing between items.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39833694855575730) +,p_theme_id=>42 +,p_name=>'FORMSLIMPADDING' +,p_display_name=>'Slim' +,p_display_sequence=>10 +,p_css_classes=>'t-Form--slimPadding' +,p_group_id=>wwv_flow_imp.id(39833273422575728) +,p_template_types=>'REGION' +,p_help_text=>'Reduces form item spacing.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39833872248575731) +,p_theme_id=>42 +,p_name=>'FORMSTANDARDPADDING' +,p_display_name=>'Standard' +,p_display_sequence=>5 +,p_css_classes=>'t-Form--standardPadding' +,p_group_id=>wwv_flow_imp.id(39833273422575728) +,p_template_types=>'REGION' +,p_help_text=>'Uses the standard spacing between items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39834295279575732) +,p_theme_id=>42 +,p_name=>'STRETCH_FORM_FIELDS' +,p_display_name=>'Stretch Form Fields' +,p_display_sequence=>10 +,p_css_classes=>'t-Form--stretchInputs' +,p_group_id=>wwv_flow_imp.id(39834088593575731) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39834454806575733) +,p_theme_id=>42 +,p_name=>'FORMSIZEXLARGE' +,p_display_name=>'X Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Form--xlarge' +,p_group_id=>wwv_flow_imp.id(39832429735575726) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39834834936575734) +,p_theme_id=>42 +,p_name=>'DISPLAY_TEXT_STYLE_BOLD' +,p_display_name=>'Bold' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--boldDisplay' +,p_group_id=>wwv_flow_imp.id(39834615036575733) +,p_template_types=>'FIELD' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39835297454575735) +,p_theme_id=>42 +,p_name=>'LARGE_FIELD' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--large' +,p_group_id=>wwv_flow_imp.id(39835048777575735) +,p_template_types=>'FIELD' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39835429070575736) +,p_theme_id=>42 +,p_name=>'DISPLAY_TEXT_STYLE_NORMAL' +,p_display_name=>'Normal' +,p_display_sequence=>20 +,p_css_classes=>'t-Form-fieldContainer--normalDisplay' +,p_group_id=>wwv_flow_imp.id(39834615036575733) +,p_template_types=>'FIELD' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39835852141575737) +,p_theme_id=>42 +,p_name=>'POST_TEXT_BLOCK' +,p_display_name=>'Display as Block' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--postTextBlock' +,p_group_id=>wwv_flow_imp.id(39835612882575736) +,p_template_types=>'FIELD' +,p_help_text=>'Displays the Item Post Text in a block style immediately after the item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39836246914575738) +,p_theme_id=>42 +,p_name=>'PRE_TEXT_BLOCK' +,p_display_name=>'Display as Block' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--preTextBlock' +,p_group_id=>wwv_flow_imp.id(39836019302575738) +,p_template_types=>'FIELD' +,p_help_text=>'Displays the Item Pre Text in a block style immediately before the item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39836614749575740) +,p_theme_id=>42 +,p_name=>'DISPLAY_AS_PILL_BUTTON' +,p_display_name=>'Display as Pill Button' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--radioButtonGroup' +,p_group_id=>wwv_flow_imp.id(39836493653575739) +,p_template_types=>'FIELD' +,p_help_text=>'Displays the radio buttons to look like a button set / pill button. Note that the the radio buttons must all be in the same row for this option to work.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39836819209575741) +,p_theme_id=>42 +,p_name=>'STRETCH_FORM_ITEM' +,p_display_name=>'Stretch Form Item' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--stretchInputs' +,p_template_types=>'FIELD' +,p_help_text=>'Stretches the form item to fill its container.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39837108087575741) +,p_theme_id=>42 +,p_name=>'X_LARGE_SIZE' +,p_display_name=>'X Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Form-fieldContainer--xlarge' +,p_group_id=>wwv_flow_imp.id(39835048777575735) +,p_template_types=>'FIELD' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39837491149575743) +,p_theme_id=>42 +,p_name=>'REMOVE_PADDING' +,p_display_name=>'Remove Padding' +,p_display_sequence=>1 +,p_css_classes=>'t-PageBody--noContentPadding' +,p_group_id=>wwv_flow_imp.id(39837226049575742) +,p_template_types=>'PAGE' +,p_help_text=>'Removes padding from the content region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39837833317575744) +,p_theme_id=>42 +,p_name=>'SORT_CENTER' +,p_display_name=>'Center' +,p_display_sequence=>10 +,p_css_classes=>'t-Region-orderBy--center' +,p_group_id=>wwv_flow_imp.id(39837678748575743) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39838076934575745) +,p_theme_id=>42 +,p_name=>'SORT_END' +,p_display_name=>'End' +,p_display_sequence=>20 +,p_css_classes=>'t-Region-orderBy--end' +,p_group_id=>wwv_flow_imp.id(39837678748575743) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(39838491151575746) +,p_theme_id=>42 +,p_name=>'HIDE_WHEN_ALL_ROWS_DISPLAYED' +,p_display_name=>'Hide when all rows displayed' +,p_display_sequence=>10 +,p_css_classes=>'t-Report--hideNoPagination' +,p_group_id=>wwv_flow_imp.id(39838291384575745) +,p_template_types=>'REPORT' +,p_help_text=>'This option will hide the pagination when all rows are displayed.' +); +end; +/ +prompt --application/shared_components/globalization/language +begin +null; +end; +/ +prompt --application/shared_components/globalization/translations +begin +null; +end; +/ +prompt --application/shared_components/logic/build_options +begin +wwv_flow_imp_shared.create_build_option( + p_id=>wwv_flow_imp.id(39548641131574312) +,p_build_option_name=>'Commented Out' +,p_build_option_status=>'EXCLUDE' +,p_version_scn=>42195170934376 +); +end; +/ +prompt --application/shared_components/globalization/messages +begin +null; +end; +/ +prompt --application/shared_components/globalization/dyntranslations +begin +null; +end; +/ +prompt --application/shared_components/security/authentications/oracle_apex_accounts +begin +wwv_flow_imp_shared.create_authentication( + p_id=>wwv_flow_imp.id(39548930532574322) +,p_name=>'Oracle APEX Accounts' +,p_scheme_type=>'NATIVE_APEX_ACCOUNTS' +,p_invalid_session_type=>'LOGIN' +,p_use_secure_cookie_yn=>'N' +,p_ras_mode=>0 +,p_version_scn=>42195170934727 +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_avatar +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(39728085649575087) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$AVATAR' +,p_display_name=>'Avatar' +,p_supported_component_types=>'PARTIAL' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$AVATAR'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +' ', +'{else/}', +' {if ?LINK/}{if IMAGE/}#DE'
+||'SCRIPTION#{else/}{if ?INITIALS/}#INITIALS#{endif/}{endif/}{if ?LINK/}{else/}{endif/}', +'{endif/}')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>2 +,p_standard_attributes=>'REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1564363394689414260 +,p_version_scn=>133929266 +,p_subscribe_plugin_settings=>true +,p_help_text=>'Display an image, icon, or initials. Available as a partial template to display a single row.' +,p_version_identifier=>'1.0' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39728329888575162) +,p_plugin_id=>wwv_flow_imp.id(39728085649575087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_default_value=>'IMAGE' +,p_demo_value=>'IMAGE' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39728649058575176) +,p_plugin_attribute_id=>wwv_flow_imp.id(39728329888575162) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'IMAGE' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39729088759575182) +,p_plugin_attribute_id=>wwv_flow_imp.id(39728329888575162) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'INITIALS' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39729419029575183) +,p_plugin_attribute_id=>wwv_flow_imp.id(39728329888575162) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'ICON' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39729891360575185) +,p_plugin_id=>wwv_flow_imp.id(39728085649575087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>false +,p_demo_value=>'#APEX_FILES#apex_ui/img/favicons/app-artwork-catalog.png' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39728329888575162) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'IMAGE' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39730164689575187) +,p_plugin_id=>wwv_flow_imp.id(39728085649575087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>55 +,p_static_id=>'DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Enter a short description of the image/icon or select a source column from the quick pick options. This will be used as title & alt text for the avatar image/icon.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39730427624575188) +,p_plugin_id=>wwv_flow_imp.id(39728085649575087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39728329888575162) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'INITIALS' +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39730734791575190) +,p_plugin_id=>wwv_flow_imp.id(39728085649575087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39728329888575162) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'ICON' +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39731103514575191) +,p_plugin_id=>wwv_flow_imp.id(39728085649575087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39731342338575192) +,p_plugin_attribute_id=>wwv_flow_imp.id(39731103514575191) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39731769963575193) +,p_plugin_attribute_id=>wwv_flow_imp.id(39731103514575191) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39732113892575194) +,p_plugin_attribute_id=>wwv_flow_imp.id(39731103514575191) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39732585164575196) +,p_plugin_attribute_id=>wwv_flow_imp.id(39731103514575191) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39732999150575197) +,p_plugin_id=>wwv_flow_imp.id(39728085649575087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Set the size of the avatar. The default inherits the sizing set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39733216187575199) +,p_plugin_attribute_id=>wwv_flow_imp.id(39732999150575197) +,p_display_sequence=>10 +,p_display_value=>'Extra Extra Small' +,p_return_value=>'t-Avatar--xxs' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39733648552575200) +,p_plugin_attribute_id=>wwv_flow_imp.id(39732999150575197) +,p_display_sequence=>20 +,p_display_value=>'Extra Small' +,p_return_value=>'t-Avatar--xs' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39734085614575201) +,p_plugin_attribute_id=>wwv_flow_imp.id(39732999150575197) +,p_display_sequence=>30 +,p_display_value=>'Small' +,p_return_value=>'t-Avatar--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39734491579575203) +,p_plugin_attribute_id=>wwv_flow_imp.id(39732999150575197) +,p_display_sequence=>40 +,p_display_value=>'Medium' +,p_return_value=>'t-Avatar--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39734871645575204) +,p_plugin_attribute_id=>wwv_flow_imp.id(39732999150575197) +,p_display_sequence=>50 +,p_display_value=>'Large' +,p_return_value=>'t-Avatar--lg' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39735305109575205) +,p_plugin_attribute_id=>wwv_flow_imp.id(39732999150575197) +,p_display_sequence=>60 +,p_display_value=>'Extra Large' +,p_return_value=>'t-Avatar--xl' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39735676952575206) +,p_plugin_attribute_id=>wwv_flow_imp.id(39732999150575197) +,p_display_sequence=>70 +,p_display_value=>'Extra Extra Large' +,p_return_value=>'t-Avatar--xxl' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39736109720575208) +,p_plugin_id=>wwv_flow_imp.id(39728085649575087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'CSS_CLASSES' +,p_prompt=>'CSS Classes' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_is_common=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Enter classes to add to this component. You may add multiple classes by separating them with a space.' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1839778942199688859) +,p_plugin_id=>wwv_flow_imp.id(39728085649575087) +,p_name=>'Link' +,p_static_id=>'LINK' +,p_display_sequence=>10 +,p_is_quick_pick=>true +,p_type=>'LINK' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_badge +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(39737154632575245) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$BADGE' +,p_display_name=>'Badge' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$BADGE'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +' ', +'{else/}', +' {if ?LINK/}', +' {if ?ICON/}{endif/}', +' {if LABEL_DISPLAY/}#LABEL#{endif/}', +' #VALUE#', +' {if ?LINK/}{else/}{endif/}', +'{endif/}', +'')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>true +,p_api_version=>1 +,p_report_body_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if !APEX$HAS_MESSAGE/}', +'
      #APEX$ROWS#
    ', +'{endif/}')) +,p_report_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • #APEX$PARTIAL#
  • ', +'')) +,p_report_placeholder_count=>1 +,p_standard_attributes=>'REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1564377533892414278 +,p_version_scn=>133929097 +,p_subscribe_plugin_settings=>true +,p_help_text=>'Display content within a badge. Available for multiple report rows or a single row.' +,p_version_identifier=>'1.0' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39737447865575253) +,p_plugin_id=>wwv_flow_imp.id(39737154632575245) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>true +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter a value for the badge label or select a source column from the quick pick options.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39737788058575254) +,p_plugin_id=>wwv_flow_imp.id(39737154632575245) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'VALUE' +,p_prompt=>'Value' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_help_text=>'Select a source column for the badge value.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39738089250575255) +,p_plugin_id=>wwv_flow_imp.id(39737154632575245) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'STATE' +,p_prompt=>'State' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select the source column for the state of the badge. Substitute column value with "danger", "warning", "success" or "info" for default styling.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39738337932575256) +,p_plugin_id=>wwv_flow_imp.id(39737154632575245) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the badge.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39738682726575258) +,p_plugin_id=>wwv_flow_imp.id(39737154632575245) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'LABEL_DISPLAY' +,p_prompt=>'Display Label' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the badge label. When set to Yes, the badge label will be displayed in addition to the badge value. When set to No, only the badge value will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39738954183575259) +,p_plugin_id=>wwv_flow_imp.id(39737154632575245) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Select the badge style. Default inherits the style set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39739246623575260) +,p_plugin_attribute_id=>wwv_flow_imp.id(39738954183575259) +,p_display_sequence=>10 +,p_display_value=>'Subtle' +,p_return_value=>'t-Badge--subtle' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39739686574575262) +,p_plugin_attribute_id=>wwv_flow_imp.id(39738954183575259) +,p_display_sequence=>20 +,p_display_value=>'Outline' +,p_return_value=>'t-Badge--outline' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39740094937575263) +,p_plugin_id=>wwv_flow_imp.id(39737154632575245) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the badge. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39740367613575264) +,p_plugin_attribute_id=>wwv_flow_imp.id(39740094937575263) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Badge--rounded' +,p_help_text=>'Displayed with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39740751322575266) +,p_plugin_attribute_id=>wwv_flow_imp.id(39740094937575263) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Badge--circle' +,p_help_text=>'Displayed with circular edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39741154368575267) +,p_plugin_attribute_id=>wwv_flow_imp.id(39740094937575263) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Badge--square' +,p_help_text=>'Displayed with squared edges.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39741552591575268) +,p_plugin_id=>wwv_flow_imp.id(39737154632575245) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Set the size of the badge. The default inherits the sizing set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39741897644575270) +,p_plugin_attribute_id=>wwv_flow_imp.id(39741552591575268) +,p_display_sequence=>10 +,p_display_value=>'Small' +,p_return_value=>'t-Badge--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39742289232575271) +,p_plugin_attribute_id=>wwv_flow_imp.id(39741552591575268) +,p_display_sequence=>20 +,p_display_value=>'Medium' +,p_return_value=>'t-Badge--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39742680036575272) +,p_plugin_attribute_id=>wwv_flow_imp.id(39741552591575268) +,p_display_sequence=>30 +,p_display_value=>'Large' +,p_return_value=>'t-Badge--lg' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1551219387783677440) +,p_plugin_id=>wwv_flow_imp.id(39737154632575245) +,p_name=>'Link' +,p_static_id=>'LINK' +,p_display_sequence=>10 +,p_type=>'LINK' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_button +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(39743216207575279) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$BUTTON' +,p_display_name=>'Button' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$BUTTON'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if MENU_ID/}{else/}{endif/}', +'')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_substitute_attributes=>true +,p_reference_id=>1568467215199837453 +,p_version_scn=>76331028 +,p_subscribe_plugin_settings=>true +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39743559460575282) +,p_plugin_id=>wwv_flow_imp.id(39743216207575279) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'RAW' +,p_is_translatable=>true +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39743895502575283) +,p_plugin_id=>wwv_flow_imp.id(39743216207575279) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'LINK_URL' +,p_prompt=>'Link URL' +,p_attribute_type=>'LINK' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39744155382575284) +,p_plugin_id=>wwv_flow_imp.id(39743216207575279) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'LINK_ATTR' +,p_prompt=>'Link Attribute' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'RAW' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39744434812575286) +,p_plugin_id=>wwv_flow_imp.id(39743216207575279) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'ICON_CLASSES' +,p_prompt=>'Icon Classes' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39744733914575287) +,p_plugin_id=>wwv_flow_imp.id(39743216207575279) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'CSS_CLASSES' +,p_prompt=>'CSS Classes' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39745110585575288) +,p_plugin_id=>wwv_flow_imp.id(39743216207575279) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'IS_DISABLED' +,p_prompt=>'Is Disabled' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39745379251575290) +,p_plugin_id=>wwv_flow_imp.id(39743216207575279) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'IS_HOT' +,p_prompt=>'Is Hot' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39745689865575291) +,p_plugin_id=>wwv_flow_imp.id(39743216207575279) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'IS_ICON_ONLY' +,p_prompt=>'Is Icon Only' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_comments +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(39745986845575295) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$COMMENTS' +,p_display_name=>'Comments' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$COMMENTS'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +'
    ', +' {if DISPLAY_AVATAR%assigned/}', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    {endif/}', +' {with/}', +' SIZE:=t-Avatar--xs', +' SHAPE:=#AVATAR_SHAPE#', +' {apply THEME$AVATAR/}', +'
    ', +' {endif/}', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +'{else/}', +'
    ', +' {if DISPLAY_AVATAR/}', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    #APEX$SELECTOR#
    {endif/}', +' {with/}', +' TYPE:=#AVATAR_TYPE#', +' IMAGE:=#AVATAR_IMAGE#', +' DESCRIPTION:=#AVATAR_DESCRIPTION#', +' ICON:=#AVATAR_ICON#', +' INITIALS:=#AVATAR_INITIALS#', +' SIZE:=t-Avatar--xs', +' SHAPE:=#AVATAR_SHAPE#', +' CSS_CLASSES:=u-color', +' LINK:=#AVATAR_LINK#', +' LINK_ATTR:=#AVATAR_LINK_ATTR#', +' {apply THEME$AVATAR/}', +'
    ', +' {endif/}', +'
    ', +'
    ', +' {if USER_NAME_LINK/}{endif/}#USER_NAME#{if USER_NAME_LINK/}{endif/}', +' {if COMMENT_DATE/}#COMMENT_DATE#{endif/}', +' {if ACTIONS/}#ACTIONS#{endif/}', +'
    ', +'
    ', +' #COMMENT_TEXT#', +' {if ATTRIBUTES/}
    #ATTRIBUTES#
    {endif/}', +'
    ', +'
    ', +'
    ', +'{endif/}')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_report_body_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      #APEX$ROWS#
    ', +'')) +,p_report_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • #APEX$PARTIAL#
  • ', +'')) +,p_report_placeholder_count=>3 +,p_standard_attributes=>'ROW_SELECTION:REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1564386865908414285 +,p_version_scn=>75159091 +,p_subscribe_plugin_settings=>true +,p_is_quick_pick=>true +,p_help_text=>'Display user comments and status updates. Supports avatars. Available for a single row or as a report with multiple rows.' +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1839631396519607014) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_title=>'Avatar' +,p_display_sequence=>20 +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39746435406575302) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'COMMENT_TEXT' +,p_prompt=>'Comment Text' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Praesent vel felis rutrum erat elementum viverra sit amet non odio. Cras vel auctor eros, in malesuada dolor. Nulla tellus magna, ornare consectetur purus id, volutpat egestas felis. Proin lobortis risus massa, nec faucibus arcu malesuada a. Nunc sed' +||' gravida urna. Fusce at ligula sed erat consequat pharetra.' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column containing text for user comments.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39746731453575303) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'USER_NAME' +,p_prompt=>'User Name' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Joel' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be displayed as the user name associated with a comment.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39747067025575304) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'COMMENT_DATE' +,p_prompt=>'Date' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_demo_value=>'5 minutes ago' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2:DATE' +,p_is_translatable=>false +,p_help_text=>'Select a source column containing a date, date range, or time.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39747373255575306) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'ATTRIBUTES' +,p_prompt=>'Attributes' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter some text and/or column substitution strings to be used as the comment attributes.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39747614108575307) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'AVATAR_TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'icon' +,p_demo_value=>'initials' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39752223999575331) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1839631396519607014) +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39747965630575309) +,p_plugin_attribute_id=>wwv_flow_imp.id(39747614108575307) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'image' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39748405867575310) +,p_plugin_attribute_id=>wwv_flow_imp.id(39747614108575307) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'initials' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39748726140575312) +,p_plugin_attribute_id=>wwv_flow_imp.id(39747614108575307) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'icon' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39749121341575313) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'AVATAR_IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>true +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39747614108575307) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'image' +,p_attribute_group_id=>wwv_flow_imp.id(1839631396519607014) +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39749420281575314) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>95 +,p_static_id=>'AVATAR_DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>true +,p_attribute_group_id=>wwv_flow_imp.id(1839631396519607014) +,p_help_text=>'Enter a short description of the image/icon or select a source column from the quick pick options. This will be used as title & alt text for the avatar image/icon.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39749728717575316) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'AVATAR_INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'JK' +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39747614108575307) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'initials' +,p_attribute_group_id=>wwv_flow_imp.id(1839631396519607014) +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39750111272575317) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>9 +,p_display_sequence=>90 +,p_static_id=>'AVATAR_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>true +,p_default_value=>'fa-user' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39747614108575307) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'icon' +,p_attribute_group_id=>wwv_flow_imp.id(1839631396519607014) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39750378745575318) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>10 +,p_display_sequence=>100 +,p_static_id=>'AVATAR_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Avatar--rounded' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39752223999575331) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1839631396519607014) +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39751870148575330) +,p_plugin_attribute_id=>wwv_flow_imp.id(39750378745575318) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39750673448575326) +,p_plugin_attribute_id=>wwv_flow_imp.id(39750378745575318) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39751088357575327) +,p_plugin_attribute_id=>wwv_flow_imp.id(39750378745575318) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39751497757575328) +,p_plugin_attribute_id=>wwv_flow_imp.id(39750378745575318) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39752223999575331) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>11 +,p_display_sequence=>110 +,p_static_id=>'DISPLAY_AVATAR' +,p_prompt=>'Display Avatar' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_demo_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the avatar for each row. When set to Yes, an avatar will be displayed with the assigned image, icon, or initials. When set to No, no avatar will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39752557484575333) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>14 +,p_display_sequence=>45 +,p_static_id=>'COMMENT_CLASS' +,p_prompt=>'Comment Class' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Allows you to pass a class onto individual comments. Example using is-active will highlight the specific comment with a different shade.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39752898741575334) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>12 +,p_display_sequence=>120 +,p_static_id=>'STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Comments--basic' +,p_demo_value=>'t-Comments--chat' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_help_text=>'Set the style of the comments.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39753115041575335) +,p_plugin_attribute_id=>wwv_flow_imp.id(39752898741575334) +,p_display_sequence=>10 +,p_display_value=>'Basic' +,p_return_value=>'t-Comments--basic' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39753563457575337) +,p_plugin_attribute_id=>wwv_flow_imp.id(39752898741575334) +,p_display_sequence=>20 +,p_display_value=>'Chat (Speech Bubbles)' +,p_return_value=>'t-Comments--chat' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39753936447575338) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>13 +,p_display_sequence=>130 +,p_static_id=>'APPLY_THEME_COLORS' +,p_prompt=>'Apply Theme Colors' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to use the Universal Theme colors for avatar and badge row items. When set to Yes, the u-colors class will be applied to each row. When set to No, a default color will be used instead.' +); +wwv_flow_imp_shared.create_plugin_act_template( + p_id=>wwv_flow_imp.id(1839764063952708517) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_name=>'Link' +,p_type=>'BUTTON' +,p_template=>'{if !IS_DISABLED/}#LABEL#{endif/}' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1839763472447701060) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_name=>'Actions' +,p_static_id=>'ACTIONS' +,p_display_sequence=>10 +,p_type=>'TEMPLATE' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1839819096117682939) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_name=>'Avatar Link' +,p_static_id=>'AVATAR_LINK' +,p_display_sequence=>20 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1839971313830553710) +,p_plugin_id=>wwv_flow_imp.id(39745986845575295) +,p_name=>'User Name Link' +,p_static_id=>'USER_NAME_LINK' +,p_display_sequence=>30 +,p_type=>'LINK' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_content_row +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(39756073943575357) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$CONTENT_ROW' +,p_display_name=>'Content Row' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$CONTENT_ROW'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +' ', +'{else/}', +' {if ?FULL_ROW_LINK/}{endif/}', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    #APEX$SELECTOR#
    {endif/}', +' {if DISPLAY_BADGE/}', +'
    ', +' {with/}', +' LABEL_DISPLAY:=#BADGE_LABEL_DISPLAY#', +' LABEL:=#BADGE_LABEL#', +' VALUE:=#BADGE_VALUE#', +' ICON:=#BADGE_ICON#', +' STATE:=#BADGE_STATE#', +' SIZE:=#BADGE_SIZE#', +' STYLE:=#BADGE_STYLE#', +' SHAPE:=#BADGE_SHAPE#', +' LINK:=#BADGE_LINK#', +' LINK_ATTR:=#BADGE_LINK_ATTR#', +' {apply THEME$BADGE/}', +'
    ', +' {endif/}', +' {if DISPLAY_AVATAR/}', +' ', +' {endif/}', +'
    ', +'
    ', +' {if ?OVERLINE/}
    #OVERLINE#
    {endif/}', +' {if ?TITLE/}

    {if ?TITLE_LINK/}{endif/}#TITLE#{if ?TITLE_LINK/}{endif/}

    {endif/}', +' {if ?DESCRIPTION/}
    #DESCRIPTION#
    {endif/}', +'
    ', +' {if ?MISC%assigned/}
    #MISC#
    {endif/}', +' {if ?PRIMARY_ACTIONS/}
    #PRIMARY_ACTIONS#
    {endif/}', +'
    ', +'
    ', +'{endif/}')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_report_body_template=>'
      #APEX$ROWS#
    ' +,p_report_row_template=>'
  • #APEX$PARTIAL#
  • ' +,p_report_placeholder_count=>3 +,p_standard_attributes=>'ROW_SELECTION:REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1568468153344837456 +,p_version_scn=>76107179 +,p_subscribe_plugin_settings=>true +,p_is_quick_pick=>true +,p_help_text=>'Display content in a formatted row with a title, description, and more. Supports avatars and badges. Available for a single row or as a report with multiple rows.' +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1966993862104647065) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_title=>'Avatar' +,p_display_sequence=>10 +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1966993307092647064) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_title=>'Badge' +,p_display_sequence=>20 +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1710101243362373551) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_title=>'Appearance' +,p_display_sequence=>30 +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39757000379575374) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'OVERLINE' +,p_prompt=>'Overline' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_demo_value=>'Category' +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter some text and/or column substitution strings to display at the top of each row above the title and description.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39757237374575376) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'TITLE' +,p_prompt=>'Title' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_demo_value=>'Lorem ipsum dolor sit amet' +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter some text and/or column substitution strings to be used as the title in each row.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39757594862575377) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_demo_value=>'Nunc sit amet nunc quis magna ornare suscipit. Etiam aliquet maximus sapien, at sagittis sem gravida nec.' +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter some text and/or column substitution strings to be used as the description in each row.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39757869328575378) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'MISC' +,p_prompt=>'Miscellaneous' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter miscellaneous content such as additional text and/or column substitution strings to display in each row.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39758114226575379) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'DISPLAY_AVATAR' +,p_prompt=>'Display Avatar' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the avatar for each row. When set to Yes, an avatar will be displayed with the assigned image, icon, or initials. When set to No, no avatar will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39758496538575381) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'DISPLAY_BADGE' +,p_prompt=>'Display Badge' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the badge for each row. When set to Yes, a badge will be displayed in each row. When set to No, no badge will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39758763602575382) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'AVATAR_TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'icon' +,p_demo_value=>'icon' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758114226575379) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1966993862104647065) +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39759097751575384) +,p_plugin_attribute_id=>wwv_flow_imp.id(39758763602575382) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'image' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39759442749575385) +,p_plugin_attribute_id=>wwv_flow_imp.id(39758763602575382) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'initials' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39759863651575386) +,p_plugin_attribute_id=>wwv_flow_imp.id(39758763602575382) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'icon' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39760269800575388) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'AVATAR_IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>true +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758763602575382) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'image' +,p_attribute_group_id=>wwv_flow_imp.id(1966993862104647065) +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39760571037575389) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>9 +,p_display_sequence=>115 +,p_static_id=>'AVATAR_DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>true +,p_attribute_group_id=>wwv_flow_imp.id(1966993862104647065) +,p_help_text=>'Enter a short description of the image or select a source column from the quick pick options. This will be used as alt text for the avatar image.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39760843632575391) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>10 +,p_display_sequence=>100 +,p_static_id=>'AVATAR_INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758763602575382) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'initials' +,p_attribute_group_id=>wwv_flow_imp.id(1966993862104647065) +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39761132884575392) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>11 +,p_display_sequence=>110 +,p_static_id=>'AVATAR_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>true +,p_default_value=>'fa-user' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758763602575382) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'icon' +,p_attribute_group_id=>wwv_flow_imp.id(1966993862104647065) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39761468838575394) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>12 +,p_display_sequence=>120 +,p_static_id=>'AVATAR_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Avatar--rounded' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758114226575379) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1966993862104647065) +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39761811532575395) +,p_plugin_attribute_id=>wwv_flow_imp.id(39761468838575394) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39762129014575396) +,p_plugin_attribute_id=>wwv_flow_imp.id(39761468838575394) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39762557893575397) +,p_plugin_attribute_id=>wwv_flow_imp.id(39761468838575394) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39762931357575399) +,p_plugin_attribute_id=>wwv_flow_imp.id(39761468838575394) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39763397605575400) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>13 +,p_display_sequence=>130 +,p_static_id=>'BADGE_LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>true +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_help_text=>'Enter a value for the badge label or select a source column from the quick pick options.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39763635751575401) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>14 +,p_display_sequence=>140 +,p_static_id=>'BADGE_VALUE' +,p_prompt=>'Value' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_help_text=>'Select a source column for the badge value.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39763942690575402) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>15 +,p_display_sequence=>150 +,p_static_id=>'BADGE_STATE' +,p_prompt=>'State' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_help_text=>'Select the source column for the state of the badge. Substitute column value with "danger", "warning", "success" or "info" for default styling.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39764239487575403) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>16 +,p_display_sequence=>160 +,p_static_id=>'BADGE_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the badge.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39764521686575405) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>17 +,p_display_sequence=>170 +,p_static_id=>'BADGE_LABEL_DISPLAY' +,p_prompt=>'Display Label' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_help_text=>'Specify whether to display or hide the badge label. When set to Yes, the badge label will be displayed in addition to the badge value. When set to No, only the badge value will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39764846911575406) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>18 +,p_display_sequence=>180 +,p_static_id=>'BADGE_STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_null_text=>'Default' +,p_help_text=>'Select the badge style. Default inherits the style set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39765116015575407) +,p_plugin_attribute_id=>wwv_flow_imp.id(39764846911575406) +,p_display_sequence=>10 +,p_display_value=>'Subtle' +,p_return_value=>'t-Badge--subtle' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39765586506575408) +,p_plugin_attribute_id=>wwv_flow_imp.id(39764846911575406) +,p_display_sequence=>20 +,p_display_value=>'Outline' +,p_return_value=>'t-Badge--outline' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39765997474575409) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>19 +,p_display_sequence=>190 +,p_static_id=>'BADGE_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the badge. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39766261432575410) +,p_plugin_attribute_id=>wwv_flow_imp.id(39765997474575409) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Badge--rounded' +,p_help_text=>'Displayed with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39766675846575412) +,p_plugin_attribute_id=>wwv_flow_imp.id(39765997474575409) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Badge--circle' +,p_help_text=>'Displayed with circular edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39767050764575413) +,p_plugin_attribute_id=>wwv_flow_imp.id(39765997474575409) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Badge--square' +,p_help_text=>'Displayed with squared edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39767509889575414) +,p_plugin_attribute_id=>wwv_flow_imp.id(39765997474575409) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39767898282575416) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>20 +,p_display_sequence=>200 +,p_static_id=>'AVATAR_SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758114226575379) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1966993862104647065) +,p_null_text=>'Default' +,p_help_text=>'Set the size of the avatar. The default inherits the sizing set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39768200321575420) +,p_plugin_attribute_id=>wwv_flow_imp.id(39767898282575416) +,p_display_sequence=>10 +,p_display_value=>'Extra Extra Small' +,p_return_value=>'t-Avatar--xxs' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39768581567575421) +,p_plugin_attribute_id=>wwv_flow_imp.id(39767898282575416) +,p_display_sequence=>20 +,p_display_value=>'Extra Small' +,p_return_value=>'t-Avatar--xs' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39768994983575422) +,p_plugin_attribute_id=>wwv_flow_imp.id(39767898282575416) +,p_display_sequence=>30 +,p_display_value=>'Small' +,p_return_value=>'t-Avatar--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39769393879575424) +,p_plugin_attribute_id=>wwv_flow_imp.id(39767898282575416) +,p_display_sequence=>40 +,p_display_value=>'Medium' +,p_return_value=>'t-Avatar--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39769732239575425) +,p_plugin_attribute_id=>wwv_flow_imp.id(39767898282575416) +,p_display_sequence=>50 +,p_display_value=>'Large' +,p_return_value=>'t-Avatar--lg' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39770120636575426) +,p_plugin_attribute_id=>wwv_flow_imp.id(39767898282575416) +,p_display_sequence=>60 +,p_display_value=>'Extra Large' +,p_return_value=>'t-Avatar--xl' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39770556845575427) +,p_plugin_attribute_id=>wwv_flow_imp.id(39767898282575416) +,p_display_sequence=>70 +,p_display_value=>'Extra Extra Large' +,p_return_value=>'t-Avatar--xxl' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39770999249575429) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>21 +,p_display_sequence=>210 +,p_static_id=>'BADGE_SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_null_text=>'Default' +,p_help_text=>'Set the size of the badge. The default inherits the sizing set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39771269461575430) +,p_plugin_attribute_id=>wwv_flow_imp.id(39770999249575429) +,p_display_sequence=>10 +,p_display_value=>'Small' +,p_return_value=>'t-Badge--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39771667692575431) +,p_plugin_attribute_id=>wwv_flow_imp.id(39770999249575429) +,p_display_sequence=>20 +,p_display_value=>'Medium' +,p_return_value=>'t-Badge--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39772063105575432) +,p_plugin_attribute_id=>wwv_flow_imp.id(39770999249575429) +,p_display_sequence=>30 +,p_display_value=>'Large' +,p_return_value=>'t-Badge--lg' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39772479172575434) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>22 +,p_display_sequence=>220 +,p_static_id=>'BADGE_COL_WIDTH' +,p_prompt=>'Column Width' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-ContentRow-badge--md' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_null_text=>'Default' +,p_help_text=>'Set the width of the content row columns. Default width is medium.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39772792674575435) +,p_plugin_attribute_id=>wwv_flow_imp.id(39772479172575434) +,p_display_sequence=>10 +,p_display_value=>'Small' +,p_return_value=>'t-ContentRow-badge--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39773172304575436) +,p_plugin_attribute_id=>wwv_flow_imp.id(39772479172575434) +,p_display_sequence=>20 +,p_display_value=>'Medium' +,p_return_value=>'t-ContentRow-badge--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39773591853575438) +,p_plugin_attribute_id=>wwv_flow_imp.id(39772479172575434) +,p_display_sequence=>30 +,p_display_value=>'Large' +,p_return_value=>'t-ContentRow-badge--lg' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39774010108575440) +,p_plugin_attribute_id=>wwv_flow_imp.id(39772479172575434) +,p_display_sequence=>40 +,p_display_value=>'Auto' +,p_return_value=>'t-ContentRow-badge--auto' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39774320443575442) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>24 +,p_display_sequence=>240 +,p_static_id=>'BADGE_POS' +,p_prompt=>'Position' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_null_text=>'Start' +,p_help_text=>'Positions the Badge column to either the "Start" or "End" of the row.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39774698362575443) +,p_plugin_attribute_id=>wwv_flow_imp.id(39774320443575442) +,p_display_sequence=>10 +,p_display_value=>'End' +,p_return_value=>'t-ContentRow-badge--posEnd' +,p_help_text=>'Positions the Badge column to the "end" of the row.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39775087141575445) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>25 +,p_display_sequence=>250 +,p_static_id=>'BADGE_ALIGNMENT' +,p_prompt=>'Alignment' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758496538575381) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1966993307092647064) +,p_null_text=>'Start' +,p_help_text=>'Changes the alignment of the badge within its column.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39775364993575446) +,p_plugin_attribute_id=>wwv_flow_imp.id(39775087141575445) +,p_display_sequence=>10 +,p_display_value=>'Center' +,p_return_value=>'t-ContentRow-badge--alignCenter' +,p_help_text=>'Aligns the badge to the "center" of its column.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39775758914575447) +,p_plugin_attribute_id=>wwv_flow_imp.id(39775087141575445) +,p_display_sequence=>20 +,p_display_value=>'End' +,p_return_value=>'t-ContentRow-badge--alignEnd' +,p_help_text=>'Aligns the badge to the "end" of its column.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39776128851575449) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>31 +,p_display_sequence=>310 +,p_static_id=>'ITEM_CSS_CLASSES' +,p_prompt=>'Item CSS Classes' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39776485488575450) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>32 +,p_display_sequence=>320 +,p_static_id=>'AVATAR_CSS_CLASSES' +,p_prompt=>'CSS Classes' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39758114226575379) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1966993862104647065) +,p_help_text=>'Enter CSS classes to add to the visual. You may add multiple classes by separating them with a space.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39776760664575451) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>23 +,p_display_sequence=>230 +,p_static_id=>'APPLY_THEME_COLORS' +,p_prompt=>'Apply Theme Colors' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_attribute_group_id=>wwv_flow_imp.id(1710101243362373551) +,p_help_text=>'Specify whether to use the Universal Theme colors for avatar and badge row items. When set to Yes, the u-colors class will be applied to each row. When set to No, a default color will be used instead.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39777103984575453) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>27 +,p_display_sequence=>270 +,p_static_id=>'STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1710101243362373551) +,p_null_text=>'Default' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39777376235575454) +,p_plugin_attribute_id=>wwv_flow_imp.id(39777103984575453) +,p_display_sequence=>10 +,p_display_value=>'Compact' +,p_return_value=>'t-ContentRow--styleCompact' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39777733569575456) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>28 +,p_display_sequence=>280 +,p_static_id=>'HIDE_BORDERS' +,p_prompt=>'Hide Borders' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_attribute_group_id=>wwv_flow_imp.id(1710101243362373551) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39778112347575457) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>30 +,p_display_sequence=>300 +,p_static_id=>'REMOVE_PADDING' +,p_prompt=>'Remove Padding' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_attribute_group_id=>wwv_flow_imp.id(1710101243362373551) +); +wwv_flow_imp_shared.create_plugin_act_template( + p_id=>wwv_flow_imp.id(1848207752320468679) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_name=>'Button' +,p_type=>'BUTTON' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{with/}', +'LINK_URL:=#LINK_URL#', +'LINK_ATTR:=#LINK_ATTR#', +'LABEL:=#LABEL#', +'ICON_CLASSES:=#ICON_CLASSES#', +'CSS_CLASSES:=#CSS_CLASSES#', +'IS_HOT:=#IS_HOT#', +'IS_ICON_ONLY:=#IS_ICON_ONLY#', +'IS_DISABLED:=#IS_DISABLED#', +'{apply THEME$BUTTON/}')) +); +wwv_flow_imp_shared.create_plugin_act_template( + p_id=>wwv_flow_imp.id(1848209011840472827) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_name=>'Menu' +,p_type=>'MENU' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{with/}', +'MENU_ID:=#MENU_ID#', +'LABEL:=#LABEL#', +'ICON_CLASSES:=#ICON_CLASSES#', +'CSS_CLASSES:=#CSS_CLASSES#', +'IS_HOT:=#IS_HOT#', +'IS_DISABLED:=#IS_DISABLED#', +'IS_ICON_ONLY:=#IS_ICON_ONLY#', +'{apply THEME$BUTTON/}', +'#MENU#')) +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1551256237424710249) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_name=>'Badge Link' +,p_static_id=>'BADGE_LINK' +,p_display_sequence=>50 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1834614123646061946) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_name=>'Title Link' +,p_static_id=>'TITLE_LINK' +,p_display_sequence=>30 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1835293424376145050) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_name=>'Full Row Link' +,p_static_id=>'FULL_ROW_LINK' +,p_display_sequence=>40 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1848205817253423693) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_name=>'Avatar Link' +,p_static_id=>'AVATAR_LINK' +,p_display_sequence=>10 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1848207150643437550) +,p_plugin_id=>wwv_flow_imp.id(39756073943575357) +,p_name=>'Primary Actions' +,p_static_id=>'PRIMARY_ACTIONS' +,p_display_sequence=>20 +,p_type=>'TEMPLATE' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_media_list +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(39783351105575493) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$MEDIA_LIST' +,p_display_name=>'Media List' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$MEDIA_LIST'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    {endif/}', +' {if DISPLAY_AVATAR/}', +' ', +' {endif/}', +'
    ', +' {if ?TITLE%assigned/}
    {endif/}', +' {if ?DESCRIPTION%assigned/}
    {endif/}', +'
    ', +' {if DISPLAY_BADGE%assigned/}', +' {with/}', +' LABEL:=', +' VALUE:=', +' SHAPE:=#BADGE_SHAPE#', +' STYLE:=#BADGE_STYLE#', +' {apply THEME$BADGE/}', +' {endif/}', +'
    ', +'{else/}', +' {if LINK/}', +' {if ?APEX$SELECTOR%assigned/}
    #APEX$SELECTOR#
    {endif/}', +' {if DISPLAY_AVATAR/}', +' ', +' {endif/}', +'
    ', +' {if ?TITLE/}

    #TITLE#

    {endif/}', +' {if ?DESCRIPTION/}

    #DESCRIPTION#

    {endif/}', +'
    ', +' {if DISPLAY_BADGE/}', +' {with/}', +' LABEL_DISPLAY:=#BADGE_LABEL_DISPLAY#', +' LABEL:=#BADGE_LABEL#', +' VALUE:=#BADGE_VALUE#', +' ICON:=#BADGE_ICON#', +' STATE:=#BADGE_STATE#', +' SIZE:=t-Badge--md', +' STYLE:=#BADGE_STYLE#', +' SHAPE:=#BADGE_SHAPE#', +' {apply THEME$BADGE/}', +' {endif/}', +' {if LINK/}
    {else/}
    {endif/}', +'{endif/}')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_report_body_template=>'
      #APEX$ROWS#
    ' +,p_report_row_template=>'
  • #APEX$PARTIAL#
  • ' +,p_report_placeholder_count=>3 +,p_standard_attributes=>'ROW_SELECTION:REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1564403634518414297 +,p_version_scn=>76083243 +,p_subscribe_plugin_settings=>true +,p_is_quick_pick=>true +,p_help_text=>'Display report content in a formatted media list. Supports avatars and badges. Available for a single row or as a report with multiple rows.' +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1839801796147459145) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_title=>'Avatar' +,p_display_sequence=>10 +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1839801241135459144) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_title=>'Badge' +,p_display_sequence=>20 +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39784105025575500) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'TITLE' +,p_prompt=>'Title' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Lorem ipsum dolor sit amet' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be used as the title.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39784357411575501) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_demo_value=>'Nunc sit amet nunc quis magna ornare suscipit. Etiam aliquet maximus sapien, at sagittis sem gravida nec.' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be used for the row description.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39784626546575502) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'DISPLAY_AVATAR' +,p_prompt=>'Display Avatar' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the avatar for each row. When set to Yes, an avatar will be displayed with the assigned image, icon, or initials. When set to No, no avatar will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39784921771575504) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'DISPLAY_BADGE' +,p_prompt=>'Display Badge' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the badge for each row. When set to Yes, a badge will be displayed in each row. When set to No, no badge will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39785285207575505) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'AVATAR_TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'icon' +,p_demo_value=>'icon' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39784626546575502) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1839801796147459145) +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39785569201575506) +,p_plugin_attribute_id=>wwv_flow_imp.id(39785285207575505) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'image' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39785948855575508) +,p_plugin_attribute_id=>wwv_flow_imp.id(39785285207575505) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'initials' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39786361568575509) +,p_plugin_attribute_id=>wwv_flow_imp.id(39785285207575505) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'icon' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39786795431575511) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'AVATAR_IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>true +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39785285207575505) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'image' +,p_attribute_group_id=>wwv_flow_imp.id(1839801796147459145) +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39787041403575512) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>95 +,p_static_id=>'AVATAR_DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>true +,p_attribute_group_id=>wwv_flow_imp.id(1839801796147459145) +,p_help_text=>'Enter a short description of the image/icon or select a source column from the quick pick options. This will be used as title & alt text for the avatar image/icon.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39787378054575513) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'AVATAR_INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39785285207575505) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'initials' +,p_attribute_group_id=>wwv_flow_imp.id(1839801796147459145) +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39787615111575514) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>9 +,p_display_sequence=>90 +,p_static_id=>'AVATAR_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>true +,p_default_value=>'fa-user' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39785285207575505) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'icon' +,p_attribute_group_id=>wwv_flow_imp.id(1839801796147459145) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39787954538575516) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>10 +,p_display_sequence=>100 +,p_static_id=>'AVATAR_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Avatar--rounded' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39784626546575502) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1839801796147459145) +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39788243072575517) +,p_plugin_attribute_id=>wwv_flow_imp.id(39787954538575516) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39788634830575518) +,p_plugin_attribute_id=>wwv_flow_imp.id(39787954538575516) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39789060602575519) +,p_plugin_attribute_id=>wwv_flow_imp.id(39787954538575516) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39789429326575521) +,p_plugin_attribute_id=>wwv_flow_imp.id(39787954538575516) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39789836891575522) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>11 +,p_display_sequence=>110 +,p_static_id=>'BADGE_LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>true +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_depending_on_attribute_id=>wwv_flow_imp.id(39784921771575504) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1839801241135459144) +,p_help_text=>'Enter a value for the badge label or select a source column from the quick pick options.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39790191853575524) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>12 +,p_display_sequence=>120 +,p_static_id=>'BADGE_VALUE' +,p_prompt=>'Value' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39784921771575504) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1839801241135459144) +,p_help_text=>'Select a source column for the badge value.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39790441634575525) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>13 +,p_display_sequence=>130 +,p_static_id=>'BADGE_STATE' +,p_prompt=>'State' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39784921771575504) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1839801241135459144) +,p_help_text=>'Select the source column for the state of the badge. Substitute column value with "danger", "warning", "success" or "info" for default styling.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39790768131575526) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>14 +,p_display_sequence=>140 +,p_static_id=>'BADGE_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39784921771575504) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1839801241135459144) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the badge.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39791037110575528) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>15 +,p_display_sequence=>150 +,p_static_id=>'BADGE_LABEL_DISPLAY' +,p_prompt=>'Display Label' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39784921771575504) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1839801241135459144) +,p_help_text=>'Specify whether to display or hide the badge label. When set to Yes, the badge label will be displayed in addition to the badge value. When set to No, only the badge value will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39791377675575529) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>16 +,p_display_sequence=>160 +,p_static_id=>'BADGE_STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39784921771575504) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1839801241135459144) +,p_null_text=>'Default' +,p_help_text=>'Select the badge style. Default inherits the style set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39791662749575531) +,p_plugin_attribute_id=>wwv_flow_imp.id(39791377675575529) +,p_display_sequence=>10 +,p_display_value=>'Subtle' +,p_return_value=>'t-Badge--subtle' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39792035539575532) +,p_plugin_attribute_id=>wwv_flow_imp.id(39791377675575529) +,p_display_sequence=>20 +,p_display_value=>'Outline' +,p_return_value=>'t-Badge--outline' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39792474644575533) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>17 +,p_display_sequence=>170 +,p_static_id=>'BADGE_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39784921771575504) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1839801241135459144) +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the badge. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39792811953575535) +,p_plugin_attribute_id=>wwv_flow_imp.id(39792474644575533) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Badge--rounded' +,p_help_text=>'Displayed with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39793138668575536) +,p_plugin_attribute_id=>wwv_flow_imp.id(39792474644575533) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Badge--circle' +,p_help_text=>'Displayed with circular edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39793523552575537) +,p_plugin_attribute_id=>wwv_flow_imp.id(39792474644575533) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Badge--square' +,p_help_text=>'Displayed with squared edges.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39793968771575539) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>18 +,p_display_sequence=>180 +,p_static_id=>'LAYOUT' +,p_prompt=>'Layout' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Select the number of grid columns the media list content will display in. Horizontal Span will display all columns in a single horizontal row.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39794278359575540) +,p_plugin_attribute_id=>wwv_flow_imp.id(39793968771575539) +,p_display_sequence=>10 +,p_display_value=>'2 Column Grid' +,p_return_value=>'t-MediaList--cols t-MediaList--2cols' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39794646688575541) +,p_plugin_attribute_id=>wwv_flow_imp.id(39793968771575539) +,p_display_sequence=>20 +,p_display_value=>'3 Column Grid' +,p_return_value=>'t-MediaList--cols t-MediaList--3cols' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39795060543575543) +,p_plugin_attribute_id=>wwv_flow_imp.id(39793968771575539) +,p_display_sequence=>30 +,p_display_value=>'4 Column Grid' +,p_return_value=>'t-MediaList--cols t-MediaList--4cols' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39795462609575544) +,p_plugin_attribute_id=>wwv_flow_imp.id(39793968771575539) +,p_display_sequence=>40 +,p_display_value=>'5 Column Grid' +,p_return_value=>'t-MediaList--cols t-MediaList--5cols' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39795872066575546) +,p_plugin_attribute_id=>wwv_flow_imp.id(39793968771575539) +,p_display_sequence=>50 +,p_display_value=>'Horizontal Span' +,p_return_value=>'t-MediaList--horizontal' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39796228232575547) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>19 +,p_display_sequence=>190 +,p_static_id=>'SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Set the size of media list items.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39796560379575549) +,p_plugin_attribute_id=>wwv_flow_imp.id(39796228232575547) +,p_display_sequence=>10 +,p_display_value=>'Large' +,p_return_value=>'t-MediaList--large force-fa-lg' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39796912813575550) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>20 +,p_display_sequence=>200 +,p_static_id=>'APPLY_THEME_COLORS' +,p_prompt=>'Apply Theme Colors' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to use the Universal Theme colors for avatar and badge row items. When set to Yes, the u-colors class will be applied to each row. When set to No, a default color will be used instead.' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1840004848304605773) +,p_plugin_id=>wwv_flow_imp.id(39783351105575493) +,p_name=>'Link' +,p_static_id=>'LINK' +,p_display_sequence=>10 +,p_type=>'LINK' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_timeline +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(39799813784575570) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$TIMELINE' +,p_display_name=>'Timeline' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$TIMELINE'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    #APEX$SELECTOR#
    {endif/}', +'
    ', +' {if DISPLAY_AVATAR/}', +' {with/}', +' TYPE:=#AVATAR_TYPE#', +' IMAGE:=#AVATAR_IMAGE#', +' DESCRIPTION:=#AVATAR_DESCRIPTION#', +' INITIALS:=#AVATAR_INITIALS#', +' ICON:=#AVATAR_ICON#', +' SHAPE:=#AVATAR_SHAPE#', +' SIZE:=', +' LINK:=#AVATAR_LINK#', +' LINK_ATTR:=#AVATAR_LINK_ATTR#', +' {apply THEME$AVATAR/}', +' {endif/}', +'
    ', +' {if ?USER_NAME_LINK/}{endif/}#USER_NAME#{if ?USER_NAME_LINK/}{endif/}', +' #DATE#', +'
    ', +'
    ', +'
    ', +' {if DISPLAY_BADGE/}', +'
    ', +' {with/}', +' LABEL_DISPLAY:=#BADGE_LABEL_DISPLAY#', +' LABEL:=#BADGE_LABEL#', +' VALUE:=#BADGE_VALUE#', +' ICON:=#BADGE_ICON#', +' STATE:=#BADGE_STATE#', +' {apply THEME$BADGE/}', +'
    ', +' {endif/}', +'
    ', +'

    {if ?TITLE_LINK/}{endif/}#TITLE#{if ?TITLE_LINK/}{endif/}

    ', +' {if ?DESCRIPTION/}

    #DESCRIPTION#

    {endif/}', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_report_body_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      #APEX$ROWS#
    ', +'')) +,p_report_row_template=>'
  • #APEX$PARTIAL#
  • ' +,p_report_placeholder_count=>3 +,p_standard_attributes=>'ROW_SELECTION:REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1601817836543095628 +,p_version_scn=>76584807 +,p_subscribe_plugin_settings=>true +,p_is_quick_pick=>true +,p_help_text=>'Display a series of events. Supports avatars and badges. Available for a single row or as a report with multiple rows.' +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(2186883378280682524) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_title=>'Avatar' +,p_display_sequence=>10 +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(2186882823268682523) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_title=>'Badge' +,p_display_sequence=>20 +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39800520372575576) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'USER_NAME' +,p_prompt=>'User Name' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'User' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be displayed as the user name associated with a timeline event.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39800829813575577) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'DATE' +,p_prompt=>'Date' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'1 hour ago' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_help_text=>'Select a source column containing a date, date range, or time.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39801121531575579) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'TITLE' +,p_prompt=>'Title' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Lorem ipsum dolor sit amet' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be used as the title.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39801462080575580) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_demo_value=>'Nunc sit amet nunc quis magna ornare suscipit. Etiam aliquet maximus sapien, at sagittis sem gravida nec.' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be used for the row description.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39801786637575581) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'DISPLAY_AVATAR' +,p_prompt=>'Display Avatar' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_demo_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the avatar for each row. When set to Yes, an avatar will be displayed with the assigned image, icon, or initials. When set to No, no avatar will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39802049681575583) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'DISPLAY_BADGE' +,p_prompt=>'Display Badge' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_demo_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the badge for each row. When set to Yes, a badge will be displayed in each row. When set to No, no badge will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39802407774575584) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'AVATAR_TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'icon' +,p_demo_value=>'icon' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39801786637575581) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(2186883378280682524) +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39802670890575585) +,p_plugin_attribute_id=>wwv_flow_imp.id(39802407774575584) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'image' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39803107917575587) +,p_plugin_attribute_id=>wwv_flow_imp.id(39802407774575584) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'initials' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39803440011575588) +,p_plugin_attribute_id=>wwv_flow_imp.id(39802407774575584) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'icon' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39803845433575590) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'AVATAR_IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>true +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802407774575584) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'image' +,p_attribute_group_id=>wwv_flow_imp.id(2186883378280682524) +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39804163352575591) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>9 +,p_display_sequence=>115 +,p_static_id=>'AVATAR_DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>true +,p_attribute_group_id=>wwv_flow_imp.id(2186883378280682524) +,p_help_text=>'Enter a short description of the image/icon or select a source column from the quick pick options. This will be used as title & alt text for the avatar image/icon.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39804480835575593) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>10 +,p_display_sequence=>100 +,p_static_id=>'AVATAR_INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802407774575584) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'initials' +,p_attribute_group_id=>wwv_flow_imp.id(2186883378280682524) +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39804793147575594) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>11 +,p_display_sequence=>110 +,p_static_id=>'AVATAR_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>true +,p_default_value=>'fa-user' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802407774575584) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'icon' +,p_attribute_group_id=>wwv_flow_imp.id(2186883378280682524) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39805103681575595) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>12 +,p_display_sequence=>120 +,p_static_id=>'AVATAR_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Avatar--circle' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39801786637575581) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(2186883378280682524) +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39805353067575597) +,p_plugin_attribute_id=>wwv_flow_imp.id(39805103681575595) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39805739666575598) +,p_plugin_attribute_id=>wwv_flow_imp.id(39805103681575595) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39806123966575599) +,p_plugin_attribute_id=>wwv_flow_imp.id(39805103681575595) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39806531178575601) +,p_plugin_attribute_id=>wwv_flow_imp.id(39805103681575595) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39806959672575603) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>13 +,p_display_sequence=>130 +,p_static_id=>'BADGE_LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>true +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802049681575583) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2186882823268682523) +,p_help_text=>'Enter a value for the badge label or select a source column from the quick pick options.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39807289922575604) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>14 +,p_display_sequence=>140 +,p_static_id=>'BADGE_VALUE' +,p_prompt=>'Value' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Closed' +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802049681575583) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2186882823268682523) +,p_help_text=>'Select a source column for the badge value.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39807540678575605) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>15 +,p_display_sequence=>150 +,p_static_id=>'BADGE_STATE' +,p_prompt=>'State' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_demo_value=>'is-removed' +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802049681575583) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2186882823268682523) +,p_help_text=>'Select the source column for the state of the badge. Substitute column value with "danger", "warning", "success" or "info" for default styling.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39807909891575606) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>16 +,p_display_sequence=>160 +,p_static_id=>'BADGE_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_demo_value=>'fa-check-circle-o' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802049681575583) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2186882823268682523) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the badge.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39808205667575608) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>17 +,p_display_sequence=>170 +,p_static_id=>'BADGE_LABEL_DISPLAY' +,p_prompt=>'Display Label' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802049681575583) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2186882823268682523) +,p_help_text=>'Specify whether to display or hide the badge label. When set to Yes, the badge label will be displayed in addition to the badge value. When set to No, only the badge value will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39808490492575610) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>18 +,p_display_sequence=>180 +,p_static_id=>'BADGE_STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802049681575583) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(2186882823268682523) +,p_null_text=>'Default' +,p_help_text=>'Select the badge style. Default inherits the style set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39808767150575611) +,p_plugin_attribute_id=>wwv_flow_imp.id(39808490492575610) +,p_display_sequence=>10 +,p_display_value=>'Subtle' +,p_return_value=>'t-Badge--subtle' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39809118147575612) +,p_plugin_attribute_id=>wwv_flow_imp.id(39808490492575610) +,p_display_sequence=>20 +,p_display_value=>'Outline' +,p_return_value=>'t-Badge--outline' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39809537497575614) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>19 +,p_display_sequence=>190 +,p_static_id=>'BADGE_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(39802049681575583) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(2186882823268682523) +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the badge. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39809824535575617) +,p_plugin_attribute_id=>wwv_flow_imp.id(39809537497575614) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Badge--rounded' +,p_help_text=>'Displayed with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39810281058575619) +,p_plugin_attribute_id=>wwv_flow_imp.id(39809537497575614) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Badge--circle' +,p_help_text=>'Displayed with circular edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39810708762575620) +,p_plugin_attribute_id=>wwv_flow_imp.id(39809537497575614) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Badge--square' +,p_help_text=>'Displayed with squared edges.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39811088980575622) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>20 +,p_display_sequence=>200 +,p_static_id=>'STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Set the style of timeline items.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(39811364503575623) +,p_plugin_attribute_id=>wwv_flow_imp.id(39811088980575622) +,p_display_sequence=>10 +,p_display_value=>'Compact' +,p_return_value=>'t-Timeline--compact' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(39811793422575625) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>21 +,p_display_sequence=>210 +,p_static_id=>'APPLY_THEME_COLORS' +,p_prompt=>'Apply Theme Colors' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_demo_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to use the Universal Theme colors for avatar and badge row items. When set to Yes, the u-colors class will be applied to each row. When set to No, a default color will be used instead.' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1834652723466891110) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_name=>'Title Link' +,p_static_id=>'TITLE_LINK' +,p_display_sequence=>25 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1949064086455154711) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_name=>'User Name Link' +,p_static_id=>'USER_NAME_LINK' +,p_display_sequence=>15 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(2068095333429459152) +,p_plugin_id=>wwv_flow_imp.id(39799813784575570) +,p_name=>'Avatar Link' +,p_static_id=>'AVATAR_LINK' +,p_display_sequence=>10 +,p_type=>'LINK' +); +end; +/ +prompt --application/user_interfaces/combined_files +begin +null; +end; +/ +prompt --application/pages/page_00000 +begin +wwv_flow_imp_page.create_page( + p_id=>0 +,p_name=>'Global Page' +,p_step_title=>'Global Page' +,p_autocomplete_on_off=>'OFF' +,p_page_template_options=>'#DEFAULT#' +,p_protection_level=>'D' +,p_page_component_map=>'14' +); +end; +/ +prompt --application/pages/page_00001 +begin +wwv_flow_imp_page.create_page( + p_id=>1 +,p_name=>'Home' +,p_alias=>'HOME' +,p_step_title=>'hRAG-IN-A-BOX' +,p_warn_on_unsaved_changes=>'N' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-green-button {', +' background-color: #0dff00; /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}')) +,p_page_template_options=>'#DEFAULT#' +,p_protection_level=>'C' +,p_page_component_map=>'13' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(24412884305101295) +,p_plug_name=>'RAG Context' +,p_region_template_options=>'#DEFAULT#:js-useLocalStorage:is-collapsed:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(39604765323574593) +,p_plug_display_sequence=>130 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(39850149294575981) +,p_plug_name=>'hRAG-IN-A-BOX' +,p_region_template_options=>'#DEFAULT#' +,p_plug_template=>wwv_flow_imp.id(39619198414574646) +,p_plug_display_sequence=>10 +,p_plug_display_point=>'REGION_POSITION_01' +,p_location=>null +,p_plug_query_num_rows=>15 +,p_region_image=>'#APP_FILES#icons/app-icon-512.png' +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML', + 'show_line_breaks', 'Y')).to_clob +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(39854313831995879) +,p_button_sequence=>90 +,p_button_name=>'P1_GET_ANSWER' +,p_button_static_id=>'ga_button' +,p_button_action=>'SUBMIT' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'Get Answer' +,p_show_processing=>'Y' +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-ai-prompt' +,p_grid_new_row=>'Y' +,p_grid_column_span=>1 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(40421628286900995) +,p_button_sequence=>100 +,p_button_name=>'P1_CLEAR' +,p_button_action=>'SUBMIT' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Clear' +,p_button_css_classes=>'my-warn-button' +,p_icon_css_classes=>'fa-receipt-x' +,p_grid_new_row=>'N' +,p_grid_column_span=>2 +,p_grid_column=>5 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(26181725526269446) +,p_button_sequence=>110 +,p_button_name=>'P1_SHOWDOC' +,p_button_action=>'REDIRECT_PAGE' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'Show Documentation' +,p_button_redirect_url=>'f?p=&APP_ID.:4:&SESSION.::&DEBUG.:::' +,p_button_css_classes=>'my-green-button' +,p_icon_css_classes=>'fa-book' +,p_grid_new_row=>'N' +,p_grid_column=>8 +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(8172663934618816) +,p_name=>'P1_TOKENS' +,p_item_sequence=>70 +,p_prompt=>'Text Tokens' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(8172743053618817) +,p_name=>'P1_AUTOGEN_TOKENS' +,p_item_sequence=>30 +,p_item_default=>'N' +,p_prompt=>'Autogen. Tokens' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_begin_on_new_line=>'N' +,p_colspan=>1 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16291673820527608) +,p_name=>'P1_KEEP_HISTORY' +,p_item_sequence=>10 +,p_item_default=>'N' +,p_prompt=>'Keep History' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_colspan=>1 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The context and the previous answers will be passed on to the next question.' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16291725093527609) +,p_name=>'P1_SESS_CTX' +,p_data_type=>'CLOB' +,p_item_sequence=>20 +,p_item_plug_id=>wwv_flow_imp.id(24412884305101295) +,p_display_as=>'NATIVE_HIDDEN' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16292799881527619) +,p_name=>'P1_QENA' +,p_item_sequence=>80 +,p_display_as=>'NATIVE_HIDDEN' +,p_attribute_01=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16294828368527640) +,p_name=>'P1_TIMING' +,p_item_sequence=>50 +,p_item_default=>'N' +,p_prompt=>'Show Timing' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_begin_on_new_line=>'N' +,p_colspan=>1 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Insert the query''s start and end times with msec precision and explicitly shows the usage of the index as per "Use Vector Index" switch.' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16295011868527641) +,p_name=>'P1_EXPERT_MODE' +,p_item_sequence=>20 +,p_item_default=>'N' +,p_prompt=>'Expert Mode' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_begin_on_new_line=>'N' +,p_colspan=>1 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24408246072101248) +,p_name=>'P1_CONTEXT' +,p_data_type=>'CLOB' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(24412884305101295) +,p_prompt=>'Query Context' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>30 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'Y' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39853232424995868) +,p_name=>'P1_ANSWER' +,p_data_type=>'CLOB' +,p_item_sequence=>120 +,p_prompt=>'RAG Answer' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>30 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'Y' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39853313680995869) +,p_name=>'P1_QUESTION' +,p_item_sequence=>60 +,p_prompt=>'Your Question' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>30 +,p_colspan=>6 +,p_field_template=>wwv_flow_imp.id(39724839308575029) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Entert your Query to the system here.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(16295017707527642) +,p_name=>'SetUserMode' +,p_event_sequence=>10 +,p_triggering_element_type=>'ITEM' +,p_triggering_element=>'P1_EXPERT_MODE' +,p_triggering_condition_type=>'JAVASCRIPT_EXPRESSION' +,p_triggering_expression=>wwv_flow_string.join(wwv_flow_t_varchar2( +'// needed to trigger the change actions -- evaluate to true or false', +'(apex.item( "P1_EXPERT_MODE" ).getValue() === "Y")', +'')) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'change' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16295911351527650) +,p_event_id=>wwv_flow_imp.id(16295017707527642) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'begin', +' :APP_ITEM_EXPERT_MODE := ''Y'';', +'end;')) +,p_attribute_02=>'APP_ITEM_EXPERT_MODE,P1_EXPERT_MODE' +,p_attribute_03=>'APP_ITEM_EXPERT_MODE' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16296046159527652) +,p_event_id=>wwv_flow_imp.id(16295017707527642) +,p_event_result=>'FALSE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'begin', +' :APP_ITEM_EXPERT_MODE := ''N'';', +'end;')) +,p_attribute_02=>'APP_ITEM_EXPERT_MODE,P1_EXPERT_MODE' +,p_attribute_03=>'APP_ITEM_EXPERT_MODE' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16295168553527643) +,p_event_id=>wwv_flow_imp.id(16295017707527642) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_SHOW' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P1_TIMING,P1_AUTOGEN_TOKENS' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16295455778527646) +,p_event_id=>wwv_flow_imp.id(16295017707527642) +,p_event_result=>'FALSE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_HIDE' +,p_affected_elements_type=>'REGION' +,p_affected_region_id=>wwv_flow_imp.id(24412884305101295) +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16295214150527644) +,p_event_id=>wwv_flow_imp.id(16295017707527642) +,p_event_result=>'FALSE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_HIDE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P1_TIMING,P1_AUTOGEN_TOKENS' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16295370773527645) +,p_event_id=>wwv_flow_imp.id(16295017707527642) +,p_event_result=>'TRUE' +,p_action_sequence=>40 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_SHOW' +,p_affected_elements_type=>'REGION' +,p_affected_region_id=>wwv_flow_imp.id(24412884305101295) +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(24411591221101282) +,p_name=>'PageSetup' +,p_event_sequence=>30 +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'ready' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16292853949527620) +,p_event_id=>wwv_flow_imp.id(24411591221101282) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +'begin', +' cnt := hriab_check_status(:user);', +'', +' -- default is to disable question button until all is ok', +' :P1_QENA := ''N'';', +'', +' if (cnt = 0) then', +' :P1_QENA := ''Y'';', +' if ((:P1_ANSWER = '''') or (:P1_ANSWER is NULL)) then', +' :P1_ANSWER := ''Please ask your question in the field above...'';', +' end if;', +' elsif ( cnt = 1) then', +' :P1_ANSWER := ''**''||chr(10)||''** Please navigate to the setting page, fill in the credentials, verify and save your indexing and runtime prefs, then create the index using the appropriate button.''||chr(10)||''**'';', +' elsif ( cnt = 2) then', +' :P1_ANSWER := ''**''||chr(10)||''** Please navigate to the setting page and verify and save your indexing and runtime prefs, then create the index using the appropriate button.''||chr(10)||''**'';', +' else', +' :P1_ANSWER := ''**''||chr(10)||''** Please navigate to the setting page and create the index using the appropriate button.''||chr(10)||''**'';', +' end if;', +'end;')) +,p_attribute_02=>'P1_QENA' +,p_attribute_03=>'P1_QENA,P1_ANSWER' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16293133211527623) +,p_event_id=>wwv_flow_imp.id(24411591221101282) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_JAVASCRIPT_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'if (apex.item( "P1_QENA" ).getValue() === "Y") {', +' $("#ga_button").attr("disabled", false);', +'} else {', +' $("#ga_button").attr("disabled", true);', +'}', +'', +'if (apex.item( "APP_ITEM_EXPERT_MODE" ).getValue() === "Y") {', +' apex.item("P1_TIMING").disable();', +' apex.item("P1_AUTOGEN_TOKENS").disable();', +'} else {', +' apex.item("P1_TIMING").enable();', +' apex.item("P1_AUTOGEN_TOKENS").enable();', +'}', +'')) +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(40422367711901002) +,p_process_sequence=>10 +,p_process_point=>'ON_SUBMIT_BEFORE_COMPUTATION' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'GetAnswer' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' locusr varchar2(50);', +' stt timestamp;', +' st varchar2(50);', +' ett timestamp;', +' et varchar2(50);', +' mst number;', +'begin', +'', +' if (:P1_QUESTION = '''') or (:P1_QUESTION is null) then', +' :P1_ANSWER := ''Please enter a question.'';', +' else', +' -- init session context if desired', +' if (:P1_KEEP_HISTORY = ''Y'') then', +' :P1_CONTEXT := :P1_SESS_CTX;', +' else', +' :P1_CONTEXT := '''';', +' end if;', +' ', +' -- get the latest query params', +' select count(riab_user) into cnt', +' from hriab_user_settings', +' where riab_user = :user', +' and pref_type = ''EXEC'';', +'', +' if (cnt = 0) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +' if (:P1_AUTOGEN_TOKENS = ''Y'') then', +' hriab_gen_tokens( :P1_QUESTION, :P1_TOKENS);', +' end if;', +'', +' -- get the start timestamp', +' select systimestamp into stt from dual;', +' select ''Query started: ''||to_char(stt, ''yyyy/mm/dd hh24:mm:ss:ff3'')||chr(10) into st from dual;', +'', +' -- get the answer', +' hriab_get_answer(:P1_QUESTION, :P1_TOKENS, locusr, :P1_ANSWER, :P1_CONTEXT);', +'', +' -- get the end timestamp', +' select systimestamp into ett from dual;', +' select ''Query ended: ''||to_char(ett, ''yyyy/mm/dd hh24:mm:ss:ff3'')||chr(10) into et from dual;', +'', +' -- millisecs interval', +' mst := hriab_util_timestamp_diff(stt, ett);', +'', +' -- store the answers in cumulative way', +' if (:P1_KEEP_HISTORY = ''Y'') then', +' :P1_SESS_CTX := :P1_SESS_CTX ||'' ''||:P1_QUESTION||'' ''||:P1_ANSWER;', +' else', +' :P1_SESS_CTX := '''';', +' end if;', +'', +' -- if desired add timing and index usage text', +' if (:P1_TIMING = ''Y'') then', +' :p1_answer := st || ''-----'' || chr(10)', +' || :p1_answer || chr(10) || ''-----'' || chr(10)', +' || et || ''Total msecs: '' || mst || chr(10); ', +' end if;', +' end if;', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_process_when_button_id=>wwv_flow_imp.id(39854313831995879) +,p_internal_uid=>8744655342471736 +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(40422423265901003) +,p_process_sequence=>20 +,p_process_point=>'ON_SUBMIT_BEFORE_COMPUTATION' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'ClearPage' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'begin', +' :p1_question := '''';', +' :p1_answer := '''';', +' :P1_context := '''';', +' :p1_tokens := '''';', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_process_when_button_id=>wwv_flow_imp.id(40421628286900995) +,p_internal_uid=>8744710896471737 +); +end; +/ +prompt --application/pages/page_00002 +begin +wwv_flow_imp_page.create_page( + p_id=>2 +,p_name=>'Settings' +,p_alias=>'RIAB_SETTINGS' +,p_step_title=>'Settings' +,p_warn_on_unsaved_changes=>'N' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-green-button {', +' background-color: #0dff00; /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}', +'', +'tt {', +' font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;', +'}')) +,p_page_template_options=>'#DEFAULT#' +,p_protection_level=>'C' +,p_page_component_map=>'17' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(39856797725995903) +,p_plug_name=>'Settings' +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(39652424311574754) +,p_plug_display_sequence=>10 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(16291814235527610) +,p_plug_name=>'Vector Index Settings' +,p_parent_plug_id=>wwv_flow_imp.id(39856797725995903) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(39652424311574754) +,p_plug_display_sequence=>40 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(16291950637527611) +,p_plug_name=>'Runtime Settings' +,p_parent_plug_id=>wwv_flow_imp.id(39856797725995903) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(39652424311574754) +,p_plug_display_sequence=>50 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(24409239513101258) +,p_plug_name=>'Credentials Section' +,p_parent_plug_id=>wwv_flow_imp.id(39856797725995903) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(39652424311574754) +,p_plug_display_sequence=>20 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(39857210468995907) +,p_plug_name=>'Index Infos' +,p_parent_plug_id=>wwv_flow_imp.id(39856797725995903) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(39652424311574754) +,p_plug_display_sequence=>110 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(39857628084995912) +,p_plug_name=>'File and Index Actions' +,p_parent_plug_id=>wwv_flow_imp.id(39856797725995903) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(39652424311574754) +,p_plug_display_sequence=>100 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(40419818298900977) +,p_plug_name=>'File Actions' +,p_title=>'File Actions' +,p_parent_plug_id=>wwv_flow_imp.id(39856797725995903) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody:margin-top-sm' +,p_plug_template=>wwv_flow_imp.id(39652424311574754) +,p_plug_display_sequence=>120 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(39859962309066659) +,p_plug_name=>'Breadcrumb' +,p_region_template_options=>'#DEFAULT#:t-BreadcrumbRegion--useBreadcrumbTitle' +,p_component_template_options=>'#DEFAULT#' +,p_plug_template=>wwv_flow_imp.id(39664895887574791) +,p_plug_display_sequence=>10 +,p_plug_display_point=>'REGION_POSITION_01' +,p_menu_id=>wwv_flow_imp.id(39549307272574329) +,p_plug_source_type=>'NATIVE_BREADCRUMB' +,p_menu_template_id=>wwv_flow_imp.id(39727701995575051) +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(24408917900101255) +,p_button_sequence=>10 +,p_button_plug_id=>wwv_flow_imp.id(24409239513101258) +,p_button_name=>'EnterCredentials' +,p_button_action=>'REDIRECT_PAGE' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Enter Credentials' +,p_button_redirect_url=>'f?p=&APP_ID.:3:&SESSION.::&DEBUG.:::' +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-gears' +,p_grid_new_row=>'Y' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(40420071437900979) +,p_button_sequence=>20 +,p_button_plug_id=>wwv_flow_imp.id(40419818298900977) +,p_button_name=>'LIST_SOURCES' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'List Sources' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-files-o' +,p_grid_new_row=>'Y' +,p_grid_column_span=>2 +,p_grid_column=>1 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(8173252093618822) +,p_button_sequence=>30 +,p_button_plug_id=>wwv_flow_imp.id(40419818298900977) +,p_button_name=>'LOAD_SOURCES' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'Load Sources' +,p_warn_on_unsaved_changes=>null +,p_confirm_message=>'Do you really want to drop the index and reload the sources table from the Bucket? You will need to recreate the index afterward!' +,p_confirm_style=>'warning' +,p_button_css_classes=>'my-alarm-button' +,p_icon_css_classes=>'fa-upload' +,p_grid_new_row=>'N' +,p_grid_column_span=>2 +,p_grid_column=>3 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(39853692744995872) +,p_button_sequence=>30 +,p_button_plug_id=>wwv_flow_imp.id(39857628084995912) +,p_button_name=>'RECREATE_INDEX' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'(Re-)Create Index' +,p_warn_on_unsaved_changes=>null +,p_confirm_message=>'Do you really want to recreate the index?' +,p_confirm_style=>'warning' +,p_button_css_classes=>'my-alarm-button' +,p_icon_css_classes=>'fa-radiation' +,p_grid_new_row=>'N' +,p_grid_new_column=>'Y' +,p_grid_column_span=>4 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(8173375358618823) +,p_button_sequence=>40 +,p_button_plug_id=>wwv_flow_imp.id(40419818298900977) +,p_button_name=>'REFRESH_SOURCES' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'Refresh Sources' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-upload-alt' +,p_grid_new_row=>'N' +,p_grid_column_span=>2 +,p_grid_column=>5 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(39857353769995909) +,p_button_sequence=>50 +,p_button_plug_id=>wwv_flow_imp.id(39857210468995907) +,p_button_name=>'IDX_STATUS' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'Index Status' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-question-square-o' +,p_grid_new_row=>'N' +,p_grid_new_column=>'N' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(39856014310995896) +,p_button_sequence=>80 +,p_button_plug_id=>wwv_flow_imp.id(16291950637527611) +,p_button_name=>'SAVE_PREFS' +,p_button_static_id=>'save_pref_button' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'Save All Prefs' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-save-as' +,p_grid_new_row=>'Y' +,p_grid_column_span=>4 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(39857854740995914) +,p_button_sequence=>90 +,p_button_plug_id=>wwv_flow_imp.id(39857210468995907) +,p_button_name=>'IDX_ACTIVITIES' +,p_button_static_id=>'idx_errors' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'Indexing Errors' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-medkit' +,p_grid_new_row=>'Y' +,p_grid_column_span=>2 +,p_grid_column=>1 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(40420828365900987) +,p_button_sequence=>90 +,p_button_plug_id=>wwv_flow_imp.id(16291950637527611) +,p_button_name=>'RESET_PREFS' +,p_button_static_id=>'reset_pref_button' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Reset Prefs to DEFAULT' +,p_warn_on_unsaved_changes=>null +,p_confirm_message=>'Are you sure you want to reset your Prefs to their default value?' +,p_confirm_style=>'warning' +,p_button_css_classes=>'my-warn-button' +,p_icon_css_classes=>'fa-x-axis' +,p_grid_new_row=>'N' +,p_grid_new_column=>'Y' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(8173926211618829) +,p_button_sequence=>100 +,p_button_plug_id=>wwv_flow_imp.id(39857210468995907) +,p_button_name=>'BG_ACTIVITIES' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'BG Activities' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-question-square-o' +,p_grid_new_row=>'N' +,p_grid_column_span=>2 +,p_grid_column=>3 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(16294701266527638) +,p_button_sequence=>100 +,p_button_plug_id=>wwv_flow_imp.id(16291950637527611) +,p_button_name=>'GEN_CODE' +,p_button_action=>'REDIRECT_PAGE' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'Generate Code from Prefs' +,p_button_redirect_url=>'f?p=&APP_ID.:5:&SESSION.::&DEBUG.:::' +,p_button_css_classes=>'my-green-button' +,p_icon_css_classes=>'fa-book' +,p_grid_new_row=>'N' +,p_grid_new_column=>'Y' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(8172846136618818) +,p_button_sequence=>110 +,p_button_plug_id=>wwv_flow_imp.id(39857210468995907) +,p_button_name=>'IDX_SOURCES_STAT' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_image_alt=>'Indexing Status' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-book' +,p_grid_new_row=>'N' +,p_grid_column_span=>2 +,p_grid_column=>5 +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(8172415088618814) +,p_name=>'P2_RT_WEIGHT_T' +,p_item_sequence=>60 +,p_item_plug_id=>wwv_flow_imp.id(16291950637527611) +,p_item_default=>'1' +,p_prompt=>'Weight Text' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Relative weight (degree of importance or preference) to assign to the text CONTAINS query.
    ', +'This value is used when combining the results of RSF ranking.
    ', +'Value: Any positive integer greater than 0 (zero)
    ', +'Default: 1 (implies neutral weight)')) +,p_inline_help_text=>'Relative weight Vector' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(8172564662618815) +,p_name=>'P2_RT_WEIGHT_V' +,p_item_sequence=>70 +,p_item_plug_id=>wwv_flow_imp.id(16291950637527611) +,p_prompt=>'Weight Vector' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'score_weight: Relative weight (degree of importance or preference) to assign to the semantic VECTOR_DISTANCE query.
    ', +'This value is used when combining the results of RSF ranking.
    ', +'Value: Any positive integer greater than 0 (zero)
    ', +'Default: 10 (implies 10 times more importance to vector query than text query)')) +,p_inline_help_text=>'Relative Weight Vector' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(8173485749618824) +,p_name=>'P2_BOILERPLATE_2' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(40419818298900977) +,p_placeholder=>'The "List Sources" button will list the available files on the source bucket.
    The "Load Sources" will drop the index and reload the source table from the bucket.
    The "Refresh Sources" will only upload the differences.' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>2 +,p_grid_column=>1 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(8174233042618832) +,p_name=>'P2_VEC_DISTANCE' +,p_item_sequence=>20 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_item_default=>'COSINE' +,p_prompt=>'Distance Metric' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:COSINE;COSINE,MANHATTAN;MANHATTAN,DOT;DOT,EUCLIDEAN;EUCLIDEAN,L2_SQUARED;L2_SQUARED,EUCLIDEAN_SQUARED;EUCLIDEAN_SQUARED' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Distance metric or mathematical function used to compute the distance between vectors.
    ', +'Note: Currently, the HAMMING and JACCARD vector distance metrics are not supported with hybrid vector indexes.
    ', +'Default: COSINE')) +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(8174376989618833) +,p_name=>'P2_VEC_ACCURACY' +,p_item_sequence=>30 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_item_default=>'95' +,p_prompt=>'Vec Accuracy' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Target accuracy at which the approximate search should be performed when running an approximate search query using vector indexes.
    ', +'For a Hierarchical Navigable Small World (HNSW) approximate search:
    ', +'
      ', +'
    • In the case of an HNSW approximate search, you can specify a target accuracy percentage value to influence the number of candidates considered to probe the search. This is automatically calculated by the algorithm. A value of 100 will tend to' +||' impose a similar result as an exact search, although the system may still use the index and will not perform an exact search. The optimizer may choose to still use an index as it may be faster to do so given the predicates in the query. Instead of s' +||'pecifying a target accuracy percentage value, you can specify the EFSEARCH parameter to impose a certain maximum number of candidates to be considered while probing the index. The higher that number, the higher the accuracy.
    • ', +'
    ', +'For an Inverted File Flat (IVF) approximate search:
    ', +'
      ', +'
    • In the case of an IVF approximate search, you can specify a target accuracy percentage value to influence the number of partitions used to probe the search. This is automatically calculated by the algorithm. A value of 100 will tend to impose an ' +||'exact search, although the system may still use the index and will not perform an exact search. The optimizer may choose to still use an index as it may be faster to do so given the predicates in the query. Instead of specifying a target accuracy per' +||'centage value, you can specify the NEIGHBOR PARTITION PROBES parameter to impose a certain maximum number of partitions to be probed by the search. The higher that number, the higher the accuracy.
    • ', +'
    ', +'Valid range for both HNSW and IVF vector indexes is: > 0 and <= 100')) +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16292053254527612) +,p_name=>'P2_RT_PENALTY_V' +,p_item_sequence=>50 +,p_item_plug_id=>wwv_flow_imp.id(16291950637527611) +,p_item_default=>'1' +,p_prompt=>'Penalty Vector' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Penalty (denominator in RRF, represented as 1/(rank+penality) to assign to vector query.
    ', +'This can help in balancing the relevance score by reducing the importance of unnecessary or repetitive words in a document. This value is used when combining the results of RRF ranking.
    ', +'Value: 0 (zero) or any positive integer
    ', +'Default: 1')) +,p_inline_help_text=>'Vector Rank Penalty' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16292200296527613) +,p_name=>'P2_RT_PENALTY_T' +,p_item_sequence=>30 +,p_item_plug_id=>wwv_flow_imp.id(16291950637527611) +,p_item_default=>'5' +,p_prompt=>'Penalty Text' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Penalty (denominator in RRF, represented as 1/(rank+penality) to assign to keyword query.
    ', +'This can help in balancing the relevance score by reducing the importance of unnecessary or repetitive words in a document. This value is used when combining the results of RRF ranking.
    ', +'Value: 0 (zero) or any positive integer
    ', +'Default: 5')) +,p_inline_help_text=>'Text Rank Penalty' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16292223288527614) +,p_name=>'P2_RT_TOPK' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(16291950637527611) +,p_item_default=>'5' +,p_prompt=>'TopK' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Number of results to be returned.' +,p_inline_help_text=>'Number of results to be returned' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16293276755527624) +,p_name=>'P2_VEC_IDXTYPE' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_item_default=>'HNSW' +,p_prompt=>'Vector Index Type' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:HNSW;HNSW,IVF;IVF' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'HNSW for an Hierarchical Navigable Small World (HNSW) vector index
    ', +'IVF for an Inverted File Flat (IVF) vector index.')) +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16293851292527630) +,p_name=>'P2_VEC_MEMORY' +,p_item_sequence=>90 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_prompt=>'Memory in Bytes' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'The memsize parameter specifies the amount of memory Oracle Text uses for indexing before flushing the index to disk.
    ', +'Specifying a large amount memory improves indexing performance because there are fewer I/O operations and improves query performance and maintenance, because there is less fragmentation.
    ', +'Specifying smaller amounts of memory increases disk I/O and index fragmentation, but might be useful when run-time memory is scarce.
    ', +'The default for Oracle Text search index is 500MB.')) +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16293961153527631) +,p_name=>'P2_VEC_PARALLEL' +,p_item_sequence=>100 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_item_default=>'2' +,p_prompt=>'Parallel Degree' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Parallel degree of the vector creation.
    ', +'Specifies the parallel degree for parallel indexing. The actual degree of parallelism might be smaller depending on your resources.
    ', +'The indexing memory size specified in the parameter clause applies to each parallel worker. For example, if indexing memory size is specified in the parameter clause as 500M and parallel degree is specified as 2, then you must ensure that there is at' +||' least 1GB of memory available for indexing.
    ', +'Default: 2')) +,p_inline_help_text=>'Parallel degree of the vector creation' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24407989137101246) +,p_name=>'P2_VEC_MAX' +,p_is_required=>true +,p_item_sequence=>50 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_item_default=>'1440' +,p_prompt=>'Max' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Specify a limit on the maximum size of each chunk. This setting splits the input text at a fixed point where the maximum limit occurs in the larger text. The units of max correspond to the by mode, that is, to split data when it reaches the maximum s' +||'ize limit of a certain number of characters, words, numbers, punctuation marks, or vocabulary tokens.', +'
    ', +'Valid values:', +'
      ', +'
    • by characters: 50 to 4000 characters
    • ', +'
    • by words: 10 to 1000 words
    • ', +'
    • by vocabulary: 10 to 1000 tokens
    • ', +'
    ', +'Default value: 100')) +,p_inline_help_text=>'Chunk size' +,p_attribute_01=>'10' +,p_attribute_02=>'1440' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24411001833101276) +,p_name=>'P2_OUTPUT' +,p_data_type=>'CLOB' +,p_item_sequence=>50 +,p_item_plug_id=>wwv_flow_imp.id(40419818298900977) +,p_pre_element_text=>'' +,p_post_element_text=>'' +,p_display_as=>'NATIVE_DISPLAY_ONLY' +,p_colspan=>10 +,p_field_template=>wwv_flow_imp.id(39723446937575023) +,p_item_template_options=>'#DEFAULT#:t-Form-fieldContainer--normalDisplay' +,p_attribute_01=>'N' +,p_attribute_05=>'HTML' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39855122365995887) +,p_name=>'P2_VEC_BY' +,p_is_required=>true +,p_item_sequence=>40 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_item_default=>'words' +,p_prompt=>'By' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:characters;characters,words;words' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Specify a mode for splitting your data, that is, to split by counting the number of characters or words.
    ', +'Vocabulary tokens is not supported in this application.', +'
    ', +'Valid values:', +'
      ', +'
    • Characters: Splits by counting the number of characters.
    • ', +'
    • Words: Splits by counting the number of words.
      ', +'Words are defined as sequences of alphabetic characters, sequences of digits, individual punctuation marks, or symbols. For segmented languages without whitespace word boundaries (such as Chinese, Japanese, or Thai), each native character is consider' +||'ed a word (that is, unigram).
    • ', +'
    ', +'Default value: words')) +,p_inline_help_text=>'Mode for splitting your data' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +,p_show_quick_picks=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39855389064995889) +,p_name=>'P2_VEC_OVERLAP' +,p_item_sequence=>60 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_item_default=>'128' +,p_prompt=>'Vec Overlap' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Specify the amount (as a positive integer literal or zero) of the preceding text that the chunk should contain, if any. This helps in logically splitting up related text (such as a sentence) by including some amount of the preceding chunk text.
    ', +'The amount of overlap depends on how the maximum size of the chunk is measured (in characters, words, or vocabulary tokens). The overlap begins at the specified split condition (for example, at newline).
    ', +'Valid value: 5% to 20% of max
    ', +'Default value: 0')) +,p_inline_help_text=>'Specifies the amount of overlapping between adjacent chunks of text' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39855414275995890) +,p_name=>'P2_VEC_SPLIT' +,p_item_sequence=>80 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_item_default=>'sentence' +,p_prompt=>'Vec Split' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:none;none,newline;newline,blankline;blankline,space;space,recursively;recursively,sentence;sentence' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Specify where to split the input text when it reaches the maximum size limit.
    ', +'This helps to keep related data together by defining appropriate boundaries for chunks.', +'
    ', +'Valid values:', +'
      ', +'
    • none: Splits at the max limit of characters, words, or vocabulary tokens.
    • ', +'
    • newline, blankline, and space: these are single-split character conditions that split at the last split character before the max value.
      ', +'Use newline to split at the end of a line of text. Use blankline to split at the end of a blank line (sequence of characters, such as two newlines). Use space to split at the end of a blank space.', +'
    • ', +'
    • recursively: This is a multiple-split character condition that breaks the input text using an ordered list of characters (or sequences).
      ', +'recursively is predefined as BLANKLINE, newline, space, none in this order:', +'
      • 1. If the input text is more than the max value, then split by the first split character.
      • ', +'
      • 2. If that fails, then split by the second split character.
      • ', +'
      • 3. And so on.
      • ', +'
      • 4. If no split characters exist, then split by max wherever it appears in the text.
      ', +'
    • ', +'
    • sentence: This is an end-of-sentence split condition that breaks the input text at a sentence boundary.
      ', +'This condition automatically determines sentence boundaries by using knowledge of the input language''s sentence punctuation and contextual rules. This language-specific condition relies mostly on end-of-sentence (EOS) punctuations and common abbrevia' +||'tions.
      ', +'Contextual rules are based on word information, so this condition is only valid when splitting the text by words or vocabulary (not by characters).
      ', +'Note: This condition obeys the by word and max settings, and thus may not determine accurate sentence boundaries in some cases. For example, when a sentence is larger than the max value, it splits the sentence at max. Similarly, it includes multiple ' +||'sentences in the text only when they fit within the max limit.
    • ', +'
    ', +'Custom is not supported in this application.')) +,p_inline_help_text=>'Where to split the input text' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39855587435995891) +,p_name=>'P2_VEC_NORM' +,p_item_sequence=>70 +,p_item_plug_id=>wwv_flow_imp.id(16291814235527610) +,p_item_default=>'options' +,p_prompt=>'Normalize' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:none;none,all;all,options;options' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Automatically pre-processes or post-processes issues (such as multiple consecutive spaces and smart quotes) that may arise when documents are converted into text. Oracle recommends you to use a normalization mode to extract high-quality chunks.', +'
    ', +'Valid values:', +'
      ', +'
    • none: Applies no normalization.
    • ', +'
    • all: Normalizes common multi-byte (unicode) punctuation to standard single-byte.
    • ', +'
    • options: Specify an array of normalization options using the norm_options parameter.
      ', +'The punctuation and whitespace options are grouped together in this application.', +'
        ', +'
      • punctuation converts quotes, dashes, and other punctuation characters supported in the character set of the text to their common ASCII form. For example:
        ', +'U+2013 (En Dash) maps to U+002D (Hyphen-Minus)
        ', +'U+2018 (Left Single Quotation Mark) maps to U+0027 (Apostrophe)
        ', +'U+2019 (Right Single Quotation Mark) maps to U+0027 (Apostrophe)
        ', +'U+201B (Single High-Reversed-9 Quotation Mark) maps to U+0027 (Apostrophe)
      • ', +'
      • whitespace minimizes whitespace by eliminating unnecessary characters.
        ', +'For example, retain blanklines, but remove any extra newlines and interspersed spaces or tabs: " \n \n " => "\n\n"
      • ', +'
      ', +'
    • ', +'
    ', +'')) +,p_inline_help_text=>'Automatically pre-processes or post-processes issues (such as multiple consecutive spaces and smart quotes) that may arise when documents are converted into text.' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39857278909995908) +,p_name=>'P2_IDX_STATUS' +,p_item_sequence=>40 +,p_item_plug_id=>wwv_flow_imp.id(39857210468995907) +,p_item_default=>'???' +,p_prompt=>'Index Status' +,p_display_as=>'NATIVE_DISPLAY_ONLY' +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'VALUE' +,p_attribute_04=>'Y' +,p_attribute_05=>'PLAIN' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39857794447995913) +,p_name=>'P2_IDX_ERRS' +,p_data_type=>'CLOB' +,p_item_sequence=>60 +,p_item_plug_id=>wwv_flow_imp.id(39857210468995907) +,p_prompt=>'Indexing Status' +,p_pre_element_text=>'' +,p_post_element_text=>'' +,p_display_as=>'NATIVE_DISPLAY_ONLY' +,p_field_template=>wwv_flow_imp.id(39723446937575023) +,p_item_template_options=>'#DEFAULT#:t-Form-fieldContainer--normalDisplay' +,p_attribute_01=>'N' +,p_attribute_05=>'HTML' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(40420671554900985) +,p_name=>'P2_BOILERPLATE_1' +,p_item_sequence=>40 +,p_item_plug_id=>wwv_flow_imp.id(39857628084995912) +,p_placeholder=>'Recreating the hybrid index will take a few moments, depending on the amount of source files to process and the DB sizing (memory and parallelism).
    Check the progress of ingesting with the "Indexing Status" button below.' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>2 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(39857987609995915) +,p_name=>'ShowIndexActs' +,p_event_sequence=>20 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(39857854740995914) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(39858051782995916) +,p_event_id=>wwv_flow_imp.id(39857987609995915) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_IDX_ERRS' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' tc clob;', +'begin', +'', +' select count(x.riab_user) into cnt', +' from hriab_user_settings x', +' where x.riab_user = :user;', +'', +' if (cnt <> 4) then', +' return to_clob(''Cannot find valid Credentials or Preferences for the current user!'');', +' else', +' select count(*) into cnt from ctx_user_index_errors where err_index_name = ''HRIAB_HYBRID_INDEX'';', +' if (cnt = 0) then', +' return to_char(sysdate, ''yyyy/mm/dd hh24:mm:ss'') || '' *** No errors for index HRIAB_HYBRID_INDEX found.'';', +' else', +' SELECT TO_CLOB(LISTAGG(', +' ERR_TIMESTAMP || '', '' ||', +' ERR_TEXTKEY || '', '' ||', +' ERR_TEXT || ''
    ''', +' ) WITHIN GROUP (ORDER BY err_timestamp)) AS clob_result into tc', +' from ctx_user_index_errors where err_index_name = ''HRIAB_HYBRID_INDEX'';', +' return tc;', +' end if;', +' end if;', +'end;', +'')) +,p_attribute_08=>'N' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(40419197170900970) +,p_name=>'CreateIndex' +,p_event_sequence=>40 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(39853692744995872) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(40419234577900971) +,p_event_id=>wwv_flow_imp.id(40419197170900970) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_IDX_ERRS' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +'begin', +'', +' -- get the latest query params', +' select count(x.riab_user) into cnt', +' from hriab_user_settings x', +' where x.riab_user = :user;', +'', +' if (cnt <> 4) then', +' return to_clob(''Cannot find valid Credentials or Preferences for the current user!'');', +' else', +' hriab_create_prefs( :user );', +' hriab_create_index_ws( :user );', +' return to_clob(''RECREATING Hybrid Index in background...'');', +' end if;', +'end;')) +,p_attribute_08=>'Y' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(40419397316900972) +,p_name=>'GetIdxStatus' +,p_event_sequence=>50 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(39857353769995909) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(40419478129900973) +,p_event_id=>wwv_flow_imp.id(40419397316900972) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_IDX_STATUS' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' tt varchar2(500);', +' cnt number;', +'begin', +'', +' select count(*) into cnt from user_indexes where index_name = ''HRIAB_HYBRID_INDEX'';', +' if (cnt = 0) then', +' return to_char(sysdate, ''yyyy/mm/dd hh24:mm:ss'') || '' *** Index HRIAB_HYBRID_INDEX does not exist.'';', +' else', +' select to_char(sysdate, ''yyyy/mm/dd hh24:mm:ss'') || '' *** '' || status || '' *** '' || index_subtype into tt from user_indexes where index_name = ''HRIAB_HYBRID_INDEX'';', +' return tt;', +' end if;', +'end;')) +,p_attribute_08=>'N' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(40419550675900974) +,p_name=>'SavePrefs' +,p_event_sequence=>60 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(39856014310995896) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16294076802527632) +,p_event_id=>wwv_flow_imp.id(40419550675900974) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'begin', +' -- validations', +'', +'', +' if (:P2_VEC_BY = ''vocabulary'') then', +' raise_application_error(-20900, ''Chunk by vocabulary not supported in this application.'');', +' end if;', +'', +' if (:P2_VEC_BY = ''words'') then', +' if (:P2_CHUNK_MAX < 10) or (:P2_CHUNK_MAX > 1000) then', +' raise_application_error(-20900, ''Chunk by words allows max between 10 and 1000.'');', +' end if;', +' else', +' if (:P2_VEC_MAX < 50) or (:P2_vec_MAX > 4000) then', +' raise_application_error(-20900, ''Chunk by characters allows max between 50 and 4000.'');', +' end if;', +' end if;', +'', +' if (:P2_VEC_OVERLAP < (:P2_VEC_MAX/100*5)) or (:P2_VEC_OVERLAP > (:P2_VEC_MAX/100*20)) then', +' raise_application_error(-20900, ''Chunk overlap has to be between 5% and 20% of max.'');', +' end if;', +'', +' if (:P2_VEC_ACCURACY < 1) or (:P2_VEC_ACCURACY > 100) then', +' raise_application_error(-20900, ''Vector accuracy must be between 1 and 100.'');', +' end if;', +'', +'-- if (:P2_VECTOR_DIMM not in (''EUCLIDEAN'',''L2_SQUARED'',''COSINE'',''DOT'',''MANHATTAN'',''HAMMING'') ) then', +'-- raise_application_error(-20900, ''Unsupported distance algorithm for HNSW index.'');', +'-- end if;', +'', +'-- RT', +' if (:P2_RT_TOPK < 1) or (:P2_RT_TOPK > 99) then', +' raise_application_error(-20900, ''TopK must be between 1 and 99.'');', +' end if;', +'', +' if (:P2_RT_PENALTY_T < 1) or (:P2_RT_PENALTY_T > 100) then', +' raise_application_error(-20900, ''Text Score Penalty must be between 1 and 100.'');', +' end if;', +'', +' if (:P2_RT_WEIGHT_T < 1) then', +' raise_application_error(-20900, ''Weight for vector query must be greater than 0.'');', +' end if; ', +' if (:P2_RT_PENALTY_T < 0) then', +' raise_application_error(-20900, ''Penalty for vector query must be equal or greater than 0.'');', +' end if;', +' if (:P2_RT_WEIGHT_V < 1) then', +' raise_application_error(-20900, ''Weight for vector query must be greater than 0.'');', +' end if; ', +' if (:P2_RT_PENALTY_V < 0) then', +' raise_application_error(-20900, ''Penalty for vector query must be equal or greater than 0.'');', +' end if; ', +'end;')) +,p_attribute_02=>'P2_RT_TOPK,P2_VEC_IDXTYPE,P2_VEC_BY,P2_RT_PENALTY_V,P2_VEC_MAX,P2_RT_PENALTY_T,P2_VEC_OVERLAP,P2_IDX_STATUS,P2_VEC_SPLIT,P2_VEC_NORM,P2_VEC_MEMORY,P2_VEC_PARALLEL' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(40419645055900975) +,p_event_id=>wwv_flow_imp.id(40419550675900974) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +'begin', +'', +' select count(riab_user) into cnt from hriab_user_settings', +' where riab_user = :user and pref_type = ''VECTOR'';', +' ', +' if (cnt = 0) then', +' INSERT INTO hriab_user_settings VALUES (', +' :user,', +' ''VECTOR'',', +' json(', +' ''{ "vector_idxtype": "''||:P2_VEC_IDXTYPE||''",', +' "model": "HRIAB_IN_DB_LLM",', +' "distance": "''||:P2_VEC_DISTANCE||''",', +' "accuracy": ''||:P2_VEC_ACCURACY||'',', +' "by": "''||:P2_VEC_BY||''",', +' "max": ''||:P2_VEC_MAX||'',', +' "overlap": ''||:P2_VEC_OVERLAP||'',', +' "normalize":"''||:P2_VEC_NORM||''",', +' "split": "''||:P2_VEC_SPLIT||''",', +' "memory": ''||:P2_VEC_MEMORY||'',', +' "parallel": ''||:P2_VEC_PARALLEL||''', +' }''));', +' else', +' update hriab_user_settings t', +' set t.settings = json(', +' ''{ "vector_idxtype": "''||:P2_VEC_IDXTYPE||''",', +' "model": "HRIAB_IN_DB_LLM",', +' "distance": "''||:P2_VEC_DISTANCE||''",', +' "accuracy": ''||:P2_VEC_ACCURACY||'',', +' "by": "''||:P2_VEC_BY||''",', +' "max": ''||:P2_VEC_MAX||'',', +' "overlap": ''||:P2_VEC_OVERLAP||'',', +' "normalize":"''||:P2_VEC_NORM||''",', +' "split": "''||:P2_VEC_SPLIT||''",', +' "memory": ''||:P2_VEC_MEMORY||'',', +' "parallel": ''||:P2_VEC_PARALLEL||''', +' }'')', +' where riab_user = :user', +' and pref_type = ''VECTOR'';', +' end if;', +'', +' select count(riab_user) into cnt from hriab_user_settings', +' where riab_user = :user and pref_type = ''EXEC'';', +'', +' if (cnt = 0) then', +' INSERT INTO hriab_user_settings VALUES (', +' :user,', +' ''EXEC'',', +' json(', +' ''{ "topk" : ''||:P2_RT_TOPK||'',', +' "penalty_t" : ''||:P2_RT_PENALTY_T||'',', +' "penalty_v" : ''||:P2_RT_PENALTY_V||'',', +' "weight_t" : ''||:P2_RT_WEIGHT_T||'',', +' "weight_v" : ''||:P2_RT_WEIGHT_V||''', +' }''));', +' else', +' update hriab_user_settings t', +' set t.settings = json(', +' ''{ "topk" : ''||:P2_RT_TOPK||'',', +' "penalty_t" : ''||:P2_RT_PENALTY_T||'',', +' "penalty_v" : ''||:P2_RT_PENALTY_V||'',', +' "weight_t" : ''||:P2_RT_WEIGHT_T||'',', +' "weight_v" : ''||:P2_RT_WEIGHT_V||''', +' }'')', +' where riab_user = :user', +' and pref_type = ''EXEC'';', +' end if;', +'end;')) +,p_attribute_02=>'P2_RT_TOPK,P2_RT_PENALTY_T,P2_RT_PENALTY_V,P2_VEC_IDXTYPE,P2_VEC_MEMORY,P2_VEC_PARALLEL,P2_VEC_BY,P2_VEC_MAX,P2_VEC_OVERLAP,P2_VEC_SPLIT,P2_VEC_NORM,P2_VEC_DISTANCE,P2_VEC_ACCURACY,P2_RT_WEIGHT_V,P2_RT_WEIGHT_T' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(40419795325900976) +,p_event_id=>wwv_flow_imp.id(40419550675900974) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_ALERT' +,p_attribute_01=>'Preferences saved.' +,p_attribute_02=>'Prefs Saved' +,p_attribute_03=>'success' +,p_attribute_04=>'fa-thumbs-up' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(40420166403900980) +,p_name=>'ListSources' +,p_event_sequence=>70 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(40420071437900979) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(40420222095900981) +,p_event_id=>wwv_flow_imp.id(40420166403900980) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_OUTPUT' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' tc CLOB;', +' locusr varchar2(50);', +' bt varchar2(512);', +'begin', +'', +' -- get the latest query params', +' select count(riab_user) into cnt', +' from hriab_user_settings', +' where riab_user = :user', +' and pref_type = ''BUCKETCRED'';', +'', +' if (cnt = 0) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +' -- get bucket from preferences ...', +' select t.settings."bucket_url"', +' into bt', +' from hriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''BUCKETCRED'';', +'', +' -- ... minus the quotes at the beginning and end', +' bt := SUBSTR(bt, 2, LENGTH(bt) - 2);', +' -- populate visible field', +' select count(*) into cnt from dbms_cloud.list_objects(''HRIAB_RAG_BUCKET'',bt);', +' if (cnt = 0) then', +' return to_char(sysdate, ''yyyy/mm/dd hh24:mm:ss'') || '' *** No files found on object store ('' || bt || '').'';', +' else', +' select TO_CLOB( ', +' LISTAGG(TO_CHAR(rownum,''099'') || '' : '' || rpad(object_name,75,''.'') || '', '' || TO_CHAR(bytes,''999G999G999G999'') || '' bytes
    '' )', +' ) AS clob_result into tc', +' from dbms_cloud.list_objects(''HRIAB_RAG_BUCKET'',bt);', +' -- add header', +' tc := ''Object store: '' || bt || ''
    Found '' || cnt || '' files.
    '' || tc;', +' return tc;', +' end if;', +'end;', +'')) +,p_attribute_08=>'N' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(40420993859900988) +,p_name=>'ResetPrefs' +,p_event_sequence=>90 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(40420828365900987) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(40421030605900989) +,p_event_id=>wwv_flow_imp.id(40420993859900988) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' locusr varchar2(50);', +'begin', +'', +' -- get default values', +' locusr := ''DEFAULT'';', +'', +' select t.settings."vector_idxtype".string(), ', +' t.settings."distance".string(),', +' t.settings."accuracy".string(),', +' t.settings."by".string(),', +' t.settings."max".number(),', +' t.settings."overlap".number(),', +' t.settings."normalize".string(),', +' t.settings."split".string(),', +' t.settings."memory".number(),', +' t.settings."parallel".number()', +' into :P2_VEC_IDXTYPE,:P2_VEC_DISTANCE, :P2_VEC_ACCURACY, :P2_VEC_BY, :P2_VEC_MAX, :P2_VEC_OVERLAP, :P2_VEC_NORM, :P2_VEC_SPLIT, :P2_VEC_MEMORY, :P2_VEC_PARALLEL', +' from hriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''VECTOR'';', +'', +' select t.settings."topk".number(), ', +' t.settings."penalty_t".number(),', +' t.settings."penalty_v".number(),', +' t.settings."weight_t".number(),', +' t.settings."weight_v".number()', +' into :P2_RT_TOPK, :P2_RT_PENALTY_T, :P2_RT_PENALTY_v, :P2_RT_WEIGHT_T, :P2_RT_WEIGHT_V', +' from hriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''EXEC'';', +'', +'end;')) +,p_attribute_03=>'P2_VEC_IDXTYPE,P2_VEC_BY,P2_VEC_MAX,P2_VEC_OVERLAP,P2_VEC_NORM,P2_VEC_SPLIT,P2_VEC_MEMORY,P2_VEC_PARALLEL,P2_RT_TOPK,P2_RT_PENALTY_T,P2_RT_PENALTY_V,P2_RT_WEIGHT_T,P2_RT_WEIGHT_V,P2_VEC_DISTANCE,P2_VEC_ACCURACY' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(40421177185900990) +,p_event_id=>wwv_flow_imp.id(40420993859900988) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_ALERT' +,p_attribute_01=>'Preferences reset to default values.' +,p_attribute_02=>'Prefs Reset' +,p_attribute_03=>'success' +,p_attribute_04=>'fa-thumbs-up' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(16295708219527648) +,p_name=>'ImplementExpertMode' +,p_event_sequence=>110 +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'ready' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16296132986527653) +,p_event_id=>wwv_flow_imp.id(16295708219527648) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_ENABLE' +,p_affected_elements_type=>'BUTTON' +,p_affected_button_id=>wwv_flow_imp.id(39856014310995896) +,p_server_condition_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2' +,p_server_condition_expr1=>'APP_ITEM_EXPERT_MODE' +,p_server_condition_expr2=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16296501161527656) +,p_event_id=>wwv_flow_imp.id(16295708219527648) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_DISABLE' +,p_affected_elements_type=>'BUTTON' +,p_affected_button_id=>wwv_flow_imp.id(39856014310995896) +,p_server_condition_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2' +,p_server_condition_expr1=>'APP_ITEM_EXPERT_MODE' +,p_server_condition_expr2=>'N' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16296291129527654) +,p_event_id=>wwv_flow_imp.id(16295708219527648) +,p_event_result=>'TRUE' +,p_action_sequence=>40 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_ENABLE' +,p_affected_elements_type=>'BUTTON' +,p_affected_button_id=>wwv_flow_imp.id(40420828365900987) +,p_server_condition_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2' +,p_server_condition_expr1=>'APP_ITEM_EXPERT_MODE' +,p_server_condition_expr2=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16296340305527655) +,p_event_id=>wwv_flow_imp.id(16295708219527648) +,p_event_result=>'TRUE' +,p_action_sequence=>50 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_DISABLE' +,p_affected_elements_type=>'BUTTON' +,p_affected_button_id=>wwv_flow_imp.id(40420828365900987) +,p_server_condition_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2' +,p_server_condition_expr1=>'APP_ITEM_EXPERT_MODE' +,p_server_condition_expr2=>'N' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(8172900499618819) +,p_name=>'ShowFileProcStat' +,p_event_sequence=>120 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(8172846136618818) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(8173064951618820) +,p_event_id=>wwv_flow_imp.id(8172900499618819) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_IDX_ERRS' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' tc CLOB;', +'begin', +'', +' select count(x.riab_user) into cnt', +' from hriab_user_settings x', +' where x.riab_user = :user;', +'', +' if (cnt <> 4) then', +' return to_clob(''Cannot find valid Credentials or Preferences for the current user!'');', +' else', +'', +' -- populate temp table', +' -- all files in the source table', +' insert into hriab_ptt (rid, note)', +' select rowid, regexp_substr(url, ''[^/]+$'', 1, 1) ', +' from hriab_doc_sources order by id;', +' begin', +' -- all files indexed but not in the source table anymore', +' insert into hriab_ptt (rid, note)', +' select distinct doc_rowid, ''** OBSOLETE to be purged **''', +' from DR$HRIAB_HYBRID_INDEX$vr', +' where doc_rowid not in (select rowid from hriab_doc_sources);', +'', +' -- update comment on new files not yet indexed', +' update hriab_ptt t set t.note = ''** NEW to be indexed ** ''||t.note', +' where t.rid not in (select distinct doc_rowid', +' from DR$HRIAB_HYBRID_INDEX$vr);', +'', +' -- update comment on indexed files', +' update hriab_ptt t set t.note = ''^^ INDEXED ^^ ''||t.note', +' where t.rid in (select distinct doc_rowid', +' from DR$HRIAB_HYBRID_INDEX$vr);', +'', +'', +' EXCEPTION ', +' WHEN OTHERS THEN null;', +' end;', +'', +' -- populate visible field', +' select count(*) into cnt from hriab_ptt;', +' if (cnt = 0) then', +' return to_char(sysdate, ''yyyy/mm/dd hh24:mm:ss'') || '' *** No files loaded.'';', +' else', +' SELECT TO_CLOB(LISTAGG(', +' rid || '', '' || note || ''
    ''', +' )) AS clob_result into tc', +' from hriab_ptt ;', +' tc := ''File Processinge Status
    '' || tc;', +' return tc;', +' end if;', +' end if;', +'end;')) +,p_attribute_08=>'N' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(8173528937618825) +,p_name=>'RefreshSources' +,p_event_sequence=>130 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(8173375358618823) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(8173626039618826) +,p_event_id=>wwv_flow_imp.id(8173528937618825) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_OUTPUT' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' tc CLOB;', +'begin', +'', +' select count(x.riab_user) into cnt', +' from hriab_user_settings x', +' where x.riab_user = :user;', +'', +' if (cnt <> 4) then', +' return to_clob(''Cannot find valid Credentials or Preferences for the current user!'');', +' else', +' hriab_update_source( :user );', +' return to_clob(''Source table refreshed with current bucket content. Check indexing status.'');', +' end if;', +' end;')) +,p_attribute_08=>'Y' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(8173706279618827) +,p_name=>'LoadSources' +,p_event_sequence=>140 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(8173252093618822) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(8173881102618828) +,p_event_id=>wwv_flow_imp.id(8173706279618827) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_OUTPUT' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' tc CLOB;', +'begin', +'', +' select count(x.riab_user) into cnt', +' from hriab_user_settings x', +' where x.riab_user = :user;', +'', +' if (cnt <> 4) then', +' return to_clob(''Cannot find valid Credentials or Preferences for the current user!'');', +' else', +' hriab_populate_source( :user );', +' return to_clob(''Index dropped, source table reset and loaded with current bucket content. Please recreate the index.'');', +' end if;', +' end;')) +,p_attribute_08=>'N' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(8174066382618830) +,p_name=>'ShowBGActivities' +,p_event_sequence=>150 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(8173926211618829) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(8174164881618831) +,p_event_id=>wwv_flow_imp.id(8174066382618830) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_IDX_ERRS' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' tc clob;', +'begin', +'', +' select count(x.riab_user) into cnt', +' from hriab_user_settings x', +' where x.riab_user = :user;', +'', +' if (cnt <> 4) then', +' return to_clob(''Cannot find valid Credentials or Preferences for the current user!'');', +' else', +' select TO_CLOB(LISTAGG(', +' rpad(bge_event_type,25,''.'') ||'', ''||', +' rpad(bge_status,9,''.'') ||'', ''||', +' to_char(BGE_START_TIME, ''yyyy/mm/dd hh24:mm:ss'') ||'', ''||', +' -- to_char(BGE_END_TIME, ''yyyy/mm/dd hh24:mm:ss'') ||'', ''||', +' BGE_ERROR_NUMBER ||'', ''||', +' BGE_ERROR_MESSAGE ||''
    ''', +' )) into tc', +' from (select * from CTX_USER_BACKGROUND_EVENTS order by bge_start_time desc fetch first 10 rows only);', +' tc := ''System Time is: '' || to_char(systimestamp, ''yyyy/mm/dd hh24:mm:ss'') || ''
    '' || tc;', +' return tc;', +' end if;', +'end;')) +,p_attribute_08=>'N' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(24412554501101291) +,p_process_sequence=>10 +,p_process_point=>'BEFORE_HEADER' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'LoadUserPreferences' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' locusr varchar2(50);', +'begin', +'', +' -- get the latest query params', +' select count(riab_user) into cnt', +' from hriab_user_settings', +' where riab_user = :user;', +'', +' if (cnt < 4) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +' select t.settings."vector_idxtype".string(),', +' t.settings."distance".string(),', +' t.settings."accuracy".number(), ', +' t.settings."by".string(), ', +' t.settings."max".number(),', +' t.settings."overlap".number(),', +' t.settings."normalize".string(),', +' t.settings."split".string(),', +' t.settings."memory".number(),', +' t.settings."parallel".number()', +' into :P2_VEC_IDXTYPE, :P2_VEC_DISTANCE, :P2_VEC_ACCURACY, :P2_VEC_BY, :P2_VEC_MAX, :P2_VEC_OVERLAP, :P2_VEC_NORM, :P2_VEC_SPLIT, :P2_VEC_MEMORY, :P2_VEC_PARALLEL', +' from hriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''VECTOR'';', +'', +' select t.settings."topk".number(), ', +' t.settings."penalty_t".number(),', +' t.settings."penalty_v".number(),', +' t.settings."weight_t".number(),', +' t.settings."weight_v".number()', +' into :P2_RT_TOPK, :P2_RT_PENALTY_T, :P2_RT_PENALTY_v, :P2_RT_WEIGHT_T, :P2_RT_WEIGHT_V', +' from hriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''EXEC'';', +'', +' :P2_IDX_STATUS := ''***'';', +' :P2_IDX_ERRS := empty_clob();', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_internal_uid=>8141578487080746 +); +end; +/ +prompt --application/pages/page_00003 +begin +wwv_flow_imp_page.create_page( + p_id=>3 +,p_name=>'Credentials Popup' +,p_alias=>'CREDENTIALS' +,p_page_mode=>'MODAL' +,p_step_title=>'Credentials' +,p_reload_on_submit=>'A' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}', +'', +'tt {', +' font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;', +'}')) +,p_page_template_options=>'#DEFAULT#' +,p_dialog_width=>'1000' +,p_protection_level=>'C' +,p_page_component_map=>'11' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(24408747334101253) +,p_button_sequence=>110 +,p_button_name=>'SaveCredentials' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Save and Create Credentials' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-save-as' +,p_grid_new_row=>'Y' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(24408827849101254) +,p_button_sequence=>120 +,p_button_name=>'ResetToDefault' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Reset Credentials to DEFAULT' +,p_warn_on_unsaved_changes=>null +,p_confirm_message=>'Are you sure you want to reset the credentials to their Default values?' +,p_confirm_style=>'warning' +,p_button_css_classes=>'my-warn-button' +,p_icon_css_classes=>'fa-x-axis' +,p_grid_new_row=>'N' +,p_grid_new_column=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24408399028101250) +,p_name=>'P3_BUCKET_URL' +,p_is_required=>true +,p_item_sequence=>30 +,p_prompt=>'Bucket URL' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>512 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'This is the URL of the source buckt where the files will be ingested.' +,p_inline_help_text=>'Please note that the Bucket URL must not have a trailing "/"' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24408574393101251) +,p_name=>'P3_BUCKET_CERT' +,p_is_required=>true +,p_item_sequence=>40 +,p_prompt=>'Bucket Certificate' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>16 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Enter as single line without breaks in the format -----BEGIN PRIVATE KEY-----.......-----END PRIVATE KEY-----' +,p_attribute_01=>'Y' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24408577852101252) +,p_name=>'P3_LLM_CERT' +,p_is_required=>true +,p_item_sequence=>90 +,p_prompt=>'LLM Certificate' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>16 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Enter as single line without breaks in the format -----BEGIN PRIVATE KEY-----.......-----END PRIVATE KEY-----' +,p_attribute_01=>'Y' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24409281676101259) +,p_name=>'P3_BUCKET_USER_OCID' +,p_is_required=>true +,p_item_sequence=>10 +,p_prompt=>'Bucket User OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The User OCID can be found in the OCI console by clicking on the righmost "user icon" and selecting your Email.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24409388413101260) +,p_name=>'P3_BUCKET_TENANCY_OCID' +,p_is_required=>true +,p_item_sequence=>20 +,p_prompt=>'Bucket Tenancy OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The User OCID can be found in the OCI console by clicking on the righmost "user icon" and selecting your Tenancy.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24409532585101261) +,p_name=>'P3_BUCKET_FINGERPRINT' +,p_is_required=>true +,p_item_sequence=>50 +,p_prompt=>'Bucket Fingerprint' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24409637896101262) +,p_name=>'P3_LLM_USER_OCID' +,p_is_required=>true +,p_item_sequence=>60 +,p_prompt=>'LLM User OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The User OCID can be found in the OCI console by clicking on the righmost "user icon" and selecting your Email.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24409746820101263) +,p_name=>'P3_LLM_TENANCY_OCID' +,p_is_required=>true +,p_item_sequence=>70 +,p_prompt=>'LLM Tenancy OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The User OCID can be found in the OCI console by clicking on the righmost "user icon" and selecting your Tenancy.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24409796408101264) +,p_name=>'P3_LLM_COMP_OCID' +,p_is_required=>true +,p_item_sequence=>80 +,p_prompt=>'LLM Compartment OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The compartment OCID can be found selecting the Identity menu entry, Compartments, and selecting your compartment.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(24409946009101265) +,p_name=>'P3_LLM_FINGERPRINT' +,p_is_required=>true +,p_item_sequence=>100 +,p_prompt=>'LLM Fingerprint' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(24410183772101268) +,p_name=>'LoadDefCertInfo' +,p_event_sequence=>20 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(24408827849101254) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(24410299270101269) +,p_event_id=>wwv_flow_imp.id(24410183772101268) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' locusr varchar2(50);', +'begin', +' -- get default values', +' locusr := ''DEFAULT'';', +'', +' -- get vector creation prefs', +' select SUBSTR(xuocid, 2, LENGTH(xuocid) - 2),', +' SUBSTR(xtocid, 2, LENGTH(xtocid) - 2),', +' SUBSTR(xbt, 2, LENGTH(xbt) - 2),', +' SUBSTR(xpkey, 2, LENGTH(xpkey) - 2),', +' SUBSTR(xfprint, 2, LENGTH(xfprint) - 2)', +' into :P3_BUCKET_USER_OCID,:P3_BUCKET_TENANCY_OCID,:P3_BUCKET_URL,:P3_BUCKET_CERT,:P3_BUCKET_FINGERPRINT', +' from json_table(', +' (select settings from hriab_user_settings', +' where riab_user = locusr', +' and pref_type = ''BUCKETCRED''', +' ), ''$[*]'' COLUMNS (', +' xuocid varchar2(256) format json PATH ''$.user_ocid'',', +' xtocid varchar2(256) format json PATH ''$.tenancy_ocid'',', +' xbt varchar2(512) format json PATH ''$.bucket_url'',', +' xpkey varchar2(2000) format json PATH ''$.private_key'',', +' xfprint varchar2(256) format json PATH ''$.fingerprint''));', +'', +' select SUBSTR(xuocid, 2, LENGTH(xuocid) - 2),', +' SUBSTR(xtocid, 2, LENGTH(xtocid) - 2),', +' SUBSTR(xcocid, 2, LENGTH(xcocid) - 2),', +' SUBSTR(xpkey, 2, LENGTH(xpkey) - 2),', +' SUBSTR(xfprint, 2, LENGTH(xfprint) - 2)', +' into :P3_LLM_USER_OCID,:P3_LLM_TENANCY_OCID,:P3_LLM_COMP_OCID,:P3_LLM_CERT,:P3_LLM_FINGERPRINT', +' from json_table(', +' (select settings from hriab_user_settings', +' where riab_user = locusr', +' and pref_type = ''RAGCRED''', +' ), ''$[*]'' COLUMNS (', +' xuocid varchar2(256) format json PATH ''$.user_ocid'',', +' xtocid varchar2(256) format json PATH ''$.tenancy_ocid'',', +' xcocid varchar2(256) format json PATH ''$.compartment_ocid'',', +' xpkey varchar2(2000) format json PATH ''$.private_key'',', +' xfprint varchar2(256) format json PATH ''$.fingerprint''));', +'', +'end;')) +,p_attribute_03=>'P3_BUCKET_USER_OCID,P3_BUCKET_TENANCY_OCID,P3_BUCKET_URL,P3_BUCKET_CERT,P3_BUCKET_FINGERPRINT,P3_LLM_USER_OCID,P3_LLM_TENANCY_OCID,P3_LLM_COMP_OCID,P3_LLM_CERT,P3_LLM_FINGERPRINT' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(24410419510101270) +,p_name=>'SaveCertInfo' +,p_event_sequence=>30 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(24408747334101253) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(24410550289101271) +,p_event_id=>wwv_flow_imp.id(24410419510101270) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +'begin', +'', +' select count(riab_user) into cnt from hriab_user_settings', +' where riab_user = :user and pref_type = ''BUCKETCRED'';', +' ', +' if (cnt = 0) then', +' INSERT INTO hriab_user_settings VALUES (', +' :user,', +' ''BUCKETCRED'',', +' json(', +' ''{ "user_ocid" : "''||:P3_BUCKET_USER_OCID||''",', +' "tenancy_ocid" : "''||:P3_BUCKET_TENANCY_OCID||''",', +' "bucket_url" : "''||rtrim(:P3_BUCKET_URL,''/'')||''",', +' "private_key" : "''||:P3_BUCKET_CERT||''",', +' "fingerprint" : "''||:P3_BUCKET_FINGERPRINT||''"', +' }''));', +' -- note that not removing any / at the end of the bucker URL will break', +' -- file ingestion', +' ', +' INSERT INTO hriab_user_settings VALUES (', +' :user,', +' ''RAGCRED'',', +' json(', +' ''{ "user_ocid" : "''||:P3_LLM_USER_OCID||''",', +' "tenancy_ocid" : "''||:P3_LLM_TENANCY_OCID||''",', +' "compartment_ocid" : "''||:P3_LLM_COMP_OCID||''",', +' "private_key" : "''||:P3_LLM_CERT||''",', +' "fingerprint" : "''||:P3_LLM_FINGERPRINT||''"', +' }''));', +' ', +' else', +' update hriab_user_settings t', +' set t.settings = json(', +' ''{ "user_ocid" : "''||:P3_BUCKET_USER_OCID||''",', +' "tenancy_ocid" : "''||:P3_BUCKET_TENANCY_OCID||''",', +' "bucket_url" : "''||rtrim(:P3_BUCKET_URL,''/'')||''",', +' "private_key" : "''||:P3_BUCKET_CERT||''",', +' "fingerprint" : "''||:P3_BUCKET_FINGERPRINT||''"', +' }'')', +' where riab_user = :user', +' and pref_type = ''BUCKETCRED'';', +'', +' update hriab_user_settings t', +' set t.settings = json(', +' ''{ "user_ocid" : "''||:P3_LLM_USER_OCID||''",', +' "tenancy_ocid" : "''||:P3_LLM_TENANCY_OCID||''",', +' "compartment_ocid" : "''||:P3_LLM_COMP_OCID||''",', +' "private_key" : "''||:P3_LLM_CERT||''",', +' "fingerprint" : "''||:P3_LLM_FINGERPRINT||''"', +' }'')', +' where riab_user = :user', +' and pref_type = ''RAGCRED'';', +'', +' end if;', +'', +' -- create the credentials with the values stored', +' hriab_create_bucket_cred( :user );', +' hriab_create_llm_cred( :user );', +'end;')) +,p_attribute_02=>'P3_BUCKET_USER_OCID,P3_BUCKET_TENANCY_OCID,P3_BUCKET_URL,P3_BUCKET_CERT,P3_BUCKET_FINGERPRINT,P3_LLM_USER_OCID,P3_LLM_TENANCY_OCID,P3_LLM_COMP_OCID,P3_LLM_CERT,P3_LLM_FINGERPRINT' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(24410634071101272) +,p_event_id=>wwv_flow_imp.id(24410419510101270) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_CONFIRM' +,p_attribute_01=>'Credentials saved and created.' +,p_attribute_03=>'success' +,p_attribute_04=>'fa-thumbs-up' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(24410972650101275) +,p_event_id=>wwv_flow_imp.id(24410419510101270) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_DIALOG_CLOSE' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(24412194352101288) +,p_process_sequence=>10 +,p_process_point=>'BEFORE_HEADER' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'PopulateCredValues' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' locusr varchar2(50);', +'begin', +'', +' -- get the latest query params', +' select count(riab_user) into cnt', +' from hriab_user_settings', +' where riab_user = :user', +' and pref_type = ''BUCKETCRED'';', +'', +' if (cnt = 0) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +'-- get vector creation prefs', +' select SUBSTR(xuocid, 2, LENGTH(xuocid) - 2),', +' SUBSTR(xtocid, 2, LENGTH(xtocid) - 2),', +' SUBSTR(xbt, 2, LENGTH(xbt) - 2),', +' SUBSTR(xpkey, 2, LENGTH(xpkey) - 2),', +' SUBSTR(xfprint, 2, LENGTH(xfprint) - 2)', +' into :P3_BUCKET_USER_OCID,:P3_BUCKET_TENANCY_OCID,:P3_BUCKET_URL,:P3_BUCKET_CERT,:P3_BUCKET_FINGERPRINT', +' from json_table(', +' (select settings from hriab_user_settings', +' where riab_user = locusr', +' and pref_type = ''BUCKETCRED''', +' ), ''$[*]'' COLUMNS (', +' xuocid varchar2(256) format json PATH ''$.user_ocid'',', +' xtocid varchar2(256) format json PATH ''$.tenancy_ocid'',', +' xbt varchar2(512) format json PATH ''$.bucket_url'',', +' xpkey varchar2(2000) format json PATH ''$.private_key'',', +' xfprint varchar2(256) format json PATH ''$.fingerprint''));', +'', +' select SUBSTR(xuocid, 2, LENGTH(xuocid) - 2),', +' SUBSTR(xtocid, 2, LENGTH(xtocid) - 2),', +' SUBSTR(xcocid, 2, LENGTH(xcocid) - 2),', +' SUBSTR(xpkey, 2, LENGTH(xpkey) - 2),', +' SUBSTR(xfprint, 2, LENGTH(xfprint) - 2)', +' into :P3_LLM_USER_OCID,:P3_LLM_TENANCY_OCID,:P3_LLM_COMP_OCID,:P3_LLM_CERT,:P3_LLM_FINGERPRINT', +' from json_table(', +' (select settings from hriab_user_settings', +' where riab_user = locusr', +' and pref_type = ''RAGCRED''', +' ), ''$[*]'' COLUMNS (', +' xuocid varchar2(256) format json PATH ''$.user_ocid'',', +' xtocid varchar2(256) format json PATH ''$.tenancy_ocid'',', +' xcocid varchar2(256) format json PATH ''$.compartment_ocid'',', +' xpkey varchar2(2000) format json PATH ''$.private_key'',', +' xfprint varchar2(256) format json PATH ''$.fingerprint''));', +'', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_internal_uid=>8141218338080743 +); +end; +/ +prompt --application/pages/page_00004 +begin +wwv_flow_imp_page.create_page( + p_id=>4 +,p_name=>'Documentation' +,p_alias=>'DOCUMENTATION-POPUP' +,p_page_mode=>'MODAL' +,p_step_title=>'Documentation Popup' +,p_reload_on_submit=>'A' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}', +'', +'tt {', +' font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;', +'}', +'', +'.t-Region {', +' background-color: hsl(357, 100%, 50%) !important; /* Change to desired color */', +'}', +'.t-Region-body {', +' background-color: black !important; /* Change to desired color */', +'}')) +,p_step_template=>wwv_flow_imp.id(39549990999574358) +,p_page_template_options=>'#DEFAULT#:js-dialog-class-t-Drawer--pullOutEnd:js-dialog-class-t-Drawer--md' +,p_dialog_width=>'1000' +,p_protection_level=>'C' +,p_page_component_map=>'11' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(26182008108269449) +,p_plug_name=>'Documentation' +,p_title=>'Hybrid Rag In A Box' +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(39652424311574754) +,p_plug_display_sequence=>10 +,p_location=>null +,p_plug_source=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    How to use the "Hybrid Rag-In-A-Box" application

    ', +'', +'

    Terraform version special notes

    ', +'If this instance of the "Hybrid RIAB" has been installed using the terraform system, the credentials and the prefs have been created on your behalf: for you to start asking your', +'questions you just need to create the index with the ppropriate button on the "Settings" page.
    ', +'Refer to the Settings section to learn how to tweak your index to better fit your usage.
    ', +'Also, since populating the index is an asynchronous operation and it will take some time to complete, you may want', +'to refer to the Index Info section to learn how to monitor the ingestion.', +'', +'

    Using the setting section

    ', +'If this instance has not been created through a terraform installation or you just simply want to modify', +'your source or credential info, you will need to switch to the Settings page.
    ', +'In the Settings page you will find multiple sections:', +'
      ', +'
    1. Credentials
    2. ', +' This section is where you enter the credential for accessing the object store with the source files and the LLM engine used by', +' Select AI to formulate the answer.
      If your system was not created using Terraform, you will need to start from here, fill the', +' credentials info, and save them. The save action will create the necessary profiles. Once this conclues without error you will need', +' to (re)create the index. Verify first the Chunking Settings in the next section.', +'', +'
    3. Vector Settings
    4. ', +' This fields give you control on the various parameters used to create the hybrid vector index. Please refer to the help field of', +' each parameter for exact information.
      Changing any of these values will require you to first save them in your preferences and then', +' recreate the index using the Index Actions section.', +'', +'
    5. Runtime Settings
    6. ', +' This fields give you control the parameters used by the query call. Please refer to the help field of', +' each parameter for exact information.
      Changing any of these values will require you to first save them in your preferences for them to be used in the next query.', +'', +'
    7. Index Actions
    8. ', +' Use this section to (re)create the index (operation that will rescan all the source files). Monitor the status and the ingestion process using the next section.
      ', +'', +'
    9. Index Info
    10. ', +' Use this section to show the status of the Hybrid Index and the ingestione status of all source files.
      ', +' VECTORIZED/UNPROCESSED: embeddings for all chunks are stored in the source table or the file(s) need to be processed.
      ', +' CURRENT/OBSOLETE: a file is present in the source bucket or is only present in the database and needs cleaning.
      ', +'', +'
    11. File Actions
    12. ', +' Use this section to list all files present in the input object store specified in the Credentials section and to recreate the input source table for the index.', +'
    ', +'', +'

    Using the RAG Context section

    ', +'If you desire to glimpse at the inner working of the Hybrid Index results, please unclip the RAG Context pane; the output will showcase the chunks selected and the prompt to the LLM.')) +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(26191702455420236) +,p_button_sequence=>20 +,p_button_name=>'ClosePage' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Close' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-x-axis' +,p_grid_new_row=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(26200830880420325) +,p_name=>'ClosePage' +,p_event_sequence=>30 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(26191702455420236) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(26201347690420327) +,p_event_id=>wwv_flow_imp.id(26200830880420325) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_DIALOG_CLOSE' +); +end; +/ +prompt --application/pages/page_00005 +begin +wwv_flow_imp_page.create_page( + p_id=>5 +,p_name=>'Code' +,p_alias=>'CODE' +,p_page_mode=>'MODAL' +,p_step_title=>'Code' +,p_reload_on_submit=>'A' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}', +'', +'#P5_CODE {', +' font-family: monospace;', +'}', +'', +'tt {', +' font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;', +'}', +'', +'.t-Region {', +' background-color: hsl(0, 0%, 100%) !important; /* Change to desired color */', +'}', +'.t-Region-body {', +' background-color: black !important; /* Change to desired color */', +'}')) +,p_step_template=>wwv_flow_imp.id(39570584029574468) +,p_page_template_options=>'#DEFAULT#' +,p_dialog_width=>'1000' +,p_dialog_css_classes=>'tt' +,p_protection_level=>'C' +,p_page_component_map=>'17' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(34306068481143374) +,p_plug_name=>'Code from current settings' +,p_title=>'Vector Rag In A Box' +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(39652424311574754) +,p_plug_display_sequence=>10 +,p_location=>null +,p_ai_enabled=>false +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(16489228012401368) +,p_button_sequence=>20 +,p_button_name=>'ClosePage' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(39726147624575043) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Close' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-x-axis' +,p_grid_new_row=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16294482036527636) +,p_name=>'P5_CODE' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(34306068481143374) +,p_prompt=>'Code from current settings' +,p_pre_element_text=>'' +,p_post_element_text=>'' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>50 +,p_field_template=>wwv_flow_imp.id(39723522230575023) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'Y' +,p_attribute_03=>'N' +,p_attribute_04=>'NONE' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(16490178310401414) +,p_name=>'ClosePage' +,p_event_sequence=>30 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(16489228012401368) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16490569195401418) +,p_event_id=>wwv_flow_imp.id(16490178310401414) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_DIALOG_CLOSE' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(16294804950527639) +,p_process_sequence=>10 +,p_process_point=>'AFTER_HEADER' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'LoadCode' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' locusr varchar2(50);', +'begin', +'', +' select count(riab_user) into cnt', +' from hriab_user_settings', +' where riab_user = :user;', +'', +' if (cnt < 4) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +' :P5_CODE := hriab_create_index_code( locusr );', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_internal_uid=>7929891350000233 +); +end; +/ +prompt --application/pages/page_09999 +begin +wwv_flow_imp_page.create_page( + p_id=>9999 +,p_name=>'Login Page' +,p_alias=>'LOGIN' +,p_step_title=>'hRAG-IN-A-BOX - Log In' +,p_warn_on_unsaved_changes=>'N' +,p_first_item=>'AUTO_FIRST_ITEM' +,p_autocomplete_on_off=>'OFF' +,p_step_template=>wwv_flow_imp.id(39560528849574439) +,p_page_template_options=>'#DEFAULT#' +,p_page_is_public_y_n=>'Y' +,p_protection_level=>'C' +,p_page_component_map=>'12' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(39843300836575890) +,p_plug_name=>'hRAG-IN-A-BOX' +,p_region_template_options=>'#DEFAULT#' +,p_plug_template=>wwv_flow_imp.id(39647218926574739) +,p_plug_display_sequence=>10 +,p_location=>null +,p_region_image=>'#APP_FILES#icons/app-icon-512.png' +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML', + 'show_line_breaks', 'Y')).to_clob +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(39844972396575929) +,p_button_sequence=>40 +,p_button_plug_id=>wwv_flow_imp.id(39843300836575890) +,p_button_name=>'LOGIN' +,p_button_action=>'SUBMIT' +,p_button_template_options=>'#DEFAULT#' +,p_button_template_id=>wwv_flow_imp.id(39726103540575043) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Sign In' +,p_button_position=>'NEXT' +,p_button_alignment=>'LEFT' +,p_grid_new_row=>'Y' +,p_grid_new_column=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39843769255575912) +,p_name=>'P9999_USERNAME' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(39843300836575890) +,p_prompt=>'Username' +,p_placeholder=>'Username' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>40 +,p_cMaxlength=>100 +,p_tag_attributes=>'autocomplete="username"' +,p_label_alignment=>'RIGHT' +,p_field_template=>wwv_flow_imp.id(39723302976575016) +,p_item_icon_css_classes=>'fa-user' +,p_item_template_options=>'#DEFAULT#' +,p_is_persistent=>'N' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'NONE' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39844133300575920) +,p_name=>'P9999_PASSWORD' +,p_item_sequence=>20 +,p_item_plug_id=>wwv_flow_imp.id(39843300836575890) +,p_prompt=>'Password' +,p_placeholder=>'Password' +,p_display_as=>'NATIVE_PASSWORD' +,p_cSize=>40 +,p_cMaxlength=>100 +,p_tag_attributes=>'autocomplete="current-password"' +,p_label_alignment=>'RIGHT' +,p_field_template=>wwv_flow_imp.id(39723302976575016) +,p_item_icon_css_classes=>'fa-key' +,p_item_template_options=>'#DEFAULT#' +,p_is_persistent=>'N' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(39844524740575924) +,p_name=>'P9999_REMEMBER' +,p_item_sequence=>30 +,p_item_plug_id=>wwv_flow_imp.id(39843300836575890) +,p_prompt=>'Remember username' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_label_alignment=>'RIGHT' +,p_display_when=>'apex_authentication.persistent_cookies_enabled' +,p_display_when2=>'PLSQL' +,p_display_when_type=>'EXPRESSION' +,p_field_template=>wwv_flow_imp.id(39723302976575016) +,p_item_template_options=>'#DEFAULT#' +,p_escape_on_http_output=>'N' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(39847068407575955) +,p_process_sequence=>10 +,p_process_point=>'AFTER_SUBMIT' +,p_process_type=>'NATIVE_INVOKE_API' +,p_process_name=>'Set Username Cookie' +,p_attribute_01=>'PLSQL_PACKAGE' +,p_attribute_03=>'APEX_AUTHENTICATION' +,p_attribute_04=>'SEND_LOGIN_USERNAME_COOKIE' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_internal_uid=>8169356038146689 +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(39847539547575956) +,p_page_process_id=>wwv_flow_imp.id(39847068407575955) +,p_page_id=>9999 +,p_name=>'p_username' +,p_direction=>'IN' +,p_data_type=>'VARCHAR2' +,p_has_default=>false +,p_display_sequence=>1 +,p_value_type=>'EXPRESSION' +,p_value_language=>'PLSQL' +,p_value=>'lower( :P9999_USERNAME )' +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(39848057286575958) +,p_page_process_id=>wwv_flow_imp.id(39847068407575955) +,p_page_id=>9999 +,p_name=>'p_consent' +,p_direction=>'IN' +,p_data_type=>'BOOLEAN' +,p_has_default=>false +,p_display_sequence=>2 +,p_value_type=>'ITEM' +,p_value=>'P9999_REMEMBER' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(39845230522575934) +,p_process_sequence=>20 +,p_process_point=>'AFTER_SUBMIT' +,p_process_type=>'NATIVE_INVOKE_API' +,p_process_name=>'Login' +,p_attribute_01=>'PLSQL_PACKAGE' +,p_attribute_03=>'APEX_AUTHENTICATION' +,p_attribute_04=>'LOGIN' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_internal_uid=>8167518153146668 +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(39845687773575946) +,p_page_process_id=>wwv_flow_imp.id(39845230522575934) +,p_page_id=>9999 +,p_name=>'p_username' +,p_direction=>'IN' +,p_data_type=>'VARCHAR2' +,p_has_default=>false +,p_display_sequence=>1 +,p_value_type=>'ITEM' +,p_value=>'P9999_USERNAME' +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(39846207478575952) +,p_page_process_id=>wwv_flow_imp.id(39845230522575934) +,p_page_id=>9999 +,p_name=>'p_password' +,p_direction=>'IN' +,p_data_type=>'VARCHAR2' +,p_has_default=>false +,p_display_sequence=>2 +,p_value_type=>'ITEM' +,p_value=>'P9999_PASSWORD' +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(39846655937575953) +,p_page_process_id=>wwv_flow_imp.id(39845230522575934) +,p_page_id=>9999 +,p_name=>'p_set_persistent_auth' +,p_direction=>'IN' +,p_data_type=>'BOOLEAN' +,p_has_default=>true +,p_display_sequence=>3 +,p_value_type=>'API_DEFAULT' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(39848961321575960) +,p_process_sequence=>30 +,p_process_point=>'AFTER_SUBMIT' +,p_process_type=>'NATIVE_SESSION_STATE' +,p_process_name=>'Clear Page(s) Cache' +,p_attribute_01=>'CLEAR_CACHE_CURRENT_PAGE' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_internal_uid=>8171248952146694 +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(39848573508575959) +,p_process_sequence=>10 +,p_process_point=>'BEFORE_HEADER' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'Get Username Cookie' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +':P9999_USERNAME := apex_authentication.get_login_username_cookie;', +':P9999_REMEMBER := case when :P9999_USERNAME is not null then ''Y'' end;')) +,p_process_clob_language=>'PLSQL' +,p_internal_uid=>8170861139146693 +); +end; +/ +prompt --application/deployment/definition +begin +null; +end; +/ +prompt --application/deployment/checks +begin +null; +end; +/ +prompt --application/deployment/buildoptions +begin +null; +end; +/ +prompt --application/end_environment +begin +wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false) +); +commit; +end; +/ +set verify on feedback on define on +prompt ...done diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Hybrid/variables.tf b/cloud-foundation/solutions/RAG-in-a-Box-Hybrid/variables.tf new file mode 100644 index 0000000..9246ed2 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Hybrid/variables.tf @@ -0,0 +1,200 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + + +terraform { + required_version = ">= 0.15.0" +} + +variable "tenancy_ocid" { + type = string + default = "" +} + +variable "region" { + type = string + default = "" +} + +variable "compartment_id" { + type = string + default = "" +} + +variable "user_ocid" { + type = string + default = "" +} + +variable "fingerprint" { + type = string + default = "" +} + +variable "private_key_path" { + type = string + default = "" +} + +# Don't change the locals +# Override `bucket_url` with dynamic values +locals { + bucket_url = "https://objectstorage.${var.region}.oraclecloud.com/n/${data.oci_objectstorage_namespace.this.namespace}/b/${var.bucket_name}/o" + # Use the bucket_url based on the condition if it's empty or not + final_bucket_url = length(var.bucket_url) > 0 ? var.bucket_url : local.bucket_url +} + + + +##### +# ADW Database Variables: + +variable "db_name" { + type = string + default = "RAGinaBOXHybrid" +} + +variable "db_password" { + type = string + default = "" +} + +variable "db_compute_model" { + type = string + default = "ECPU" +} + +variable "db_compute_count" { + type = number + default = 2 +} + +variable "db_size_in_tbs" { + type = number + default = 1 +} + +variable "db_workload" { + type = string + default = "DW" +} + +variable "db_version" { + type = string + default = "23ai" +} + +variable "db_enable_auto_scaling" { + type = bool + default = false +} + +variable "db_is_free_tier" { + type = bool + default = false +} + +variable "db_license_model" { + type = string + default = "BRING_YOUR_OWN_LICENSE" +} + +variable "db_data_safe_status" { + type = string + default = "NOT_REGISTERED" + # default = "REGISTERED" +} + +variable "db_operations_insights_status" { + type = string + default = "NOT_ENABLED" + # default = "ENABLED" +} + +variable "db_database_management_status" { + type = string + default = "NOT_ENABLED" + # default = "ENABLED" +} + + +###### +# Object Storage Variables: + +variable "bucket_name" { + type = string + default = "Rag_BucketHybrid" +} + +variable "bucket_access_type" { + type = string + default = "ObjectRead" +} + +variable "bucket_storage_tier" { + type = string + default = "Standard" +} + +variable "bucket_events_enabled" { + type = bool + default = false +} + + +###### +# RAG IN A BOX SETTINGS: + +# The username inside the database where you will install the apex application +variable "riab_user" { + type = string + default = "HRIABDB" +} + +# The password for the user inside the database - The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" +variable "riab_password" { + type = string + default = "" +} + +# The name of the apex workspace +variable "apex_workspace" { + type = string + default = "HRIAB" +} + +# The user in apex application +variable "apex_user" { + type = string + default = "HRIAB" +} + +# The password for the apex user application - The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" +variable "apex_password" { + type = string + default = "" +} + + +# This is the URL of the source buckt where the files will be ingested. +# Example: https://objectstorage.us-chicago-1.oraclecloud.com/n/Object_storage_namespace/b/bucket_name/o/". +# It is optional , if you don't have a bucket already, terraform will create a bucket for you and upload a sampledata file +# as you log in the apex you can already put questions about data in industry. +variable "bucket_url" { + type = string + # sample: + # default = "https://objectstorage.us-chicago-1.oraclecloud.com/n/idukzrqavn8q/b/genai-data-in-industry-v2/o/" + default = "" +} + +# -- If never done before, create API Key, download both PRIVATE and PUBLIC key files +# -- Convert PRIVATE KEY into the needed format for the credentials +# -- DO NOT USE rtf, just plain text files +# -- Enter as single line without breaks in the format -----BEGIN PRIVATE KEY-----.......-----END PRIVATE KEY----- +# -- Use this command to get the key correctly : tr -d '\r\n' +# Contributing to Oracle Cloud Foundation Terraform Framework + +## Contributing to Oracle Cloud Foundation Terraform Framework + +Oracle welcomes contributions to this repository from anyone. + +If you want to submit a pull request to fix a bug or enhance an existing +feature, please first open an issue and link to that issue when you +submit your pull request. + +If you have any questions about a possible submission, feel free to open +an issue too. + +## Pull request process + +1. Fork this repository +1. Create a branch in your fork to implement the changes. We recommend using +the issue number as part of your branch name, e.g. `1234-fixes` +1. Ensure that there is at least one test that would fail without the fix and +passes post fix +1. Submit the pull request. *Do not leave the pull request blank*. Explain exactly +what your changes are meant to do and provide simple steps on how to validate +your changes, ideally referencing the test. Ensure that you reference the issue +you created as well. We will assign the pull request to 1-2 people for review +before it is submitted internally and the PR is closed. \ No newline at end of file diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/LICENSE b/cloud-foundation/solutions/RAG-in-a-Box-Vector/LICENSE new file mode 100644 index 0000000..5a761e8 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/LICENSE @@ -0,0 +1,27 @@ +Copyright © 2025 Oracle and/or its affiliates. All rights reserved. + +The Universal Permissive License (UPL), Version 1.0 + +Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this +software, associated documentation and/or data (collectively the "Software"), free of charge and under any and +all copyright rights in the Software, and any and all patent rights owned or freely licensable by each licensor +hereunder covering either (i) the unmodified Software as contributed to or provided by such licensor, or +(ii) the Larger Works (as defined below), to deal in both + +(a) the Software, and +(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software +(each a “Larger Work” to which the Software is contributed by such licensors), + +without restriction, including without limitation the rights to copy, create derivative works of, display, +perform, and distribute the Software and make, use, sell, offer for sale, import, export, have made, and have +sold the Software and the Larger Work(s), and to sublicense the foregoing rights on either these or other terms. + +This license is subject to the following condition: +The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must +be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO +THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. \ No newline at end of file diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/README.md b/cloud-foundation/solutions/RAG-in-a-Box-Vector/README.md new file mode 100644 index 0000000..bfb4c8f --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/README.md @@ -0,0 +1,667 @@ +# Oracle Cloud Foundation Terraform Solution - Deploy vectorRAG-IN-A-BOX + +![](./images/vraginabox.png) + +## Table of Contents +1. [Overview](#overview) +1. [Deliverables](#deliverables) +1. [Architecture](#Architecture-Diagram) +1. [Executing Instructions](#instructions) + 1. [Deploy Using Oracle Resource Manager](#Deploy-Using-Oracle-Resource-Manager) + 1. [What to do after the Deployment via Resource Manager](#After-Deployment-via-Resource-Manager) + 1. [Deploy Using the Terraform CLI](#Deploy-Using-the-Terraform-CLI) + 1. [What to do after the Deployment via Terraform CLI](#After-Deployment-via-Terraform-CLI) +1. [Documentation](#documentation) +1. [The Team](#team) +1. [Feedback](#feedback) +1. [Known Issues](#known-issues) +1. [Contribute](#CONTRIBUTING.md) + + +## Overview +---------------- + +The easy Retrieval Augmented Generation (RAG) in a box, essentially allows to create a fully functional RAG system that reads any number of files hosted on a bucket and allow natural language queries on that content. + +The system uses Oracle's vector technology to allow full control of the chunking, embedding, and selection processes. + +Even though the system comes with an APEX GUI, the code has been developed in such a way to be completely decoupled from any front-end allowing the embedding in any kind of application that can call Oracle pl/sql procedures. + +The secondary goal of the vectorRAG-IN-A-BOX application is to allow hands-on experience on the consequences of parameter tweaking. All parameters used by the system are changeable (within reasonable limits) and all helps are populated. In order to do this you will need to enable the "expert mode" setting. + +The "expert mode" even allows visibility on the chunking results from the proximitiy search passed on to the LLM to generate the answer. + +Please refer to the "Show Documentation" button in the app or the field help info (press the '?' next to each field). + +## Important - please deploy the solution in one of the listed regions below as the GenAI it's only available in this regions. If you deploy it in other regions, the solution will not work. If you don't have any of the regions available in your tenancy, please subscribe to one of them. + + +Some regions don't offer all the models. See the region for each pretrained model to find out which models are available in a region near you. + +| Region Name | Location | Region Identifier | Region Key | +|--------------------------|----------|-------------------|------------| +| Brazil East (Sao Paulo) | Sao Paulo | sa-saopaulo-1 | GRU | +| Germany Central (Frankfurt) | Frankfurt | eu-frankfurt-1 | FRA | +| Japan Central (Osaka) | Osaka | ap-osaka-1 | KIX | +| UK South (London) | London | uk-london-1 | LHR | +| US Midwest (Chicago) | Chicago | us-chicago-1 | ORD | + + +## Deliverables +---------------- + + This repository encloses one deliverable: + +- A reference implementation written in Terraform HCL (Hashicorp Language) that provisions fully functional resources in an OCI tenancy. + * __vectorRAG_IN_A_BOX_ADMIN.sql__ - creates the database user and grants it the needed permissions + * __vectorRAG_IN_A_BOX_APEX_ADMIN.sql__ - creates the APEX workspace and the administrative user that will own the application + * __vectorRAG_IN_A_BOX_USER.sql__ - installs in the database user schema the software needed for the RAG implementation + * __vectorRAG_IN_A_BOX_APEX_USER.sql__ - installs in the APEX admin user the application + * __vectorRAG-IN-A-BOX_USER_CREDS.sql__ - install your personal credentials for your user. + * __vectorRAG_IN_A_BOX_step_by_step_install.sql__ - if you are not using the terraform version and want to load everything manually please follow these instructions + * __vectorRAG_IN_A_BOX_f100.sql__ - the application file + +## Architecture-Diagram +---------------- + +![](./images/diagram.png) + + +## Executing Instructions +---------------- + +## Prerequisites + +- Permission to `manage` the following types of resources in your Oracle Cloud Infrastructure tenancy: `autonomous database` +- Quota to create the following resources: 1 ADW database instance and a bucket inside OCI. +If you don't have the required permissions and quota, contact your tenancy administrator. See [Policy Reference](https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Reference/policyreference.htm), [Service Limits](https://docs.cloud.oracle.com/en-us/iaas/Content/General/Concepts/servicelimits.htm), [Compartment Quotas](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcequotas.htm). + +# Deploy Using Oracle Resource Manager + +1. Click [![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-devrel/terraform-oci-oracle-cloud-foundation/releases/download/v1.0.0/RAG-in-a-Box-Vector-RM.zip) + + + If you aren't already signed in, when prompted, enter the tenancy and user credentials. + +2. Review and accept the terms and conditions. +3. Select the region where you want to deploy the stack. +4. Follow the on-screen prompts and instructions to create the stack. + * __note__ - for the the private_key field - If never done before, create API Key, download both PRIVATE and PUBLIC key files. Convert PRIVATE KEY into the needed format for the credentials and enter it as single line without breaks in the format: ```-----BEGIN PRIVATE KEY-----.......-----END PRIVATE KEY-----```. + * Use this command to get the key correctly: ```tr -d '\r\n' What to do after the Deployment via Resource Manager +---------------- + +- After the solution was deployed successfully from Terraform CLI you will have some outputs on the screen. + +Example of output: + +``` +Apply complete! Resources: 8 added, 0 changed, 0 destroyed. + +Outputs: + +ADW_Database_db_connection = tolist([ + { + "all_connection_strings" = tomap({ + "HIGH" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_high.adb.oraclecloud.com" + "LOW" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_low.adb.oraclecloud.com" + "MEDIUM" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_medium.adb.oraclecloud.com" + }) + "dedicated" = "" + "high" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_high.adb.oraclecloud.com" + "low" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_low.adb.oraclecloud.com" + "medium" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_medium.adb.oraclecloud.com" + "profiles" = tolist([ + { + "consumer_group" = "HIGH" + "display_name" = "vectorraginaboxx_high" + "host_format" = "FQDN" + "is_regional" = false + "protocol" = "TCPS" + "session_mode" = "DIRECT" + "syntax_format" = "LONG" + "tls_authentication" = "MUTUAL" + "value" = "(description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1522)(host=adb.us-chicago-1.oraclecloud.com))(connect_data=(service_name=gef5c7ee9863259_vectorraginaboxx_high.adb.oraclecloud.com))(security=(ssl_server_dn_match=yes)))" + }, + { + "consumer_group" = "LOW" + "display_name" = "vectorraginaboxx_low" + "host_format" = "FQDN" + "is_regional" = false + "protocol" = "TCPS" + "session_mode" = "DIRECT" + "syntax_format" = "LONG" + "tls_authentication" = "MUTUAL" + "value" = "(description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1522)(host=adb.us-chicago-1.oraclecloud.com))(connect_data=(service_name=gef5c7ee9863259_vectorraginaboxx_low.adb.oraclecloud.com))(security=(ssl_server_dn_match=yes)))" + }, + { + "consumer_group" = "MEDIUM" + "display_name" = "vectorraginaboxx_medium" + "host_format" = "FQDN" + "is_regional" = false + "protocol" = "TCPS" + "session_mode" = "DIRECT" + "syntax_format" = "LONG" + "tls_authentication" = "MUTUAL" + "value" = "(description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1522)(host=adb.us-chicago-1.oraclecloud.com))(connect_data=(service_name=gef5c7ee9863259_vectorraginaboxx_medium.adb.oraclecloud.com))(security=(ssl_server_dn_match=yes)))" + }, + ]) + }, +]) +Buckets = [ + { + "rag_bucket" = { + "access_type" = "ObjectRead" + "approximate_count" = "0" + "approximate_size" = "0" + "auto_tiering" = "Disabled" + "bucket_id" = "ocid1.bucket.oc1.us-chicago-1.aaaaaaaal2hxtw6gok76txvkgnzdbxploiuknyykk7xv7nc4odiljkg6pz4a" + "compartment_id" = "ocid1.compartment.oc1..aaaaaaaau2d3nt3v7klmdn35ux3ukiapgacd4c6l6inzk7ad7f4wwvjc7zoa" + "created_by" = "ocid1.user.oc1..aaaaaaaasweswkwp5t25dqh4d64sq4ssjuzswy3ods6t5dsbdue4jj6btnnq" + "defined_tags" = tomap({ + "Oracle-Tags.CreatedBy" = "oracle-sso/ionel.panaitescu@oracle.com" + "Oracle-Tags.CreatedOn" = "2025-03-06T13:09:55.302Z" + }) + "etag" = "7ff41c4d-9c84-41ff-9b95-59361a141928" + "freeform_tags" = tomap({}) + "id" = "n/idukzrqavn8q/b/vectorRag_Buckett" + "is_read_only" = false + "kms_key_id" = tostring(null) + "metadata" = tomap(null) /* of string */ + "name" = "vectorRag_Buckett" + "namespace" = "idukzrqavn8q" + "object_events_enabled" = false + "object_lifecycle_policy_etag" = tostring(null) + "replication_enabled" = false + "retention_rules" = toset([]) + "storage_tier" = "Standard" + "time_created" = "2025-03-06 13:09:55.31 +0000 UTC" + "timeouts" = null /* object */ + "versioning" = "Disabled" + } + }, +] +Database_Actions = [ + "https://GEF5C7EE9863259-VECTORRAGINABOXX.adb.us-chicago-1.oraclecloudapps.com/ords/sql-developer", +] +adb_admin_password = +adb_user_name = "RIAB" +adb_user_password = +apex_url = [ + "https://GEF5C7EE9863259-VECTORRAGINABOXX.adb.us-chicago-1.oraclecloudapps.com/ords/apex", +] +vectorRAG_IN_A_BOX_URL = "https://gef5c7ee9863259-vectorraginaboxx.adb.us-chicago-1.oraclecloudapps.com/ords/r/riab/vrag-in-a-box102" +``` + +## Oracle vectorRAG In a BOX demonstration deployment + +This stack installs everything required to run the rag in a box solution. + +You can find details for connecting to these services in the Stack's Job Details Output. + + +# Deploy Using the Terraform CLI + + +## Clone the Module +Now, you'll want a local copy of this repo. You can make that with the commands: + + git clone https://github.com/oracle-devrel/terraform-oci-oracle-cloud-foundation.git + cd terraform-oci-oracle-cloud-foundation/cloud-foundation/solutions/vectorRAG-IN-A-BOX + ls + +## Deployment + +- Follow the instructions from Prerequisites links in order to install terraform. +- Download the terraform version suitable for your operating system. +- Unzip the archive. +- Add the executable to the PATH. +- You will have to generate an API signing key (public/private keys) and the public key should be uploaded in the OCI console, for the iam user that will be used to create the resources. Also, you should make sure that this user has enough permissions to create resources in OCI. In order to generate the API Signing key, follow the steps from: https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm#How + The API signing key will generate a fingerprint in the OCI console, and that fingerprint will be used in a terraform file described below. +- You will also need to generate an OpenSSH public key pair. Please store those keys in a place accessible like your user home .ssh directory. + +## Prerequisites + +- Install Terraform v0.15 or greater: https://www.terraform.io/downloads.html +- Install sqlcl on your operating system: https://docs.oracle.com/en/database/oracle/apex/22.1/aeadm/downloading-and-installing-sqlcl.html +- Install Python 3.6: https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-centos-7 +- Generate an OCI API Key +- Create your config under \$home*directory/.oci/config (run \_oci setup config* and follow the steps) +- Gather Tenancy related variables (tenancy_id, user_id, local path to the oci_api_key private key, fingerprint of the oci_api_key_public key, and region) + +### Installing Terraform + +Go to [terraform.io](https://www.terraform.io/downloads.html) and download the proper package for your operating system and architecture. Terraform is distributed as a single binary. +Install Terraform by unzipping it and moving it to a directory included in your system's PATH. You will need the latest version available. + +### Prepare Terraform Provider Values + +**variables.tf** is located in the root directory. This file is used in order to be able to make API calls in OCI, hence it will be needed by all terraform automations. + +In order to populate the **variables.tf** file, you will need the following: + +- Tenancy OCID +- User OCID +- Local Path to your private oci api key +- Fingerprint of your public oci api key +- Region + + +#### **Getting the Tenancy and User OCIDs** + +You will have to login to the [console](https://console.us-ashburn-1.oraclecloud.com) using your credentials (tenancy name, user name and password). If you do not know those, you will have to contact a tenancy administrator. + +In order to obtain the tenancy ocid, after logging in, from the menu, select Administration -> Tenancy Details. The tenancy OCID, will be found under Tenancy information and it will be similar to **ocid1.tenancy.oc1..aaa…** + +In order to get the user ocid, after logging in, from the menu, select Identity -> Users. Find your user and click on it (you will need to have this page open for uploading the oci_api_public_key). From this page, you can get the user OCID which will be similar to **ocid1.user.oc1..aaaa…** + +#### **Creating the OCI API Key Pair and Upload it to your user page** + +Create an oci_api_key pair in order to authenticate to oci as specified in the [documentation](https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#How): + +Create the .oci directory in the home of the current user + +`$ mkdir ~/.oci` + +Generate the oci api private key + +`$ openssl genrsa -out ~/.oci/oci_api_key.pem 2048` + +Make sure only the current user can access this key + +`$ chmod go-rwx ~/.oci/oci_api_key.pem` + +Generate the oci api public key from the private key + +`$ openssl rsa -pubout -in ~/.oci/oci_api_key.pem -out ~/.oci/oci_api_key_public.pem` + +You will have to upload the public key to the oci console for your user (go to your user page -> API Keys -> Add Public Key and paste the contents in there) in order to be able to do make API calls. + +After uploading the public key, you can see its fingerprint into the console. You will need that fingerprint for your variables.tf file. +You can also get the fingerprint from running the following command on your local workstation by using your newly generated oci api private key. + +`$ openssl rsa -pubout -outform DER -in ~/.oci/oci_api_key.pem | openssl md5 -c` + +#### **Generating an SSH Key Pair on UNIX or UNIX-Like Systems Using ssh-keygen** + +- Run the ssh-keygen command. + +`ssh-keygen -b 2048 -t rsa` + +- The command prompts you to enter the path to the file in which you want to save the key. A default path and file name are suggested in parentheses. For example: /home/user_name/.ssh/id_rsa. To accept the default path and file name, press Enter. Otherwise, enter the required path and file name, and then press Enter. +- The command prompts you for a passphrase. Enter a passphrase, or press ENTER if you don't want to havea passphrase. + Note that the passphrase isn't displayed when you type it in. Remember the passphrase. If you forget the passphrase, you can't recover it. When prompted, enter the passphrase again to confirm it. +- The command generates an SSH key pair consisting of a public key and a private key, and saves them in the specified path. The file name of the public key is created automatically by appending .pub to the name of the private key file. For example, if the file name of the SSH private key is id_rsa, then the file name of the public key would be id_rsa.pub. + Make a note of the path where you've saved the SSH key pair. + When you create instances, you must provide the SSH public key. When you log in to an instance, you must specify the corresponding SSH private key and enter the passphrase when prompted. + +#### **Getting the Region** + +Even though, you may know your region name, you will needs its identifier for the variables.tf file (for example, US East Ashburn has us-ashburn-1 as its identifier). +In order to obtain your region identifier, you will need to Navigate in the OCI Console to Administration -> Region Management +Select the region you are interested in, and save the region identifier. + + +#### **Prepare the variables.tf file** + +You will have to modify the **variables.tf** file to reflect the values that you’ve captured. + +``` +variable "tenancy_ocid" { + type = string + default = "" (tenancy ocid, obtained from OCI console - Profile -> Tenancy) +} + +variable "region" { + type = string + default = "" (the region used for deploying the infrastructure - ex: eu-frankfurt-1) +} + +variable "compartment_id" { + type = string + default = "" (the compartment used for deploying the solution - ex: compartment1) +} + +variable "user_ocid" { + type = string + default = "" (user ocid, obtained from OCI console - Profile -> User Settings) +} + +variable "fingerprint" { + type = string + default = "" (fingerprint obtained after setting up the API public key in OCI console - Profile -> User Settings -> API Keys -> Add Public Key) +} + +variable "private_key_path" { + type = string + default = "" (the path of your local oci api key - ex: /root/.ssh/oci_api_key.pem) +} + +``` + +## Repository files + +* **images(folder)** - Contains images to be used inside the README.md file +* **modules(folder)** - ( this folder will be pressent only for the Resource Manager zipped files) Contains folders with subsystems and modules for each section of the project: networking, autonomous database, analytics cloud, object storage, data catalog etc. +Also in the modules folder there is a folder called provisioner - that will provision your full infrastructure with the data model. +* **scripts(folder)** - this folder contains the necessary scripts that will run on the DB. +* **CONTRIBUTING.md** - Contributing guidelines, also called Contribution guidelines, the CONTRIBUTING.md file, or software contribution guidelines, is a text file which project managers include in free and open-source software packages or other open media packages for the purpose of describing how others may contribute user-generated content to the project.The file explains how anyone can engage in activities such as formatting code for submission or submitting patches +* **LICENSE** - The Universal Permissive License (UPL), Version 1.0 +* **local.tf** - Local values can be helpful to avoid repeating the same values or expressions multiple times in a configuration, but if overused they can also make a configuration hard to read by future maintainers by hiding the actual values used.Here is the place where all the resources are defined. +* **main.tf** - Main Terraform script used for instantiating the Oracle Cloud Infrastructure provider and all subsystems modules +* **outputs.tf** - Defines project's outputs that you will see after the code runs successfuly +* **provider.tf** - The terraform provider that will be used (OCI) +* **README.md** - This file +* **schema.yaml** - Schema documents are recommended for Terraform configurations when using Resource Manager. Including a schema document allows you to extend pages in the Oracle Cloud Infrastructure Console. Facilitate variable entry in the Create Stack page by surfacing SSH key controls and by naming, grouping, dynamically prepopulating values, and more. Define text in the Application Information tab of the stack detail page displayed for a created stack. +* **variables.tf** - Project's global variables + +Secondly, populate the `terraform.tf` file with the disared configuration following the information: + + +# Autonomous Data Warehouse + +The ADW subsystem / module is able to create ADW/ATP databases. + +* Parameters: + * __db_name__ - The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. + * __db_password__ - The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE". + * __db_compute_model__ - The compute model of the Autonomous Database. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. + * __db_compute_count__ - The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is on Shared or Dedicated infrastructure. For an Autonomous Database on Shared infrastructure, the 'ECPU' compute model requires values in multiples of two. Required when using the computeModel parameter. When using cpuCoreCount parameter, it is an error to specify computeCount to a non-null value. + * __db_size_in_tbs__ - The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. + * __db_workload__ - The Autonomous Database workload type. The following values are valid: + - OLTP - indicates an Autonomous Transaction Processing database + - DW - indicates an Autonomous Data Warehouse database + - AJD - indicates an Autonomous JSON Database + - APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type. *Note: db_workload can only be updated from AJD to OLTP or from a free OLTP to AJD. + * __db_version__ - A valid Oracle Database version for Autonomous Database.db_workload AJD and APEX are only supported for db_version 19c and above. + * __db_enable_auto_scaling__ - Indicates if auto scaling is enabled for the Autonomous Database OCPU core count. The default value is FALSE. + * __db_is_free_tier__ - Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workload is AJD or APEX it cannot be true. + * __db_license_model__ - The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field when db_workload is AJD and needs to be set to LICENSE_INCLUDED as AJD does not support default license_model value BRING_YOUR_OWN_LICENSE. + * __db_data_safe_status__ - (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED. + * __db_operations_insights_status__ - (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLED and NOT_ENABLED + * __db_database_management_status__ - Status of Database Management for this Autonomous Database. Values supported are ENABLED and NOT_ENABLED + +The RAG IN A BOX SETTINGS are: + +* Parameters: + * __riab_user__ - The username inside the database where you will install the apex application + * __riab_password__ - The password for the user inside the database - The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" + * __apex_workspace__ - The name of the apex workspace + * __apex_user__ - The user in apex application + * __apex_password__ - The password for the apex user application - The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" + * __bucket_url__ - This is the URL of the source buckt where the files will be ingested. Example: https://objectstorage.us-chicago-1.oraclecloud.com/n/Object_storage_namespace/b/bucket_name/o/". It is optional , if you don't have a bucket already, terraform will create a bucket for you and upload a sampledata file, as you log in the apex you can already put questions about data in industry. + * __private_key__ - If never done before, create API Key, download both PRIVATE and PUBLIC key files. Convert PRIVATE KEY into the needed format for the credentials. Enter as single line without breaks in the format -----BEGIN PRIVATE KEY-----.......-----END PRIVATE KEY----- . Use this command to get the key correctly : " tr -d '\r\n' What to do after the Deployment via Terraform CLI +---------------- + +- After the solution was deployed successfully from Terraform CLI you will have some outputs on the screen. + +Example of output: + +``` +Apply complete! Resources: 8 added, 0 changed, 0 destroyed. + +Outputs: + +ADW_Database_db_connection = tolist([ + { + "all_connection_strings" = tomap({ + "HIGH" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_high.adb.oraclecloud.com" + "LOW" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_low.adb.oraclecloud.com" + "MEDIUM" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_medium.adb.oraclecloud.com" + }) + "dedicated" = "" + "high" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_high.adb.oraclecloud.com" + "low" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_low.adb.oraclecloud.com" + "medium" = "adb.us-chicago-1.oraclecloud.com:1522/gef5c7ee9863259_vectorraginaboxx_medium.adb.oraclecloud.com" + "profiles" = tolist([ + { + "consumer_group" = "HIGH" + "display_name" = "vectorraginaboxx_high" + "host_format" = "FQDN" + "is_regional" = false + "protocol" = "TCPS" + "session_mode" = "DIRECT" + "syntax_format" = "LONG" + "tls_authentication" = "MUTUAL" + "value" = "(description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1522)(host=adb.us-chicago-1.oraclecloud.com))(connect_data=(service_name=gef5c7ee9863259_vectorraginaboxx_high.adb.oraclecloud.com))(security=(ssl_server_dn_match=yes)))" + }, + { + "consumer_group" = "LOW" + "display_name" = "vectorraginaboxx_low" + "host_format" = "FQDN" + "is_regional" = false + "protocol" = "TCPS" + "session_mode" = "DIRECT" + "syntax_format" = "LONG" + "tls_authentication" = "MUTUAL" + "value" = "(description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1522)(host=adb.us-chicago-1.oraclecloud.com))(connect_data=(service_name=gef5c7ee9863259_vectorraginaboxx_low.adb.oraclecloud.com))(security=(ssl_server_dn_match=yes)))" + }, + { + "consumer_group" = "MEDIUM" + "display_name" = "vectorraginaboxx_medium" + "host_format" = "FQDN" + "is_regional" = false + "protocol" = "TCPS" + "session_mode" = "DIRECT" + "syntax_format" = "LONG" + "tls_authentication" = "MUTUAL" + "value" = "(description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1522)(host=adb.us-chicago-1.oraclecloud.com))(connect_data=(service_name=gef5c7ee9863259_vectorraginaboxx_medium.adb.oraclecloud.com))(security=(ssl_server_dn_match=yes)))" + }, + ]) + }, +]) +Buckets = [ + { + "rag_bucket" = { + "access_type" = "ObjectRead" + "approximate_count" = "0" + "approximate_size" = "0" + "auto_tiering" = "Disabled" + "bucket_id" = "ocid1.bucket.oc1.us-chicago-1.aaaaaaaal2hxtw6gok76txvkgnzdbxploiuknyykk7xv7nc4odiljkg6pz4a" + "compartment_id" = "ocid1.compartment.oc1..aaaaaaaau2d3nt3v7klmdn35ux3ukiapgacd4c6l6inzk7ad7f4wwvjc7zoa" + "created_by" = "ocid1.user.oc1..aaaaaaaasweswkwp5t25dqh4d64sq4ssjuzswy3ods6t5dsbdue4jj6btnnq" + "defined_tags" = tomap({ + "Oracle-Tags.CreatedBy" = "oracle-sso/ionel.panaitescu@oracle.com" + "Oracle-Tags.CreatedOn" = "2025-03-06T13:09:55.302Z" + }) + "etag" = "7ff41c4d-9c84-41ff-9b95-59361a141928" + "freeform_tags" = tomap({}) + "id" = "n/idukzrqavn8q/b/vectorRag_Buckett" + "is_read_only" = false + "kms_key_id" = tostring(null) + "metadata" = tomap(null) /* of string */ + "name" = "vectorRag_Buckett" + "namespace" = "idukzrqavn8q" + "object_events_enabled" = false + "object_lifecycle_policy_etag" = tostring(null) + "replication_enabled" = false + "retention_rules" = toset([]) + "storage_tier" = "Standard" + "time_created" = "2025-03-06 13:09:55.31 +0000 UTC" + "timeouts" = null /* object */ + "versioning" = "Disabled" + } + }, +] +Database_Actions = [ + "https://GEF5C7EE9863259-VECTORRAGINABOXX.adb.us-chicago-1.oraclecloudapps.com/ords/sql-developer", +] +adb_admin_password = +adb_user_name = "RIAB" +adb_user_password = +apex_url = [ + "https://GEF5C7EE9863259-VECTORRAGINABOXX.adb.us-chicago-1.oraclecloudapps.com/ords/apex", +] +vectorRAG_IN_A_BOX_URL = "https://gef5c7ee9863259-vectorraginaboxx.adb.us-chicago-1.oraclecloudapps.com/ords/r/riab/vrag-in-a-box102" + +``` + + + +## Documentation + +[Autonomous Databases Overview](https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/adboverview.htm) + +[Generative AI](https://docs.oracle.com/en-us/iaas/Content/generative-ai/home.htm) + +[Terraform Autonomous Databases Resource](https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/database_autonomous_database) + + +## The Team +- **Owners**: [Massimo Castelli](https://github.com/m-cas), [Panaitescu Ionel](https://github.com/ionelpanaitescu) + +## Feedback +We welcome your feedback. To post feedback, submit feature ideas or report bugs, please use the Issues section on this repository. + +## Known Issues +**At the moment, there are no known issues for this solution** + diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/images/diagram.png b/cloud-foundation/solutions/RAG-in-a-Box-Vector/images/diagram.png new file mode 100644 index 0000000..37d2f8d Binary files /dev/null and b/cloud-foundation/solutions/RAG-in-a-Box-Vector/images/diagram.png differ diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/images/vraginabox.png b/cloud-foundation/solutions/RAG-in-a-Box-Vector/images/vraginabox.png new file mode 100644 index 0000000..b1545b4 Binary files /dev/null and b/cloud-foundation/solutions/RAG-in-a-Box-Vector/images/vraginabox.png differ diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/locals.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/locals.tf new file mode 100644 index 0000000..92a846f --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/locals.tf @@ -0,0 +1,82 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +data "oci_identity_availability_domains" "ADs" { + compartment_id = var.tenancy_ocid +} + +data "oci_identity_tenancy" "tenancy" { + tenancy_id = var.tenancy_ocid +} + +data "template_file" "ad_names" { + count = length(data.oci_identity_availability_domains.ADs.availability_domains) + template = lookup(data.oci_identity_availability_domains.ADs.availability_domains[count.index], "name") +} + +data "oci_core_services" "sgw_services" { + filter { + name = "cidr_block" + values = ["all-.*-services-in-oracle-services-network"] + regex = true + } +} + +data "oci_identity_region_subscriptions" "home_region_subscriptions" { + tenancy_id = var.tenancy_ocid + + filter { + name = "is_home_region" + values = [true] + } +} + +data "oci_objectstorage_namespace" "this" {} + + +locals{ + ad_names = compact(data.template_file.ad_names.*.rendered) + conn_db = module.adb.db_connection[0].profiles[1].value + +# Create Autonomous Data Warehouse + adw_params = { + adw = { + compartment_id = var.compartment_id + compute_model = var.db_compute_model + compute_count = var.db_compute_count + size_in_tbs = var.db_size_in_tbs + db_name = var.db_name + db_workload = var.db_workload + db_version = var.db_version + enable_auto_scaling = var.db_enable_auto_scaling + is_free_tier = var.db_is_free_tier + license_model = var.db_license_model + create_local_wallet = true + database_admin_password = var.db_password + database_wallet_password = var.db_password + data_safe_status = var.db_data_safe_status + operations_insights_status = var.db_operations_insights_status + database_management_status = var.db_database_management_status + is_mtls_connection_required = null + subnet_id = null + nsg_ids = null + defined_tags = {} + }, +} + + +# Create Object Storage Buckets + bucket_params = { + rag_bucket = { + compartment_id = var.compartment_id, + name = var.bucket_name + access_type = var.bucket_access_type + storage_tier = var.bucket_storage_tier + events_enabled = var.bucket_events_enabled + defined_tags = {} + } +} + +# End + +} diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/main.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/main.tf new file mode 100644 index 0000000..0f66e04 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/main.tf @@ -0,0 +1,23 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +# Create ADW Database with Endpoint in private subnet or public ADW +module "adb" { + source = "./modules/cloud-foundation-library/database/adb" + adw_params = local.adw_params +} + +# Calling the Object Storage module +module "os" { + source = "./modules/cloud-foundation-library/object-storage" + depends_on = [module.adb] + tenancy_ocid = var.tenancy_ocid + bucket_params = { + for k,v in local.bucket_params : k => v if v.compartment_id != "" + } +} + +# Ensure the bucket deletion happens after objects are removed +resource "null_resource" "ensure_bucket_deletion_order" { + depends_on = [null_resource.delete_files_from_object_storage] +} \ No newline at end of file diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/database/adb/main.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/database/adb/main.tf new file mode 100644 index 0000000..871ac04 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/database/adb/main.tf @@ -0,0 +1,57 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +locals { + adw_download_wallet = { for key, value in var.adw_params : key => value if value.create_local_wallet == true } +} + +resource "oci_database_autonomous_database_wallet" "autonomous_database_wallet" { + for_each = var.adw_params + autonomous_database_id = oci_database_autonomous_database.adw[each.key].id + password = each.value.database_wallet_password + base64_encode_content = "true" +} + +resource "local_file" "autonomous_data_warehouse_wallet_file" { + for_each = local.adw_download_wallet + content_base64 = oci_database_autonomous_database_wallet.autonomous_database_wallet[each.key].content + filename = "${path.cwd}/wallet_${each.value.db_name}.zip" +} + +resource "oci_database_autonomous_database" "adw" { + for_each = var.adw_params + admin_password = each.value.database_admin_password + compartment_id = each.value.compartment_id + compute_model = each.value.compute_model + compute_count = each.value.compute_count + data_storage_size_in_tbs = each.value.size_in_tbs + db_name = each.value.db_name + display_name = each.value.db_name + db_workload = each.value.db_workload + db_version = each.value.db_version + license_model = each.value.license_model + is_mtls_connection_required = each.value.is_mtls_connection_required + subnet_id = each.value.subnet_id + nsg_ids = each.value.nsg_ids + defined_tags = each.value.defined_tags + is_auto_scaling_enabled = each.value.enable_auto_scaling + is_free_tier = each.value.is_free_tier + data_safe_status = each.value.data_safe_status + operations_insights_status = each.value.operations_insights_status + database_management_status = each.value.database_management_status + + lifecycle { + ignore_changes = all + } +} + + +terraform { + required_providers { + oci = { + source = "oracle/oci" + version = ">= 5.30.0" + } + } + required_version = ">= 1.5.5" +} \ No newline at end of file diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/database/adb/outputs.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/database/adb/outputs.tf new file mode 100644 index 0000000..2989836 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/database/adb/outputs.tf @@ -0,0 +1,64 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +output "atp_db_id" { + value = { + for adw in oci_database_autonomous_database.adw: + adw.display_name => adw.id + } +} + +output "ad" { + value = { + for idx, ad in oci_database_autonomous_database.adw: + ad.db_name => { "connection_strings" : ad.connection_strings.0.all_connection_strings} + } +} + +output "db_connection" { + value = one([ for b in oci_database_autonomous_database.adw : b.connection_strings]) +} + +output "private_endpoint_ip" { + value = one([for b in oci_database_autonomous_database.adw : b.private_endpoint_ip]) +} + +output "private_endpoint" { + value = ([for b in oci_database_autonomous_database.adw : b.private_endpoint]) +} + +output "url" { + value = [for b in oci_database_autonomous_database.adw : b.connection_urls.0.sql_dev_web_url] +} + +output "graph_studio_url" { + value = [for b in oci_database_autonomous_database.adw : b.connection_urls.0.graph_studio_url] +} + +output "machine_learning_user_management_url" { + value = [for b in oci_database_autonomous_database.adw : b.connection_urls.0.machine_learning_user_management_url] +} + +output "adb_wallet_content" { +value = oci_database_autonomous_database_wallet.autonomous_database_wallet["adw"].content +} + +output "database_fully_qualified_name" { + value = lower(trimsuffix(trimprefix(join("\n", [for b in oci_database_autonomous_database.adw : b.connection_urls.0.graph_studio_url]), "https://"), "/graphstudio/")) +} + +output "adw" { + value = { + for adw in oci_database_autonomous_database.adw: + adw.display_name => adw.id + } +} + +output "apex_url" { + value = [for b in oci_database_autonomous_database.adw : b.connection_urls.0.apex_url] +} + +output "vRAG_IN_A_BOX_URL" { + value = join("", [lower(trimsuffix(join("\n", [for b in oci_database_autonomous_database.adw : b.connection_urls.0.graph_studio_url]), "/graphstudio/")),"/ords/r/riab/vrag-in-a-box102"]) +} + diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/database/adb/variables.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/database/adb/variables.tf new file mode 100644 index 0000000..f746842 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/database/adb/variables.tf @@ -0,0 +1,27 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +variable "adw_params" { + type = map(object({ + compartment_id = string + compute_model = string + compute_count = number + size_in_tbs = number + db_name = string + db_workload = string + db_version = string + license_model = string + database_admin_password = string + database_wallet_password = string + enable_auto_scaling = bool + is_free_tier = bool + create_local_wallet = bool + is_mtls_connection_required = bool + subnet_id = string + data_safe_status = string + operations_insights_status = string + database_management_status = string + nsg_ids = list(string) + defined_tags = map(string) + })) +} diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/object-storage/main.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/object-storage/main.tf new file mode 100644 index 0000000..dbeda8d --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/object-storage/main.tf @@ -0,0 +1,29 @@ +# Copyright © 2022, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +data "oci_objectstorage_namespace" "os" { + compartment_id = var.tenancy_ocid +} + +resource "oci_objectstorage_bucket" "os" { + for_each = { + for k,v in var.bucket_params : k => v if v.compartment_id != "" + } + compartment_id = each.value.compartment_id + name = each.value.name + namespace = data.oci_objectstorage_namespace.os.namespace + access_type = each.value.access_type + storage_tier = each.value.storage_tier + object_events_enabled = each.value.events_enabled + defined_tags = each.value.defined_tags +} + +terraform { + required_providers { + oci = { + source = "oracle/oci" + version = ">= 5.30.0" + } + } + required_version = ">= 1.5.5" +} diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/object-storage/outputs.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/object-storage/outputs.tf new file mode 100644 index 0000000..ccc8069 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/object-storage/outputs.tf @@ -0,0 +1,30 @@ +# Copyright © 2022, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +# output "buckets" { +# value = { +# for bucket in oci_objectstorage_bucket.os: +# bucket.name => bucket.access_type +# } +# } + + +output "buckets_id"{ + value = { + for bucket in oci_objectstorage_bucket.os: + bucket.name => {"compartment_id": bucket.compartment_id, "id": bucket.id} + } +} + + +output "buckets" { + description = "Buckets informations." + value = length(oci_objectstorage_bucket.os) > 0 ? oci_objectstorage_bucket.os[*] : null +} + +output "bucket_id" { + value = { + for bucket in oci_objectstorage_bucket.os : + bucket.name => bucket.bucket_id + } +} \ No newline at end of file diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/object-storage/variables.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/object-storage/variables.tf new file mode 100644 index 0000000..48909d0 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/modules/cloud-foundation-library/object-storage/variables.tf @@ -0,0 +1,20 @@ +# Copyright © 2022, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + + +variable "tenancy_ocid" { + type = string +} + +variable "bucket_params" { + type = map(object({ + compartment_id = string + name = string + access_type = string + storage_tier = string + events_enabled = bool + defined_tags = map(string) + })) +} + + diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/outputs.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/outputs.tf new file mode 100644 index 0000000..c9533b3 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/outputs.tf @@ -0,0 +1,45 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +# Autonomous Database Outputs: + +output "adb_admin_password" { + description = "ADB Admin password" + value = var.db_password + sensitive = true +} + +output "adb_user_name" { + description = "The usernaame inside the database where you will install the apex application" + value = var.riab_user +} + +output "adb_user_password" { + description = "The password for the user inside the database" + value = var.riab_password + sensitive = true +} + +output "ADW_Database_db_connection" { + value = module.adb.db_connection +} + +output "Database_Actions" { + value = module.adb.url +} + +output "apex_url" { + description = "The URL to connect to the workspace of APEX" + value = module.adb.apex_url +} + +output "vectorRAG_IN_A_BOX_URL" { + description = "The URL to connect to the vectorRAG-IN-A-BOX with your apex username and password" + value = module.adb.vRAG_IN_A_BOX_URL +} + +# Object Storage Outputs: + +output "Buckets" { + value = module.os.buckets +} diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/provider.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/provider.tf new file mode 100644 index 0000000..4ec1b92 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/provider.tf @@ -0,0 +1,31 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +terraform { + required_version = ">= 1.2.0" + required_providers { + oci = { + source = "oracle/oci" + version = ">= 5.9.0" + } + } +} + +provider "oci" { + tenancy_ocid = var.tenancy_ocid + user_ocid = var.user_ocid + fingerprint = var.fingerprint + private_key_path = var.private_key_path + region = var.region + disable_auto_retries = false +} + +provider "oci" { + alias = "homeregion" + tenancy_ocid = var.tenancy_ocid + user_ocid = var.user_ocid + fingerprint = var.fingerprint + private_key_path = var.private_key_path + region = data.oci_identity_region_subscriptions.home_region_subscriptions.region_subscriptions[0].region_name + disable_auto_retries = false +} \ No newline at end of file diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/provisioners.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/provisioners.tf new file mode 100644 index 0000000..c718903 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/provisioners.tf @@ -0,0 +1,57 @@ +# # Copyright © 2025, Oracle and/or its affiliates. +# # All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +resource "null_resource" "sqlcl-create-usr" { + + provisioner "local-exec" { + command = <<-EOT + + chmod 777 ./scripts/ + + echo 'Run vectorRAG-IN-A-BOX_ADMIN_v2.0.sql script with creating new user and privileges' + sql -cloudconfig wallet_${var.db_name}.zip admin/${var.db_password}@'${local.conn_db}' @./scripts/vectorRAG-IN-A-BOX_ADMIN_v2.0.sql ${var.riab_user} ${var.riab_password} + + echo 'Creating the APEX WORKSPACE and APEX USER running vectorRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql' + sql -cloudconfig wallet_${var.db_name}.zip admin/${var.db_password}@'${local.conn_db}' @./scripts/vectorRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql ${var.apex_workspace} ${var.riab_user} ${var.apex_user} ${var.apex_password} ${var.apex_password} + + echo 'Start running vectorRAG-IN-A-BOX_USER_v1.2.sql script' + sql -cloudconfig wallet_${var.db_name}.zip ${var.riab_user}/${var.riab_password}@'${local.conn_db}' @./scripts/vectorRAG-IN-A-BOX_USER_v1.2.sql + + echo 'Start running vectorRAG-IN-A-BOX_USER_CREDS_v1.1 script' + sql -cloudconfig wallet_${var.db_name}.zip ${var.riab_user}/${var.riab_password}@'${local.conn_db}' @./scripts/vectorRAG-IN-A-BOX_USER_CREDS_v1.1.sql ${var.apex_user} ${var.user_ocid} ${var.tenancy_ocid} "${local.final_bucket_url}" "${var.private_key}" ${var.fingerprint} ${var.compartment_id} + + echo 'Install the APEX APP in a box application running vectorRAG-IN-A-BOX_APEX_USER_v2.0.sql' + sql -cloudconfig wallet_${var.db_name}.zip ${var.riab_user}/${var.riab_password}@'${local.conn_db}' @./scripts/vectorRAG-IN-A-BOX_APEX_USER_v2.0.sql ${var.apex_workspace} ${var.riab_user} ./scripts/vectorRAG-IN-A-BOX_f100_v3.2.sql + + EOT + } +depends_on = [module.adb] +} + +resource "null_resource" "upload_files_to_object_storage" { + + provisioner "local-exec" { + command = <<-EOT + oci os object put -ns ${data.oci_objectstorage_namespace.this.namespace} -bn ${var.bucket_name} --force --file sampledata.pdf + EOT + } +depends_on = [module.adb, module.os] +} + + +resource "null_resource" "delete_files_from_object_storage" { +triggers = { + bucket_name = var.bucket_name + db_name = var.db_name + } +provisioner "local-exec" { + when = destroy + command = "oci os object delete --bucket-name ${self.triggers.bucket_name} --force --object-name sampledata.pdf" + environment = { + bucket_name = self.triggers.bucket_name + db_name = self.triggers.db_name + } + } +} + + diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/sampledata.pdf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/sampledata.pdf new file mode 100644 index 0000000..e33b756 Binary files /dev/null and b/cloud-foundation/solutions/RAG-in-a-Box-Vector/sampledata.pdf differ diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/schema.yaml b/cloud-foundation/solutions/RAG-in-a-Box-Vector/schema.yaml new file mode 100644 index 0000000..48785f6 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/schema.yaml @@ -0,0 +1,369 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + +title: "Deploy vectorRAG-IN-A-BOX" +stackDescription: "Creates an ADB with vectorRAG-IN-A-BOX generative ai embedded" +schemaVersion: 1.1.0 +version: "20230112" +locale: "en" +groupings: + - title: "General Settings" + visible: true + variables: + - display_name_prefix + - tenancy_ocid + - region + - compartment_id + - user_ocid + - fingerprint + - title: "Autonomous Database Configuration" + variables: + - db_name + - db_is_free_tier + - db_license_model + - db_password + - db_version + - db_size_in_tbs + - db_enable_auto_scaling + - db_compute_model + - db_compute_count + - db_workload + - db_data_safe_status + - db_operations_insights_status + - db_database_management_status + - title: "RAG IN A BOX SETTINGS" + variables: + - riab_user + - riab_password + - apex_workspace + - apex_user + - apex_password + - bucket_url + - private_key + - title: "Object Storage" + variables: + - bucket_name + - bucket_access_type + - bucket_storage_tier + - bucket_events_enabled + - title: "Hidden Variables" + visible: false + variables: + # - user_ocid + # - fingerprint + - private_key_path +# General Configuration Variables +variables: + display_name_prefix: + title: Display Name Prefix + type: string + default: "Oracle vectorRAG-IN-A-BOX solution" + description: Enter the Display name for the solution. + required: true + visible: true + tenancy_ocid: + title: Tenancy ID + description: The Oracle Cloud Identifier (OCID) for your tenancy. + type: string + required: true + visible: true + region: + title: Region + description: Select Region where all resources will be created. + type: oci:identity:region:name + #type: string + required: true + visible: true + user_ocid: + title: user_ocid + description: "(user ocid, obtained from OCI console - Profile -> User Settings)" + type: string + required: true + visible: true + fingerprint: + title: fingerprint + description: "(fingerprint obtained after setting up the API public key in OCI console - Profile -> User Settings -> API Keys -> Add Public Key)" + type: string + required: true + visible: true + compartment_id: + title: Compartment + description: Choose the compartment where all resources will be provisioned. + type: oci:identity:compartment:id + # type: string + required: true + visible: true +# Autonomous Database Configuration Variables + db_name: + title: Database Name + description: "Provide Database name. Constraints: 12 alphanumeric characters only. No Spaces." + required: true + type: string + maxLength: 30 + db_is_free_tier: + title: Do do want a always Free Oracle Autonomous Database instance? + description: "Provision Always Free Oracle Autonomous Database instance (20 GB Storage)?" + type: enum + enum: + - "true" + - "false" + default: "false" + required: true + visible: true + db_license_model: + title: "Provision Paid Oracle Autonomous Database instance (4 ECPUs 1 TB Storage) - License Included or BYOL?" + description: "Note: This configuration can be changed later from the OCI console." + type: enum + enum: + - LICENSE_INCLUDED + - BRING_YOUR_OWN_LICENSE + default: BRING_YOUR_OWN_LICENSE + required: true + visible: + eq: + - db_is_free_tier + - false + db_password: + title: Database Admin Password + description: "Provide admin password. Constraints: 12 - 30 characters. At least one uppercase letter, one lowercase letter, and one number. No special characters." + type: password + required: true + confirmation: true + pattern: ((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[%!@^&)(]).{12,20}) + db_version: + title: "A valid Oracle Database version for Autonomous Database" + description: "A valid Oracle Database version for Autonomous Database" + type: enum + enum: + - "23ai" + default: "23ai" + required: true + visible: true + db_size_in_tbs: + title: "The quantity of data in the database, in terabytes." + description: "The quantity of data in the database, in terabytes." + type: enum + enum: + - 1 + - 2 + - 4 + - 6 + - 8 + - 10 + - 12 + - 16 + - 24 + - 36 + - 52 + - 128 + default: 1 + required: true + visible: + eq: + - db_is_free_tier + - false + db_enable_auto_scaling: + title: Indicates if auto scaling is enabled for the Autonomous Database CPU core count. + description: "Indicates if auto scaling is enabled for the Autonomous Database CPU core count. " + type: enum + enum: + - true + - false + default: false + required: true + visible: + eq: + - db_is_free_tier + - false + db_compute_model: + title: "The compute model of the Autonomous Database ECPUs" + description: "The compute model of the Autonomous Database ECPUs" + type: enum + enum: + - "ECPU" + default: "ECPU" + required: true + visible: + eq: + - db_is_free_tier + - false + db_compute_count: + title: The number of ECPUs cores to be made available to the database + description: "The number of ECPU cores to enable. For ECPUs count needs to be minimum 2 and maximum 512 ECPUs" + type: string + default: 2 + required: true + visible: + eq: + - db_is_free_tier + - false + db_workload: + title: Autonomous Database Type of workload. + description: "Autonomous Database Type of workload." + type: enum + enum: + - "DW" + default: "DW" + required: true + visible: false + db_data_safe_status: + title: "Status of the Data Safe registration for this Autonomous Database" + description: "Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED." + type: enum + enum: + - "NOT_REGISTERED" + - "REGISTERED" + default: "NOT_REGISTERED" + required: true + visible: true + db_database_management_status: + title: "Status of Database Management for this Autonomous Database" + description: "Status of Database Management for this Autonomous Database. Values supported are ENABLED and NOT_ENABLED" + type: enum + enum: + - "NOT_ENABLED" + - "ENABLED" + default: "NOT_ENABLED" + required: true + visible: true + db_operations_insights_status: + title: "Status of Operations Insights for this Autonomous Database" + description: "Status of Operations Insights for this Autonomous Database. Values supported are ENABLED and NOT_ENABLED" + type: enum + enum: + - "NOT_ENABLED" + - "ENABLED" + default: "NOT_ENABLED" + required: true + visible: true +# RAG IN A BOX SETTINGS: + riab_user: + title: "The username inside the database where you will install the apex application" + description: "Provide the username inside the database where you will install the apex application. Constraints: 12 alphanumeric characters only. No Spaces." + required: true + type: string + visible: true + default: "RIAB" + riab_password: + title: "The password for the user inside the database" + description: "Provide password for the user inside the database. Constraints: 12 - 30 characters. At least one uppercase letter, one lowercase letter, and one number. No special characters." + type: password + required: true + pattern: ((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[%!@^&)(]).{12,20}) + apex_workspace: + title: "The name of the apex workspace" + description: "The name of the apex workspace" + required: true + type: string + visible: true + default: "RIAB" + apex_user: + title: "The user in apex application" + description: "The user in apex application" + required: true + type: string + visible: true + default: "ERIAB" + apex_password: + title: "The password for the apex user application" + description: "Provide password for the apex user application. Constraints: 12 - 30 characters. At least one uppercase letter, one lowercase letter, and one number. No special characters." + type: password + required: true + pattern: ((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[%!@^&)(]).{12,20}) + bucket_url: + title: "This is the URL of the source bucket where the files will be ingested." + description: "Provide the URL of the source bucket where the files will be ingested. Example https://objectstorage.us-chicago-1.oraclecloud.com/n/Object_storage_namespace/b/bucket_name/o/. It is optional , if you don't have a bucket already, terraform will create a bucket for you and upload a sampledata file, as you log in the apex you can already put questions about data in industry." + required: false + type: string + visible: true + private_key: + title: "Private Key one singleline" + description: "If never done before, create API Key, download both PRIVATE and PUBLIC key files. Convert PRIVATE KEY into the needed format for the credentials. Enter as single line without breaks in the format -----BEGIN PRIVATE KEY-----.......-----END PRIVATE KEY----- . Use this command to get the key correctly. tr -d '\r\n' '*', + lower_port => 443, + upper_port => 443, + ace => xs$ace_type( + privilege_list => xs$name_list('http', 'http_proxy'), + principal_name => upper('&1'), + principal_type => xs_acl.ptype_db) + ); +end; +/ + +begin +-- Allow all hosts for HTTP/HTTP_PROXY + dbms_network_acl_admin.append_host_ace( + host =>'*', + ace => xs$ace_type( + privilege_list => xs$name_list('connect', 'resolve'), + principal_name => upper('&1'), + principal_type => xs_acl.ptype_db) + ); +end; +/ + +-- verify the acls +select * from DBA_HOST_ACES where principal = '&1'; + + +-- REST enable the account +begin + ORDS_ADMIN.ENABLE_SCHEMA( + p_enabled => TRUE, + p_schema => '&1', + p_url_mapping_type => 'BASE_PATH', + p_url_mapping_pattern => upper('&1'), + p_auto_rest_auth=> TRUE + ); + +/* +-- enable DATA SHARING + C##ADP$SERVICE.DBMS_SHARE.ENABLE_SCHEMA( + SCHEMA_NAME => upper('&1'), + ENABLED => TRUE + ); +*/ + +end; +/ + +-- +-- end of script +-- diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql new file mode 100644 index 0000000..d197071 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_APEX_ADMIN_v2.0.sql @@ -0,0 +1,65 @@ +-- Copyright © 2025, Oracle and/or its affiliates. +-- All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl +---------------------------------------------------------------- +-- +-- vectorRAG-IN-A-BOX_APEX_ADMIN.sql +-- +-- this script will setup up a new workspace in APEX and add +-- the admin user. +-- +-- v2.0 mac initial release +-- +-- Parameters: +-- +-- 1 apex workspace name (e.g., ERIAB) +-- 2 base oracle schema (as entered in the USER script) +-- 3 apex admin username (e.g., ERIAB) +-- 4 apex admin password for db (must comply with min password lenght, etc) +-- 5 apex admin password for apex (can be same as username, e.g., ERIAB) +-- +---------------------------------------------------------------- + +---------------------------------------------------------------- +-- +-- ************ AS ADMIN +-- +---------------------------------------------------------------- + +declare + l_workspace varchar2(50) := '&1'; + l_db_schema varchar2(50) := '&2'; + l_apex_user varchar2(50) := '&3'; + l_apex_pwdd varchar2(50) := '&4'; + l_apex_pwda varchar2(50) := '&5'; +begin + + execute immediate 'create user '||l_apex_user||' identified by "'||l_apex_pwdd||'"'; + + --grant all the privileges that a db user would get if provisioned by APEX + for c1 in (select privilege + from sys.dba_sys_privs + where grantee = 'APEX_GRANTS_FOR_NEW_USERS_ROLE' ) loop + execute immediate 'grant '||c1.privilege||' to '||l_apex_user; + end loop; + + apex_instance_admin.add_workspace( + p_workspace => l_workspace, + p_primary_schema => l_db_schema); + + apex_util.set_workspace( + p_workspace => l_workspace); + + apex_util.create_user( + p_user_name => l_apex_user, + p_web_password => l_apex_pwda, + p_developer_privs => 'ADMIN:CREATE:DATA_LOADER:EDIT:HELP:MONITOR:SQL', + p_email_address => l_apex_user ||'@example.com', + p_default_schema => l_db_schema, + p_change_password_on_first_use => 'N' ); + +end; +/ + +-- +-- end of script +-- \ No newline at end of file diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_APEX_USER_v2.0.sql b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_APEX_USER_v2.0.sql new file mode 100644 index 0000000..899da29 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_APEX_USER_v2.0.sql @@ -0,0 +1,43 @@ +-- Copyright © 2025, Oracle and/or its affiliates. +-- All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl +-------------------------------------------------------------------------------------------------------------------------------- +-- +-- vectorRAG-IN-A-BOX_APEX_USER.sql +-- +-- this script will load the application code +-- +-- v1.0 mac initial release +-- v2.0 mac added file to load +-- +-- Parameters: +-- +-- 1 workspace name as entered in the APEX ADMIN script +-- 2 base oracle schema as entered in the ADMIN +-- 3 application file to load, including path if needed +-- +---------------------------------------------------------------- + +---------------------------------------------------------------- +-- +-- ************ AS APEX ADMIN user (using the DB password!) +-- +---------------------------------------------------------------- + +declare + l_workspace_id number; +begin + select workspace_id into l_workspace_id + from apex_workspaces + where workspace = '&1'; + -- + apex_application_install.set_workspace_id( l_workspace_id ); + apex_application_install.generate_offset; + apex_application_install.set_schema( '&2' ); +end; +/ + +@&3 + +-- +-- end of script +-- diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_USER_CREDS_v1.1.sql b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_USER_CREDS_v1.1.sql new file mode 100644 index 0000000..e6ddff1 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_USER_CREDS_v1.1.sql @@ -0,0 +1,98 @@ +-- Copyright © 2025, Oracle and/or its affiliates. +-- All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl +---------------------------------------------------------------- +-- +-- vectorRAG-IN-A-BOX_USER_CREDS.sql +-- +-- this script will create the necessary credentials set, and +-- complete the initial setup for immediate use of RIAB +-- +-- Parameters +-- +-- '&1' - ${var.apex_user} +-- "&2" - ${var.user_ocid} +-- "&3" - ${var.tenancy_ocid} +-- "&4" - ${var.bucket_url} +-- "&5" - ${var.private_key} +-- "&6" - ${var.fingerprint} +-- "&7" - ${var.compartment_id} +-- +-- v1.0 iop initial release +-- v1.1 mac update docs +-- +---------------------------------------------------------------- + +---------------------------------------------------------------- +-- AS DATABASE USER +---------------------------------------------------------------- + +-- Insert data into the settings table with sensible defaults +-- for all the three phases: chunking, index, search +-- +INSERT INTO vriab_user_settings VALUES ( + '&1', + 'CHUNKING', + json('{ + "by" : "words", + "max" : 300, + "overlap" : 15, + "split" : "sentence", + "normalize" : "options", + "extend" : "true" + }')); + +INSERT INTO vriab_user_settings VALUES ( + '&1', + 'VECTOR', + json('{ "idxtype" : "HNSW", + "distance" : "COSINE", + "accuracy" : 95, + "neighbors": 50, + "efconstr" : 1000, + "samples" : 1, + "minvect" : 0, + "parallel" : 2 + }')); + +INSERT INTO vriab_user_settings VALUES ( + '&1', + 'EXEC', + json('{ "topk" : 5, + "distance" : "COSINE", + "accuracy" : 95 + }')); + +INSERT INTO vriab_user_settings VALUES ( + '&1', + 'BUCKETCRED', + json('{ "user_ocid" : "&2", + "tenancy_ocid" : "&3", + "bucket_url" : "&4", + "private_key" : "&5", + "fingerprint" : "&6" + }')); + +INSERT INTO vriab_user_settings VALUES ( + '&1', + 'RAGCRED', + json('{ "user_ocid" : "&2", + "tenancy_ocid" : "&3", + "compartment_ocid" : "&7", + "private_key" : "&5", + "fingerprint" : "&6" + }')); + +-- exercise the setting table +select * from vriab_user_settings; + +begin + vriab_create_bucket_cred('&1'); + vriab_create_llm_cred('&1'); + vriab_process_input_files_ws('&1'); + -- vriab_create_index('&1'); -- need to be done in the GUI +end; +/ + +-- +-- end of script +-- \ No newline at end of file diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_USER_v1.2.sql b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_USER_v1.2.sql new file mode 100644 index 0000000..aaabd88 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_USER_v1.2.sql @@ -0,0 +1,1108 @@ +-- Copyright © 2025, Oracle and/or its affiliates. +-- All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl +-------------------------------------------------------------------------------------------------------------------------------- +-- +-- vectorRAG-IN-A-BOX_USER.sql +-- +-- this script will setup up a new user in an autonomous DB +-- and create a RAG system loading from source documents on +-- object store and the select AI framework. +-- +-- v1.0 mac initial release +-- v1.1 mac implement alternative query method +-- v1.2 mac added "with target accuracy" and vriab_util_timestamp_diff +-- +-- Parameters +-- +-- no parameters passed to this script +-- +-------------------------------------------------------------------------------------------------------------------------------- + +---------------------------------------------------------------- +-- AS DATABASE USER +---------------------------------------------------------------- + +-------------------------------------------------------------------------------------------------------------------------------- +-- Create user settings table +-------------------------------------------------------------------------------------------------------------------------------- + +drop table if exists vriab_user_settings; + +CREATE TABLE vriab_user_settings( + riab_user VARCHAR2(128) NOT NULL, + pref_type VARCHAR2(10) NOT NULL, + settings JSON, + CONSTRAINT vriab_user_settings_pk PRIMARY KEY (riab_user, pref_type) +); + +-- Insert data into the settings table with sensible defaults +-- for all the three phases: chunking, index, search +-- +INSERT INTO vriab_user_settings VALUES ( + 'DEFAULT', + 'CHUNKING', + json('{ + "by" : "words", + "max" : 300, + "overlap" : 15, + "split" : "sentence", + "normalize" : "options", + "extend" : "true" + }')); + +--options "norm_options" : [ "whitespace", "punctuation" ], + +INSERT INTO vriab_user_settings VALUES ( + 'DEFAULT', + 'VECTOR', + json('{ "idxtype" : "HNSW", + "distance" : "COSINE", + "accuracy" : 95, + "neighbors": 50, + "efconstr" : 1000, + "samples" : 1, + "minvect" : 0, + "parallel" : 2 + }')); + +INSERT INTO vriab_user_settings VALUES ( + 'DEFAULT', + 'EXEC', + json('{ "topk" : 5, + "distance" : "COSINE", + "accuracy" : 95 + }')); + +-- Insert credentials data into the setting table +INSERT INTO vriab_user_settings VALUES ( + 'DEFAULT', + 'BUCKETCRED', + json('{ "user_ocid" : "<>", + "tenancy_ocid" : "<>", + "bucket_url" : "<>", + "private_key" : "<>", + "fingerprint" : "<>" + }')); + +-- Insert credentials data into the setting table +INSERT INTO vriab_user_settings VALUES ( + 'DEFAULT', + 'RAGCRED', + json('{ "user_ocid" : "<>", + "tenancy_ocid" : "<>", + "compartment_ocid" : "<>", + "private_key" : "<>", + "fingerprint" : "<>" + }')); + +-- exercise the setting table +select * from vriab_user_settings; + +-------------------------------------------------------------------------------------------------------------------------------- +-- Create the credentials for accessing the bucket with content +-------------------------------------------------------------------------------------------------------------------------------- + +create or replace procedure vriab_create_bucket_cred( r_user IN VARCHAR2 ) +is + uocid varchar2(256); + tocid varchar2(256); + pkey varchar2(2000); + fprint varchar2(256); +begin + -- clean up + begin + dbms_cloud.drop_credential(credential_name => 'VRIAB_RAG_BUCKET'); + exception + when others then null; + end; + +-- get vector creation prefs + select xuocid, + xtocid, + xpkey, + xfprint + into uocid,tocid,pkey,fprint + from json_table( + (select settings from vriab_user_settings + where riab_user = r_user + and pref_type = 'BUCKETCRED' + ), '$[*]' COLUMNS ( + xuocid varchar2(256) format json PATH '$.user_ocid', + xtocid varchar2(256) format json PATH '$.tenancy_ocid', + xpkey varchar2(2000) format json PATH '$.private_key', + xfprint varchar2(256) format json PATH '$.fingerprint')); +/* + dbms_output.put_line(SUBSTR(pkey, 2, LENGTH(pkey) - 2)); + dbms_output.put_line(SUBSTR(uocid, 2, LENGTH(uocid) - 2)); + dbms_output.put_line(SUBSTR(tocid, 2, LENGTH(tocid) - 2)); + dbms_output.put_line(SUBSTR(fprint, 2, LENGTH(fprint) - 2)); +*/ + + -- remove the quote marks left over from json storage otherwise the call will succeed + -- but you'll get an auth violation + DBMS_CLOUD.CREATE_CREDENTIAL ( + credential_name => 'VRIAB_RAG_BUCKET', + user_ocid => SUBSTR(uocid, 2, LENGTH(uocid) - 2), + tenancy_ocid => SUBSTR(tocid, 2, LENGTH(tocid) - 2), + private_key => SUBSTR(pkey, 2, LENGTH(pkey) - 2), + fingerprint => SUBSTR(fprint, 2, LENGTH(fprint) - 2) + ); + +end vriab_create_bucket_cred; +/ + +/* +-- create the bucket credential +begin + vriab_create_bucket_cred('DEFAULT'); +end; +/ +*/ + +-------------------------------------------------------------------------------------------------------------------------------- +-- Create the credentials for accessing the OCI GenAI LLM: +-------------------------------------------------------------------------------------------------------------------------------- + +create or replace procedure vriab_create_llm_cred( r_user in varchar2 ) +is + uocid varchar2(256); + tocid varchar2(256); + cocid varchar2(256); + pkey varchar2(2000); + fprint varchar2(256); + jo json_object_t; + bo clob := ' '; +begin + + -- clean up + begin + dbms_CLOUD.drop_credential(credential_name => 'VRIAB_LLM_CRED'); + exception + when others then null; + end; + +-- get LLM prefs + select xuocid, + xtocid, + xcocid, + xpkey, + xfprint + into uocid,tocid,cocid,pkey,fprint + from json_table( + (select settings from vriab_user_settings + where riab_user = r_user + and pref_type = 'RAGCRED' + ), '$[*]' COLUMNS ( + xuocid varchar2(256) format json PATH '$.user_ocid', + xtocid varchar2(256) format json PATH '$.tenancy_ocid', + xcocid varchar2(256) format json PATH '$.compartment_ocid', + xpkey varchar2(2000) format json PATH '$.private_key', + xfprint varchar2(256) format json PATH '$.fingerprint')); + +-- credentials for GenAI OCI: + dbms_lob.append(bo, '{ "user_ocid" : '); + dbms_lob.append(bo, uocid); + dbms_lob.append(bo, ', "tenancy_ocid" : '); + dbms_lob.append(bo, tocid); + dbms_lob.append(bo, ', "compartment_ocid" : '); + dbms_lob.append(bo, cocid); + dbms_lob.append(bo, ', "private_key" : '); + dbms_lob.append(bo, pkey); + dbms_lob.append(bo, ', "fingerprint" : '); + dbms_lob.append(bo, fprint); + dbms_lob.append(bo, '}'); + + jo := json_object_t.parse(bo); + + dbms_vector.create_credential( + credential_name => 'VRIAB_LLM_CRED', + params => json(jo.to_string)); + +end vriab_create_llm_cred; +/ + +/* +-- create the bucket credential +begin + vriab_create_llm_cred('DEFAULT'); +end; +/ + +-- Test that the LLM is working: +SELECT + dbms_vector.utl_to_embedding( + 'hello', + json('{ + "provider": "OCIGenAI", + "credential_name": "VRIAB_LLM_CRED", + "url": "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com/20231130/actions/embedText", + "model": "cohere.embed-multilingual-v3.0" + }') + ) as TEST_EMBEDDING +FROM dual; +*/ + +-------------------------------------------------------------------------------------------------------------------------------- +-- check status of infrastructure +-------------------------------------------------------------------------------------------------------------------------------- + +create or replace function vriab_check_status ( + r_user in varchar2 +) return number +is + cnt number; +begin + + -- check credentials + select count(*) into cnt from user_credentials + where credential_name = 'VRIAB_LLM_CRED' or + credential_name = 'VRIAB_RAG_BUCKET'; + + -- 1 = credentials not ok + if (cnt < 2) then + return 1; + end if; + + -- check prefs + select count(*) into cnt from vriab_user_settings + where riab_user = r_user + and pref_type = 'VECTOR' or + pref_type = 'EXEC' or + pref_type = 'CHUNKING'; + + -- 2 = prefs not ok + if (cnt < 3) then + return 2; + end if; + + -- check index + select count(*) into cnt from user_indexes + where index_name = 'VRIAB_VECTOR_INDEX'; + + -- 3 = index not present + if (cnt = 0) then + return 3; + end if; + + -- all ok + return 0; + +end vriab_check_status; +/ + +/* +begin + vriab_check_status('DEFAULT'); +end; +/ +*/ + +-------------------------------------------------------------------------------------------------------------------------------- +-- create the working tables for storing the chunks and the vectors +-------------------------------------------------------------------------------------------------------------------------------- + +-- Clean up + drop table if exists vriab_chunks; + drop table if exists vriab_embeddings; + + create table vriab_chunks ( + chunk_id NUMBER, -- The ID of the chunk + chunk_offset NUMBER, -- The offset of the chunk + chunk_length NUMBER, -- The length of the chunk + chunk_data CLOB -- The actual data of the chunk + ); + + create table vriab_embeddings ( + docid NUMBER, -- Document ID + body CLOB, -- Body text + text_vec VECTOR, -- Embedding vector + url VARCHAR2(500), -- URL + title VARCHAR2(255) -- Title + ); + +-------------------------------------------------------------------------------------------------------------------------------- +-- create the procedure for processing the files +-- https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/utl_to_chunks-dbms_vector_chain.html +-------------------------------------------------------------------------------------------------------------------------------- + +create or replace procedure vriab_process_input_files ( + r_user in varchar2 +) is + v_chunk_id number; + v_max_chunk_id number; + bt varchar2(512); + xy varchar2(512); + mx number; + ov number; + sp varchar2(512); + xo varchar2(512); + ex varchar2(512); + nox varchar2(512); +begin + + -- This procedure reloads all files, so clear the embeddings table and drop the index built on it + begin + execute immediate 'drop index VRIAB_VECTOR_INDEX'; + exception + when others then null; + end; + execute immediate 'truncate table vriab_embeddings'; + +-- get bucket url + select SUBSTR(xbt, 2, LENGTH(xbt) - 2) into bt + from json_table( + (select settings from vriab_user_settings + where riab_user = r_user + + and pref_type = 'BUCKETCRED' + ), '$[*]' COLUMNS ( + xbt varchar2(512) format json PATH '$.bucket_url')); + +-- get chunking prefs + select xxy, + to_number(xmx), + to_number(xov), + xsp, + SUBSTR(xxo, 2, LENGTH(xxo) - 2), + xex + into xy,mx,ov,sp,xo,ex + from json_table( + (select settings from vriab_user_settings + where riab_user = r_user + and pref_type = 'CHUNKING' + ), '$[*]' COLUMNS ( + xxy varchar2(256) format json PATH '$.by', + xmx varchar2(256) format json PATH '$.max', + xov varchar2(256) format json PATH '$.overlap', + xsp varchar2(256) format json PATH '$.split', + xxo varchar2(256) format json PATH '$.normalize', + xex varchar2(256) format json PATH '$.extend')); + + -- fix the normalization case + if xo = 'options' then + nox := '"normalize": "options", "norm_options" : [ "whitespace", "punctuation" ],'; + else + nox := '"normalize": "'||xo||'",'; + end if; + + -- Loop over each file URL + for i in ( select object_name obj_name from dbms_cloud.list_objects('VRIAB_RAG_BUCKET', ''||bt||'' )) loop + + --dbms_output.put_line(i.obj_name); + + v_chunk_id := 1; + + insert into vriab_chunks + select + j.chunk_id, + j.chunk_offset, + j.chunk_length, + j.chunk_data + from + (select * from dbms_vector_chain.utl_to_chunks( + dbms_vector_chain.utl_to_text( + to_blob( dbms_cloud.get_object( 'VRIAB_RAG_BUCKET', ''||bt||'/'|| i.obj_name||'' ) ) + ), + json('{ "by": '||xy||', '|| + '"max": '||mx||', '|| + '"overlap": '||ov||', '|| + '"split": '||sp||', '|| + nox|| + '"extend": '||ex||'}') + ) + ) t, + json_table( t.column_value, '$' + columns ( + chunk_id number path '$.chunk_id', + chunk_offset number path '$.chunk_offset', + chunk_length number path '$.chunk_length', + chunk_data clob path '$.chunk_data' + ) + ) j; + + + -- Find the number of chunks for the file being processes + select max(chunk_id) into v_max_chunk_id from vriab_chunks; + + -- Populate embeddings using chunked data + while v_chunk_id <= v_max_chunk_id loop + + insert into vriab_embeddings ( docid, body, text_vec, url, title ) + select chunk_id as docid, + to_char(chunk_data) as body, + dbms_vector.utl_to_embedding( + chunk_data, + json('{ + "provider": "OCIGenAI", + "credential_name": "VRIAB_LLM_CRED", + "url": "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com/20231130/actions/embedText", + "model": "cohere.embed-multilingual-v3.0", + "batch_size": 10 + }') ) as text_vec, + bt||'/'||i.obj_name as url, + i.obj_name as title + from vriab_chunks + where chunk_id = v_chunk_id; + + -- Increment chunk_id for the next loop iteration + v_chunk_id := v_chunk_id + 1; + end loop; -- end while for embedding + + -- Clear the chunking table for next file + execute immediate 'truncate table vriab_chunks'; + + -- Sleep for a few seconds to avoid exceeding LLM calls limits + dbms_lock.sleep(5); + + end loop; -- end file loop + + -- Commit all changes + commit; + +end vriab_process_input_files; +/ + + +/* +begin + vriab_process_input_files('DEFAULT'); +end; +/ +*/ + +-------------------------------------------------------------------------------------------------------------------------------- +-- create the vector index +-------------------------------------------------------------------------------------------------------------------------------- + +create or replace procedure vriab_create_index ( + r_user in varchar2 +) is + id varchar2(50); + di varchar2(50); + ac number; + ne number; + ef number; + sa number; + mi number; + pa number; +begin + +-- Clean-up + begin + execute immediate 'drop index VRIAB_VECTOR_INDEX'; + exception + when others then null; + end; + +-- get vector creation prefs + select idx, + dix, + to_number(acx), + to_number(nex), + to_number(efx), + to_number(sax), + to_number(mix), + to_number(pax) + into id,di,ac,ne,ef,sa,mi,pa + from json_table( + (select settings from vriab_user_settings + where riab_user = r_user + and pref_type = 'VECTOR' + ), '$[*]' COLUMNS ( + idx varchar2(256) format json PATH '$.idxtype', + dix varchar2(256) format json PATH '$.distance', + acx varchar2(256) format json PATH '$.accuracy', + nex varchar2(256) format json PATH '$.neighbors', + efx varchar2(256) format json PATH '$.efconstr', + sax varchar2(256) format json PATH '$.samples', + mix varchar2(256) format json PATH '$.minvect', + pax varchar2(256) format json PATH '$.parallel')); + + id := SUBSTR(id, 2, LENGTH(id) - 2); + di := SUBSTR(di, 2, LENGTH(di) - 2); + + if (id = 'HNSW') then + -- HNSW index + execute immediate 'CREATE VECTOR INDEX VRIAB_VECTOR_INDEX ON vriab_embeddings(text_vec) '|| + 'ORGANIZATION INMEMORY NEIGHBOR GRAPH '|| + 'DISTANCE '||di|| + ' WITH TARGET ACCURACY '||ac|| + ' PARAMETERS (type HNSW, '|| + 'neighbors '||ne||', '|| + 'efconstruction '||ef||') '|| + 'parallel '||pa; + else + -- IVF index + execute immediate 'CREATE VECTOR INDEX VRIAB_VECTOR_INDEX ON vriab_embeddings(text_vec) '|| + 'ORGANIZATION NEIGHBOR PARTITIONS '|| + 'DISTANCE '||di|| + ' WITH TARGET ACCURACY '||ac|| + ' PARAMETERS (type IVF, '|| + 'samples_per_partition '||sa||', '|| + 'min_vectors_per_partition '||mi||') '|| + 'parallel '||pa; + end if; -- index type +end vriab_create_index; +/ + +/* +-- create the index and the profile +begin + vriab_create_index('DEFAULT'); +end; +/ +*/ + +-------------------------------------------------------------------------------------------------------------------------------- +-- deliver the chunking and the create +-- vector syntax from the prefs. It duplicates some code (bad) but it +-- formats the output nicely, so worth duplicating. +-------------------------------------------------------------------------------------------------------------------------------- + +create or replace function vriab_create_index_code ( + r_user in varchar2 +) return clob is + id varchar2(50); + di varchar2(50); + ac number; + ne number; + ef number; + sa number; + mi number; + pa number; + xy varchar2(512); + mx number; + ov number; + sp varchar2(512); + xo varchar2(512); + ex varchar2(512); + nox varchar2(512); + cc clob; + ch clob; +begin + +-- get chunking prefs + select xxy, + to_number(xmx), + to_number(xov), + xsp, + SUBSTR(xxo, 2, LENGTH(xxo) - 2), + xex + into xy,mx,ov,sp,xo,ex + from json_table( + (select settings from vriab_user_settings + where riab_user = r_user + and pref_type = 'CHUNKING' + ), '$[*]' COLUMNS ( + xxy varchar2(256) format json PATH '$.by', + xmx varchar2(256) format json PATH '$.max', + xov varchar2(256) format json PATH '$.overlap', + xsp varchar2(256) format json PATH '$.split', + xxo varchar2(256) format json PATH '$.normalize', + xex varchar2(256) format json PATH '$.extend')); + + -- fix the normalization case + if xo = 'options' then + nox := '"normalize": "options", "norm_options" : [ "whitespace", "punctuation" ],'; + else + nox := '"normalize": "'||xo||'",'; + end if; + + ch := 'insert into vriab_chunks + select + j.chunk_id, + j.chunk_offset, + j.chunk_length, + j.chunk_data + from + (select * from + dbms_vector_chain.utl_to_chunks( + dbms_vector_chain.utl_to_text( + to_blob( dbms_cloud.get_object( , ) ) + ), + json(''{ "by": '||xy||', '|| + '"max": '||mx||', '|| + '"overlap": '||ov||', '|| + '"split": '||sp||', '|| chr(10)|| +' '|| nox|| + '"extend": '||ex||'}'') + ) + ) t, + json_table( t.column_value, ''$'' + columns ( + chunk_id number path ''$.chunk_id'', + chunk_offset number path ''$.chunk_offset'', + chunk_length number path ''$.chunk_length'', + chunk_data clob path ''$.chunk_data'' + ) + ) j;'; + +-- get vector creation prefs + select idx, + dix, + to_number(acx), + to_number(nex), + to_number(efx), + to_number(sax), + to_number(mix), + to_number(pax) + into id,di,ac,ne,ef,sa,mi,pa + from json_table( + (select settings from vriab_user_settings + where riab_user = r_user + and pref_type = 'VECTOR' + ), '$[*]' COLUMNS ( + idx varchar2(256) format json PATH '$.idxtype', + dix varchar2(256) format json PATH '$.distance', + acx varchar2(256) format json PATH '$.accuracy', + nex varchar2(256) format json PATH '$.neighbors', + efx varchar2(256) format json PATH '$.efconstr', + sax varchar2(256) format json PATH '$.samples', + mix varchar2(256) format json PATH '$.minvect', + pax varchar2(256) format json PATH '$.parallel')); + + id := SUBSTR(id, 2, LENGTH(id) - 2); + di := SUBSTR(di, 2, LENGTH(di) - 2); + + if (id = 'HNSW') then + -- HNSW index + cc := 'CREATE VECTOR INDEX VRIAB_VECTOR_INDEX ON vriab_embeddings(text_vec) '|| chr(10) || + ' ORGANIZATION INMEMORY NEIGHBOR GRAPH '|| chr(10) || + ' DISTANCE '||di|| chr(10) || + ' WITH TARGET ACCURACY '||ac|| chr(10) || + ' PARAMETERS (type HNSW, '|| chr(10) || + ' neighbors '||ne||', '|| chr(10) || + ' efconstruction '||ef||') '|| chr(10) || + ' PARALLEL '||pa || ';'; + else + -- IVF index + cc := 'CREATE VECTOR INDEX VRIAB_VECTOR_INDEX ON vriab_embeddings(text_vec) '|| chr(10) || + ' ORGANIZATION NEIGHBOR PARTITIONS '|| chr(10) || + ' DISTANCE '||di|| chr(10) || + ' WITH TARGET ACCURACY '||ac|| chr(10) || + ' PARAMETERS (type IVF, '|| chr(10) || + ' samples_per_partition '||sa||', '|| chr(10) || + ' min_vectors_per_partition '||mi||') '|| chr(10) || + ' PARALLEL '||pa || ';'; + end if; -- index type + + cc := 'Chunking Code' || chr(10) || '---------------------------------------------' || chr(10) || + ch || chr(10) || chr(10) || '---------------------------------------------' || chr(10) || + 'Create Index Code' || chr(10) || '---------------------------------------------' || chr(10) || + cc || chr(10) || '---------------------------------------------' ; + + return cc; +end vriab_create_index_code; +/ + + +/* +-- test +declare + cc clob; +begin + cc := vriab_create_index_code('DEFAULT'); + dbms_output.put_line(cc); +end; +/ +*/ + +-------------------------------------------------------------------------------------------------------------------------------- +-- use the scheduler to call the chunking/vectorizing procedure +-- that will timeout in APEX anyway (ws = with scheduler) +-------------------------------------------------------------------------------------------------------------------------------- + +create or replace procedure vriab_process_input_files_ws ( + r_user in varchar2 +) is +begin + + -- clean up + begin + DBMS_SCHEDULER.DROP_JOB ( + job_name => 'VRIAB_PROC_FILES_JOB', + force => true); + EXCEPTION when others then null; + end; + + begin + DBMS_SCHEDULER.DROP_PROGRAM ( + program_name => 'VRIAB_PROC_FILES_PROG', + force => true); + EXCEPTION when others then null; + end; + + DBMS_SCHEDULER.CREATE_PROGRAM ( + program_name => 'VRIAB_PROC_FILES_PROG', + program_action => 'vriab_process_input_files', + program_type => 'STORED_PROCEDURE', + number_of_arguments => 1, + enabled => false); + + DBMS_SCHEDULER.define_program_argument( + program_name => 'VRIAB_PROC_FILES_PROG', + argument_position => 1, + argument_name => 'R_USER', + argument_type => 'VARCHAR2'); + + DBMS_SCHEDULER.enable(name => 'VRIAB_PROC_FILES_PROG'); + + -- run immediately + DBMS_SCHEDULER.CREATE_JOB ( + job_name => 'VRIAB_PROC_FILES_JOB', + program_name => 'VRIAB_PROC_FILES_PROG', + enabled => false); + + DBMS_SCHEDULER.SET_JOB_ARGUMENT_VALUE ( + job_name => 'VRIAB_PROC_FILES_JOB', + argument_position => 1, + argument_value => r_user); + + DBMS_SCHEDULER.enable(name => 'VRIAB_PROC_FILES_JOB'); + + +end vriab_process_input_files_ws; +/ + +-------------------------------------------------------------------------------------------------------------------------------- +-- check the status of the sources +-------------------------------------------------------------------------------------------------------------------------------- +-- clean up +drop table if exists vriab_doc_sources; + +create table vriab_doc_sources( + id number generated by default as identity (increment by 1), + fname varchar(500), + vstatus varchar(50), + chunks number, + fstatus varchar2(50)); + +create or replace procedure vriab_check_sources ( + r_user in varchar2 +) is + cnt number; + bt varchar2(512); +begin + + -- clean up + execute immediate 'truncate table vriab_doc_sources'; + + -- get bucket url (clean of quote chars) + select SUBSTR(xbt, 2, LENGTH(xbt) - 2) into bt + from json_table( + (select settings from vriab_user_settings + where riab_user = r_user + and pref_type = 'BUCKETCRED' + ), '$[*]' COLUMNS ( + xbt varchar2(512) format json PATH '$.bucket_url')); + + -- insert the current index status + insert into vriab_doc_sources ( fname, vstatus, chunks, fstatus ) + select SUBSTR(v.url,(INSTR(v.url,'/',-1,1)+1),length(v.url)), 'VECTORIZED', count(v.docid), 'OBSOLETE' from vriab_embeddings v group by v.url; + + -- check if the files on object store changed... + for i in ( select object_name obj_name from dbms_cloud.list_objects('VRIAB_RAG_BUCKET',bt) ) loop + + select count(fname) into cnt from vriab_doc_sources + where fname = i.obj_name; + if (cnt = 0) then + -- new file found + insert into vriab_doc_sources values (DEFAULT, i.obj_name, 'UNPROCESSED', 0, 'CURRENT'); + else + -- existing file already processed + update vriab_doc_sources + set fstatus = 'CURRENT' + where fname = i.obj_name; + end if; + end loop; + + commit; +end vriab_check_sources; +/ + +/* +-- update the table +begin + vriab_check_sources('DEFAULT'); +end; +/ + +-- verify URLs +select * from riab_doc_sources; + +*/ + +-------------------------------------------------------------------------------------------------------------------------------- +-- You can find information about your vector indexes by looking at ALL_INDEXES, DBA_INDEXES, and USER_INDEXES family of views. +-- The columns of interest are INDEX_TYPE (VECTOR) and INDEX_SUBTYPE (INMEMORY_NEIGHBOR_GRAPH_HNSW or NEIGHBOR_PARTITIONS_IVF). +-- https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/index-accuracy-report.html +-- https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/vector-index-status-checkpoint-and-advisor-procedures.html +-- + +-------------------------------------------------------------------------------------------------------------------------------- +-- Get the answer! +-------------------------------------------------------------------------------------------------------------------------------- +create or replace procedure vriab_get_answer ( + user_question IN CLOB, + rag_user IN VARCHAR2, + llm_answer OUT CLOB, -- new answer + rag_context IN OUT CLOB, -- in input brings in the cumulated previous answers to augment the context + -- in output shows the inner workings + use_index IN bool default TRUE, + use_plsql IN bool default FALSE +) is + prompt CLOB; + context CLOB; + sources CLOB; + + tk NUMBER; + dm VARCHAR2(50); + ac NUMBER; + + l_cols json_array_t := json_array_t(); + t_json json_array_t := json_array_t(); + + query_vec VECTOR; + + rid number; + mid number; + mtext clob; + murl varchar2(512); + + a_json clob; + +begin + + -- Generate embedding for the query + query_vec := dbms_vector.utl_to_embedding( + user_question, + json('{ "provider": "OCIGenAI", + "credential_name": "VRIAB_LLM_CRED", + "url": "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com/20231130/actions/embedText", + "model": "cohere.embed-multilingual-v3.0" + }') + ); + + -- initialize the context + context := rag_context; + prompt := ''; + + -- get query prefs + select to_number(tkx), + SUBSTR(dmx, 2, LENGTH(dmx) - 2), + to_number(acx) + into tk,dm,ac + from json_table( + (select settings from vriab_user_settings + where riab_user = rag_user + and pref_type = 'EXEC' + ), '$[*]' COLUMNS ( + tkx varchar2(256) format json PATH '$.topk', + dmx varchar2(256) format json PATH '$.distance', + acx varchar2(256) format json PATH '$.accuracy')); + + sources := 'Sources: '; + + -- select your death + if (use_plsql) then + -- select columns to be returned, we don't need the vectors + l_cols.append('DBMSVECTOR_ROWNUM'); + l_cols.append('DOCID'); + l_cols.append('BODY'); + l_cols.append('URL'); + + t_json := DBMS_VECTOR.query( + TAB_NAME => 'VRIAB_EMBEDDINGS', + VEC_COL_NAME => 'TEXT_VEC', + QUERY_VECTOR => query_vec, + TOP_K => tk, + VEC_PROJ_COLS => l_cols, + IDX_NAME => 'VRIAB_VECTOR_INDEX', + DISTANCE_METRIC => dm, + USE_INDEX => use_index, + ACCURACY => ac, + IDX_PARAMETERS => null ); + + for i in 1..t_json.get_size() loop + rid := TREAT (t_json.get (i - 1) AS json_object_t).get_number ('DBMSVECTOR_ROWNUM'); + mid := TREAT (t_json.get (i - 1) AS json_object_t).get_number ('DOCID'); + mtext := TREAT (t_json.get (i - 1) AS json_object_t).get_clob ('BODY'); + murl := TREAT (t_json.get (i - 1) AS json_object_t).get_string ('URL'); + + -- concatenate each value to the string + context := context || ' ' || mtext; + sources := sources || ' ' || 'URL: ' || murl; + end loop; + + else -- use plsql + + for i in (select docid, body, VECTOR_DISTANCE(text_vec, query_vec) as score, url + from vriab_embeddings + order by score asc + fetch first tk rows only with target accuracy ac) loop + + -- concatenate each value to the string + context := context || ' ' || i.body; + sources := sources || ' ' || 'URL: ' || i.url; + + + t_json.append( json_object( 'DOCID' value i.docid, 'SCORE' value i.score, 'BODY' value i.body, 'URL' value i.url format json) ); + end loop; + + end if; -- use plsql + + -- make it pretty for visualization. NB if returning the vectors it will break the json_serialize + a_json := t_json.to_clob; + select JSON_SERIALIZE(a_json returning clob PRETTY) into a_json from dual; + + + -- strip some of the annoying html tags + -- select REGEXP_REPLACE(context, '<.+?>') as t into context from dual; + -- DBMS_OUTPUT.PUT_LINE('Generated context: ' || context); + + -- concatenate strings and format it as an enhanced prompt to the LLM + prompt := 'Answer the following question using the supplied context assuming you are a subject matter expert; include found URLs in a separated category labeled Sources. Question: ' + || user_question || ' Context: ' || context ||' '|| sources || ' ' || rag_context; + + --DBMS_OUTPUT.PUT_LINE('Postprocessed prompt: ' || prompt); + + -- overwrite the passed in context with the locally generated one + rag_context := '++++Chunks++++' || chr(10) || a_json || chr(10) || '****Context**** '|| chr(10) || context || chr(10) || '----Sources---- '|| chr(10) || sources; + + select dbms_vector_chain.utl_to_generate_text( + prompt, json('{ + "provider" : "ocigenai", + "credential_name": "VRIAB_LLM_CRED", + "url" : "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com/20231130/actions/chat", + "model" : "cohere.command-r-plus-08-2024", + "chatRequest" : { + "maxTokens": 2048 + } + }')) into llm_answer + from dual; + +end vriab_get_answer; +/ + +/* +-- exercise the routine +VAR aa CLOB; +VAR bb CLOB; +begin + -- read this question from the user + vriab_get_answer( to_clob('who is part of the data in industry team?'), 'DEFAULT', :aa, :bb, true, false); + DBMS_OUTPUT.PUT_LINE('Answer: ' || :aa); + DBMS_OUTPUT.PUT_LINE('Context: ' || :bb); +end; +/ +*/ + +-------------------------------------------------------------------------------------------------------------------------------- +/* ********************************************************************************* +-- alternative way to query +CREATE OR REPLACE FUNCTION vriab_return_results ( + p_query IN VARCHAR2, + top_k IN NUMBER +) RETURN SYS_REFCURSOR IS + v_results SYS_REFCURSOR; + query_vec VECTOR; +BEGIN + -- Generate embedding for the query + query_vec := dbms_vector.utl_to_embedding( + p_query, + json('{ + "provider": "OCIGenAI", + "credential_name": "VRIAB_LLM_CRED", + "url": "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com/20231130/actions/embedText", + "model": "cohere.embed-multilingual-v3.0" + }') + ); + + -- Open a cursor to return results ordered by the vector distance (most similar first) + OPEN v_results FOR + SELECT DOCID, BODY, VECTOR_DISTANCE(text_vec, query_vec) AS SCORE, URL, TITLE + FROM vriab_embeddings + ORDER BY SCORE ASC + FETCH FIRST top_k ROWS ONLY; + + -- Return the cursor + RETURN v_results; +END; +/ + +select VRIAB_RETURN_RESULTS('what is massimo?',5) from dual; + +********************************************************************************* */ +-------------------------------------------------------------------------------------------------------------------------------- + +-------------------------------------------------------------------------------------------------------------------------------- +-- Calculates msecs between timestamps +-------------------------------------------------------------------------------------------------------------------------------- +create or replace function vriab_util_timestamp_diff ( + start_time in timestamp, + end_time in timestamp +) return number +is + l_days number; + l_hours number; + l_minutes number; + l_seconds number; + l_milliseconds number; +begin + select extract(day from end_time - start_time ) + , extract(hour from end_time - start_time ) + , extract(minute from end_time - start_time ) + , extract(second from end_time - start_time ) + into l_days, l_hours, l_minutes, l_seconds + from dual; + l_milliseconds := l_seconds*1000 + l_minutes*60*1000 + l_hours*60*60*1000 + l_days*24*60*60*1000; + return int(l_milliseconds); +end; +/ + +/* +begin + dbms_output.put_line(vriab_util_timestamp_diff(TO_TIMESTAMP('12.04.2017 23:59:59.999', 'DD.MM.YYYY HH24:MI:SS.FF3'), + TO_TIMESTAMP('13.04.2017 00:00:00.001', 'DD.MM.YYYY HH24:MI:SS.FF3'))); +end; +/ +*/ + +-------------------------------------------------------------------------------------------------------------------------------- +-- Nice formatting for application errors only +-- register in "edit application definitions" -> error handling +-------------------------------------------------------------------------------------------------------------------------------- +create or replace function vriab_apex_error_handling ( + p_error in apex_error.t_error ) + return apex_error.t_error_result +is + l_result apex_error.t_error_result; + l_reference_id number; + l_constraint_name varchar2(255); +begin + l_result := apex_error.init_error_result ( + p_error => p_error ); + + -- Always show the error as inline error + -- Note: If you have created manual tabular forms (using the package + -- apex_item/htmldb_item in the SQL statement) you should still + -- use "On error page" on that pages to avoid loosing entered data + l_result.display_location := case + when l_result.display_location = apex_error.c_on_error_page then apex_error.c_inline_in_notification + else l_result.display_location + end; + + + -- If an ORA error has been raised, for example a raise_application_error(-20xxx, '...') + -- then display the actual error text and not the full error stack with all the ORA error numbers. + if p_error.ora_sqlcode BETWEEN -20999 AND -20000 then + l_result.message := apex_error.get_first_ora_error_text ( + p_error => p_error ); + end if; + + return l_result; +end vriab_apex_error_handling; + +-- +-- end of script +-- diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_f100_v3.2.sql b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_f100_v3.2.sql new file mode 100644 index 0000000..82b786e --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_f100_v3.2.sql @@ -0,0 +1,20987 @@ +prompt --application/set_environment +set define off verify off feedback off +whenever sqlerror exit sql.sqlcode rollback +-------------------------------------------------------------------------------- +-- +-- Oracle APEX export file +-- +-- You should run this script using a SQL client connected to the database as +-- the owner (parsing schema) of the application or as a database user with the +-- APEX_ADMINISTRATOR_ROLE role. +-- +-- This export file has been automatically generated. Modifying this file is not +-- supported by Oracle and can lead to unexpected application and/or instance +-- behavior now or in the future. +-- +-- NOTE: Calls to apex_application_install override the defaults below. +-- +-------------------------------------------------------------------------------- +begin +wwv_flow_imp.import_begin ( + p_version_yyyy_mm_dd=>'2024.05.31' +,p_release=>'24.1.7' +,p_default_workspace_id=>7707926218118991 +,p_default_application_id=>100 +,p_default_id_offset=>7906062413493139 +,p_default_owner=>'RIAB' +); +end; +/ + +prompt APPLICATION 100 - vRAG-IN-A-BOX +-- +-- Application Export: +-- Application: 100 +-- Name: vRAG-IN-A-BOX +-- Date and Time: 11:29 Monday March 3, 2025 +-- Exported By: VRIAB +-- Flashback: 0 +-- Export Type: Application Export +-- Pages: 7 +-- Items: 45 +-- Processes: 10 +-- Regions: 14 +-- Buttons: 17 +-- Dynamic Actions: 14 +-- Shared Components: +-- Logic: +-- Items: 1 +-- Build Options: 1 +-- Navigation: +-- Lists: 2 +-- Breadcrumbs: 1 +-- Entries: 2 +-- Security: +-- Authentication: 1 +-- Authorization: 1 +-- User Interface: +-- Themes: 1 +-- Templates: +-- Page: 10 +-- Region: 21 +-- Label: 7 +-- List: 13 +-- Popup LOV: 1 +-- Calendar: 1 +-- Breadcrumb: 1 +-- Button: 3 +-- Report: 12 +-- PWA: +-- Globalization: +-- Reports: +-- E-Mail: +-- Supporting Objects: Included +-- Version: 24.1.7 +-- Instance ID: 7705684142725271 +-- + +prompt --application/delete_application +begin +wwv_flow_imp.remove_flow(wwv_flow.g_flow_id); +end; +/ +prompt --application/create_application +begin +wwv_imp_workspace.create_flow( + p_id=>wwv_flow.g_flow_id +,p_owner=>nvl(wwv_flow_application_install.get_schema,'RIAB') +,p_name=>nvl(wwv_flow_application_install.get_application_name,'vRAG-IN-A-BOX') +,p_alias=>nvl(wwv_flow_application_install.get_application_alias,'VRAG-IN-A-BOX102') +,p_page_view_logging=>'YES' +,p_page_protection_enabled_y_n=>'Y' +,p_checksum_salt=>'C58BE3FB2DDE1467EFAE5494D49719CDFBE78F600D17B846A918F623A8A61EBD' +,p_bookmark_checksum_function=>'SH512' +,p_compatibility_mode=>'21.2' +,p_flow_language=>'en' +,p_flow_language_derived_from=>'FLOW_PRIMARY_LANGUAGE' +,p_allow_feedback_yn=>'Y' +,p_date_format=>'DS' +,p_timestamp_format=>'DS' +,p_timestamp_tz_format=>'DS' +,p_direction_right_to_left=>'N' +,p_flow_image_prefix => nvl(wwv_flow_application_install.get_image_prefix,'') +,p_authentication_id=>wwv_flow_imp.id(31184016932046916) +,p_application_tab_set=>0 +,p_logo_type=>'T' +,p_logo_text=>'RAG-IN-A-BOX' +,p_proxy_server=>nvl(wwv_flow_application_install.get_proxy,'') +,p_no_proxy_domains=>nvl(wwv_flow_application_install.get_no_proxy_domains,'') +,p_flow_version=>'Release 1.0' +,p_flow_status=>'AVAILABLE_W_EDIT_LINK' +,p_flow_unavailable_text=>'This application is currently unavailable at this time.' +,p_exact_substitutions_only=>'Y' +,p_browser_cache=>'N' +,p_browser_frame=>'D' +,p_rejoin_existing_sessions=>'N' +,p_csv_encoding=>'Y' +,p_auto_time_zone=>'N' +,p_error_handling_function=>'vriab_apex_error_handling' +,p_substitution_string_01=>'APP_NAME' +,p_substitution_value_01=>'vRAG-IN-A-BOX' +,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'') +,p_files_version=>6 +,p_print_server_type=>'NATIVE' +,p_file_storage=>'DB' +,p_is_pwa=>'Y' +,p_pwa_is_installable=>'N' +,p_pwa_is_push_enabled=>'N' +); +end; +/ +prompt --application/user_interfaces +begin +wwv_flow_imp_shared.create_user_interface( + p_id=>wwv_flow_imp.id(100) +,p_theme_id=>42 +,p_home_url=>'f?p=&APP_ID.:1:&APP_SESSION.::&DEBUG.:::' +,p_login_url=>'f?p=&APP_ID.:LOGIN:&APP_SESSION.::&DEBUG.:::' +,p_theme_style_by_user_pref=>false +,p_built_with_love=>false +,p_global_page_id=>0 +,p_navigation_list_id=>wwv_flow_imp.id(31184747236046938) +,p_navigation_list_position=>'SIDE' +,p_navigation_list_template_id=>wwv_flow_imp.id(31348939739047576) +,p_nav_list_template_options=>'#DEFAULT#:t-TreeNav--styleA:js-navCollapsed--hidden' +,p_nav_bar_type=>'LIST' +,p_nav_bar_list_id=>wwv_flow_imp.id(31473993222048350) +,p_nav_bar_list_template_id=>wwv_flow_imp.id(31348512523047574) +,p_nav_bar_template_options=>'#DEFAULT#' +); +end; +/ +prompt --application/shared_components/navigation/lists/navigation_menu +begin +wwv_flow_imp_shared.create_list( + p_id=>wwv_flow_imp.id(31184747236046938) +,p_name=>'Navigation Menu' +,p_list_status=>'PUBLIC' +,p_version_scn=>42210296789524 +); +wwv_flow_imp_shared.create_list_item( + p_id=>wwv_flow_imp.id(31484310723048558) +,p_list_item_display_sequence=>10 +,p_list_item_link_text=>'Home' +,p_list_item_link_target=>'f?p=&APP_ID.:1:&APP_SESSION.::&DEBUG.:::' +,p_list_item_icon=>'fa-home' +,p_list_item_current_type=>'TARGET_PAGE' +); +wwv_flow_imp_shared.create_list_item( + p_id=>wwv_flow_imp.id(31494633895539246) +,p_list_item_display_sequence=>20 +,p_list_item_link_text=>'Settings' +,p_list_item_link_target=>'f?p=&APP_ID.:2:&APP_SESSION.::&DEBUG.:::' +,p_list_item_icon=>'fa-file-o' +,p_list_item_current_type=>'COLON_DELIMITED_PAGE_LIST' +,p_list_item_current_for_pages=>'2' +); +end; +/ +prompt --application/shared_components/navigation/lists/navigation_bar +begin +wwv_flow_imp_shared.create_list( + p_id=>wwv_flow_imp.id(31473993222048350) +,p_name=>'Navigation Bar' +,p_list_status=>'PUBLIC' +,p_version_scn=>42195170971905 +); +wwv_flow_imp_shared.create_list_item( + p_id=>wwv_flow_imp.id(31485809010048595) +,p_list_item_display_sequence=>10 +,p_list_item_link_text=>'&APP_USER.' +,p_list_item_link_target=>'#' +,p_list_item_icon=>'fa-user' +,p_list_text_02=>'has-username' +,p_list_item_current_type=>'TARGET_PAGE' +); +wwv_flow_imp_shared.create_list_item( + p_id=>wwv_flow_imp.id(31486372944048597) +,p_list_item_display_sequence=>20 +,p_list_item_link_text=>'---' +,p_list_item_link_target=>'separator' +,p_list_item_disp_cond_type=>'USER_IS_NOT_PUBLIC_USER' +,p_parent_list_item_id=>wwv_flow_imp.id(31485809010048595) +,p_list_item_current_type=>'TARGET_PAGE' +); +wwv_flow_imp_shared.create_list_item( + p_id=>wwv_flow_imp.id(31486756661048601) +,p_list_item_display_sequence=>30 +,p_list_item_link_text=>'Sign Out' +,p_list_item_link_target=>'&LOGOUT_URL.' +,p_list_item_icon=>'fa-sign-out' +,p_list_item_disp_cond_type=>'USER_IS_NOT_PUBLIC_USER' +,p_parent_list_item_id=>wwv_flow_imp.id(31485809010048595) +,p_list_item_current_type=>'TARGET_PAGE' +); +end; +/ +prompt --application/shared_components/navigation/listentry +begin +null; +end; +/ +prompt --application/shared_components/files/icons_app_icon_32_png +begin +wwv_flow_imp.g_varchar2_table := wwv_flow_imp.empty_varchar2_table; +wwv_flow_imp.g_varchar2_table(1) := '89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7AF4000000017352474200AECE1CE900000044655849664D4D002A00000008000187690004000000010000001A000000000003A00100030000000100010000A00200040000'; +wwv_flow_imp.g_varchar2_table(2) := '000100000020A0030004000000010000002000000000AC8662F3000001E6494441545809ED56CB4A2341143D95A71DD4D63CD48562749411414677E20FF8092EDD8A7FE072D6EE5D0A2EDDB976D6828832882223334A04C7856212F3EA249D744FDF92EA'; +wwv_flow_imp.g_varchar2_table(3) := '46E2A2AA8471D3078A544EEEBDE7E47437D5ECFB8F75179F88C8276A73E9D040984098C08712A8162DD0FA0862BACDD68B8DA5E965DE7E71770AC38C6B8DD24AA06D75303D32878194C917ED89D38156028DB28D7AB2869BFB6B5F93B884A13E4EB9A3D5'; +wwv_flow_imp.g_varchar2_table(4) := 'B0B1B1BA857C66CE17A74DE1F917F68EB7914CA95D0A65037D18C064FA2BBA4E07FBC73BDCC4DAF226E7DA96AD6C40F91E98487F01630CD5D60B12B1245FB4274E07CA0998469AEB0C19192CE657FCBD8E38F5281B6008429B195978A3EB6ABC5904D3DE'; +wwv_flow_imp.g_varchar2_table(5) := '8C7AFF4BB3DA46C52AF93F569A25D012606E0454A3026903CD7A1B53DE9D5F6B9521FE69B1FE085A04E272E618AFA15A59481BE88F0C632C3B0EC330705FFED3339FB8DCD028AFA15A59481B4825FBF9CCAC398AA3EBC39EF9C4653D030451DB53F40E21'; +wwv_flow_imp.g_varchar2_table(6) := '6DC0EFF59EB6876201177F4F7C8AF6C4E940E929701C075785733422251C9CED6236F78D6BFE7E3A07121D5CDEFEC47CFE959335C3645FCBED6214CCB3CB5236A2B1D7E0C40124CE806EC781DB88C3F5CEA578BA2BE5413A81606070D584B050E2C606E5'; +wwv_flow_imp.g_varchar2_table(7) := '84454F304D30FFF9333410261026F00F94D5989DA82900230000000049454E44AE426082'; +wwv_flow_imp_shared.create_app_static_file( + p_id=>wwv_flow_imp.id(31475010004048400) +,p_file_name=>'icons/app-icon-32.png' +,p_mime_type=>'image/png' +,p_file_charset=>'utf-8' +,p_file_content => wwv_flow_imp.varchar2_to_blob(wwv_flow_imp.g_varchar2_table) +); +end; +/ +prompt --application/shared_components/files/icons_app_icon_144_rounded_png +begin +wwv_flow_imp.g_varchar2_table := wwv_flow_imp.empty_varchar2_table; +wwv_flow_imp.g_varchar2_table(1) := '89504E470D0A1A0A0000000D4948445200000090000000900806000000E746E2B8000000017352474200AECE1CE900000044655849664D4D002A00000008000187690004000000010000001A000000000003A00100030000000100010000A00200040000'; +wwv_flow_imp.g_varchar2_table(2) := '000100000090A00300040000000100000090000000003F3F0A8800000FB3494441547801ED5D696C1CE5197E67D6EB63EDB51D5F71AE3A818490AB6D3852428A5028A4A2A27F405541A50944422A7F8AC4AF0A89C4040955AA8444FF508A440845900A28'; +wwv_flow_imp.g_varchar2_table(3) := '3D28B4D02624214421252134C404082921E4F4EDF5FADC99BECFCC8EB33ED65ECF377B78E67DA5F5CECE7CEF31CFFBF89B6FE63B864844101004040141401010040401414010100404014140101004040141401010040401414010100404014140101004'; +wwv_flow_imp.g_varchar2_table(4) := '04014140101004BC4540F3D69CA23593B427DEBABF6EB0588B52622842455A840C3D120A51C418A672938C12450F33425D237D803433AE93D69BD08D380D9B710A85E3C58366CF23B76F6F258DCC423991BC12A879F77DA57A82AE6738D61964ACD3485B'; +wwv_flow_imp.g_varchar2_table(5) := 'CBC0D4160A38051A479B49E6019DF4FD4CA4FD46880E35AF7FBE3F5FB1E69C40A6696ADBDEDE7807E9FA434C9C9B1884E27C9DBC2FFC9A34C818EE23C3786ACB8617DED0342DA7B553CE0884DA86868C7BF9041FE6C42DF345F20AEF245AF81FF4490AEB'; +wwv_flow_imp.g_varchar2_table(6) := '2FE6AA56CA09811E7B67D383FC5FB2856B9CC6C2C3DC871169749EB1DEB6F5B61D4F67FBECB24AA0E6DD3FA9A0A1C8B39A467767FB44C4FE78044C93765238FE40F3FA5762E38F7AB3276B047A7CD7E6A58691788DFF13567813AA58718580469FE87AE8'; +wwv_flow_imp.g_varchar2_table(7) := 'AE476F79EE842BFD2994B242A0C7FEB9F176D2B59DECBB720AFF72383708749361DEBDF5872FBCE5B53BCF0964D53C89C4071CA890C7EB6CA9D9EBD643A1355ED744BA5A4CA3B5D1E6B12E5B429ED1C014C6AF4AE4C66A977A188FA704428359DA3C1E66'; +wwv_flow_imp.g_varchar2_table(8) := 'C76B53688F22471E8A6704C2ADBADC6D7998992C99428EACC72A1ED9F7A40D8487845AC23C25CF793CCA4AB6CDF0732233A42DF2E261A33735103F6116F2643BEB1EDAC7035DE4CC03512610FAB692DD131E8423267285007286DCA9FA0BA91AD06FFCF2'; +wwv_flow_imp.g_varchar2_table(9) := 'C7A469BF54B523FA3947A07ECF177FFAF0DD173FFE4CC5B3720D64F5AAAB4420BAF9430023221445A90AB31ACF4366970CC950CC42BED479288819D6AA541AD34A359035184CC6F3E42BFDEA7E3977560E152C291188EFBCD629F816D542404031874A04'; +wwv_flow_imp.g_varchar2_table(10) := 'C230D442C04062708F806A0EDD138807C027C730BB8F5E34F38E809543CEA5DB405C1308B327D8A90C80778B7CE1E8D52673E92A22D704B2A6DEB872294A8586804A2E5D13C89AB7556848483CEE10C01C3C97E29E4098F427E20F041472E99E403C63D4'; +wwv_flow_imp.g_varchar2_table(11) := '1FE8C95960F6AF5B145C1308D38DDD3A15BDC242402597AE0984B9EA85058344E31601955CBA265010163AE8BAD84BF8F85D547259E47770DC9C1F4FC8A3CEF33DD4171BB4D48D8441D58D513C3915198380EB1A688C1DDFFC04793ACED9E4A9AF69207C'; +wwv_flow_imp.g_varchar2_table(12) := '4024ECC33191D108088152F0B0C873B69BFA7B07A9B1AE91AE5B7183F5C136F675F03121510A60BC29044AC1A3EB628CFAE343D4503B9B562F5BC363E542D607DBD8876328237219012150128B58471FC5BB07A8BA72165D93248F031388847D38863228'; +wwv_flow_imp.g_varchar2_table(13) := '2B62232004621CFAB98DD3DD1AA7B2D232BA6EE50D140A8DBFB7C03E1C431994858E885CC228316C50E785185FAA74BA960952122E4DCB0B1C431994850E74832E81AF814004C3E039BF4BBE4D55E5D553F2016550163AD00DBA049A40BD9DFD34C00DE3'; +wwv_flow_imp.g_varchar2_table(14) := 'D97C97F5ADC64519730165A1035DD808B2049640B8FCA02D535414A6554B564F9B03D0812E6C04F952165802F5B4C5F9998E49CBAE5C4125C5E9DB3DE998051DE8C2066C0555C6DF6E040089A18184753B5E5A524A55D159D413EF7275D6D0858D78773F'; +wwv_flow_imp.g_varchar2_table(15) := '95579751B84479A2AFAB38F2A9144802F5B4DA1DA4FD03FDF4DE7F767B823F6CD6CC0BDEA26C8123D0F060C27AA25C140E517124EC097906B9318DA7D4B05D541CAC5A28700472EE9A366F789856CE5BE309818E7DF301FDFEEFBFB1EEC8AA1A82354C2A'; +wwv_flow_imp.g_varchar2_table(16) := '508D68939FDDC47B06A8B6AA9E96CFBDCE13F2C0086CC1266CC34790245004EA4B26F8C6153FE05588BD3B75D8824D90073E822481BA84F5F70E59B95DBD70F219D903C37D74E0F377E8D4057BE99C45B3AFA2B54B6EA392A2B2B4DC80CDBFBDBF93877D'; +wwv_flow_imp.g_varchar2_table(17) := '0C51A46AFA8F05D21A2EF0038121109ED7E0C9F1BC8626AAAB48FFCA8E0B3D67E8776F3E416D5D97465277E4B383B4E7E37FD02F7EF408CD8ECE1FD99FBA019BB07DF6D269EBD910AF00967AD8B7DBDED5E3050E11EE9440A2550BAF491B69824797FF61'; +wwv_flow_imp.g_varchar2_table(18) := 'D76F2DF22C5BB492EEBCF967D607DB20148EA14C3A816DF880AFA048600834D067277EF19CF4AFEE38DDFE399DBE708A66D7CCA175CB6FA59A8A7AEB836DECC3319449278E6DC757BA727EDA1F18020D0DD8049A3FEB8AB4F93BD771DA3AB6B4693CC99C'; +wwv_flow_imp.g_varchar2_table(19) := '7DE73AED321319716C3BBE262AE3B77D8121D030775FE0563B521C4D9BC3CAC82CEBD8A58EF3E3CA38FB2ACBEC32E30AF00ED8860FF80A8A04824046C2A4044FCD69AC99B801EC24BBA9F62A2A0E97D0E75F7F4AAD3D9749846DECC33194994CE003BEE0'; +wwv_flow_imp.g_varchar2_table(20) := '33081288BBB0C4B05D23D455354C9AD3686935DD75D3467A79D7B3F4E7BDFCAEB6121B1EE79274CFCD9B09652613C7077CEA130C8D9D4C77261E0B0481307A105219993CF928B376F106AA28ABA6D7DFDB41AD5D17B18B408A3BBFBF29A3AE0FC787E3D3'; +wwv_flow_imp.g_varchar2_table(21) := '32E0E33F81209099BC9C9495546494CA55DC47B6EAA76B2836600FF3A828A9CA480F851C1F8ECF8C156768C14010C8A90DC2A1E9F5BE4F87384EFE1D1F8E4F67BF5FBF03D188E6E588732FF9F099FBB30CC6CC54A7DF747028FB1D9D8E0FC7671E729A53'; +wwv_flow_imp.g_varchar2_table(22) := '9781A88174DDEE978A0F647F1A8EE3C3F199D36CE6C159300814B24FB32BDE917588BB7A6D1F7AD267D61DE6D981EF0984CE4D4CBD81B4765DC83ADCADDDB60FF8846FBF8BAF098404B67FD343037D76EF38865A4C478E9FFD90F0998E383EE013BEFD4E'; +wwv_flow_imp.g_varchar2_table(23) := '22DF1228953C589AA5A6BA86BA79FA4ECF4067C67C7875DF73844FA602DBF051535D6B2D07130412F9924063C973EDF2EF516D75BDC583AFDB4E66CA071EFB93B03E992A38B66BABEB083E415CBF93C877049A883C58DFA7A6CA7EADC7C9F3C733E5C3B4'; +wwv_flow_imp.g_varchar2_table(24) := 'CB39B6E10B3E834022DF11A8F37CCCFAAFC77F3F12884442664591549D8E9D3A3C6D6264AA00DBF0015F90B124426C7E135F11083322B0206675650DAF2876993C481A16886AE00533CFB59DA14BB1739EE71136611B3E5217A8B248C4B12026C4E6B759'; +wwv_flow_imp.g_varchar2_table(25) := '1BBE22504F5B1F2FC5ABD177AFBE9693387E86E89C7A7B3CD047FF7BDF73023936E7348C1F73A4732C8809B121463F896F0834D83F4CC343099ADB308FCACB26EE759F5D3BC7AA1D0E1CDF4586E9DDEA62B0059BA87930767A22414C880D312256BF887F'; +wwv_flow_imp.g_varchar2_table(26) := '08947CD6D3509B7ECA0E123CBF7101B5765EA4CFCE1FF52C87B0059B0BD876EAE56BAC0327B6C164AC638FCFC4DFBE2190B3C85379E9C4B58F939C8573AFB436FF7DF42FCE2EE56FC75653D2763A834E6C4EACE9CACDA4FDBE2190D36B30551F5445244A'; +wwv_flow_imp.g_varchar2_table(27) := '731AE6D289D39FD0A9D616E55CC1066CC1266C4F264E6C4EAC93959D29C77C43A0E900BEA4E96AABF85F0FBEA4D4D580674EB001716C5A3F02F42790048A46AA68C1DC263AF9CDA774F4EB03AED30D5DD8802DD80CA204924048F4D2A6E514E645325FDD'; +wwv_flow_imp.g_varchar2_table(28) := 'B79DE283D37FC0071DE8C2C6D285E3272206854C812550B8A8982AA355D4DDDB49AF1FDC3EED7C4307BAB0E18C839EB6111F2804924043C383F4C1B1FDD4D6D14A18AB78B0652F1DFE6A5FC6E94459E8401736600B368328812350BCBF97DE3FB2C74A7C'; +wwv_flow_imp.g_varchar2_table(29) := '697931D53755739F95462FED7A86CE757D352507500665A1035DD800896033DE3FFD4BE1940E0BBC40A008D4D9D346FB0FBF4BB1788C97E52DA59AB9516B51CCEAD91584C1F0CFBCF96BEAEA6B4F9B321C431994850E16D4840DD882CDFD87F7107C0449'; +wwv_flow_imp.g_varchar2_table(30) := '02312F0C093DDB7A868EB67CC8EFB830A8AABEDC4ABA93E8D28A628AD694517B7B2B6D7DE941AE5578FE18F75BF5C5EC591CBFFAE3CF89EFF76980571FC3BC7794858E23B087555FBB2EF5D2818FDEA3EF70BFD7DC64BF9B53C6AFDF8120D0495E18E1D3'; +wwv_flow_imp.g_varchar2_table(31) := '2F5BACCE4CD418B8EC8C9568ADFD16F35847BFB50879EAF17897FD3E0C7486823C4ED9D432A88542619D5F8D19A323C70F51FC8A182D5E603F6F4A2DE7B76D5F1308B5CD7FBF384267CE9DA650916E5D6E9C0513264A24885131ABCCEAF0C4F1361ED30C'; +wwv_flow_imp.g_varchar2_table(32) := 'A99D673F61462DA325A7085907C6FC0131EB165452FBD91E3AC184EDEDEBA5558B575B6384C614F5CD4F5F1208D38ABB7BDBA9E5CB63D4DED96EADB2819A07249A4A40108764F66C321AF93D952E8E43B76E419545221037DE17A36557ACA4AA8A9A4CD4'; +wwv_flow_imp.g_varchar2_table(33) := '675C19DF1168EFA15DA392805A615663C5A435C728050F7E80A875F32BA983472082C0FB0FEFF5C06A619AF00D814AF9B505C33CCE0633B1B8A962356ACBA225548206B14B29AB2C71A9C931704D865A0F0D6F8C42C4382074A2A25643AC7E11D704D248'; +wwv_flow_imp.g_varchar2_table(34) := 'E75B94C2993887BBA2D43B232F1254596737AC556C81C02A2456F19DA9AE9DCB4C4B8F2E3775A36074F9915F7A11D9AFBC19D9231B331501955CBA2650825FB935530193B84723A0924BD70422DD10028DCEC3CCFDA5904BF7041A368540339732A32357'; +wwv_flow_imp.g_varchar2_table(35) := 'C8A57B0285C242A0D16998B9BF1472E99A40C583A6FD9876E6C22691271150C9A56B023D72FBF656F61FACAE677F52AE2D994B5767E79A40FC448C9F8B99EE0714BB0A5794BC46C0CA21E7D2AD5DF704628F3AE9FBDD3A16BDC2404035874A04E25A4808'; +wwv_flow_imp.g_varchar2_table(36) := '54183C701F85620E95086484E810577EC11C0CEC3E6585A3C9B9B372A8109112819AD73FDFCFB550E6A3D1150215D52C20C0B9B372A8605A8940965FC3784AC1BFA8E613010F72E78C99727D1A3CBD57DBF6AFFB3E6103CB5C1B11C57C20D0B2E5D6E757'; +wwv_flow_imp.g_varchar2_table(37) := 'F0305DD77760085AB90642002C4FE60301F1E91E01E44C953CF0AE4C20EB14C2FA8BDC16BAFC8A3FF7E7259AB94000B942CE3C104F086435C44CDAE6413C6222170870AE541BCF4E98CA6D20C710BE9BDFDEF4320F27BD3B759F6C171602DC7DB0B379C3'; +wwv_flow_imp.g_varchar2_table(38) := '8E7BBC8ACA931A68249870FC01BE94A1412D5288082037C89187E229819AD7BF12E3656DEFE2F8BA3D8C514C7983403772831C7963CEB6E2298160F2D15B9E3BC14BA0E2322624B2312E84BFDDC889951B8FA3F1B40D941ADBE3BB362F358CC46BDCD511'; +wwv_flow_imp.g_varchar2_table(39) := 'DCD5975201C9D7365FB650F364833C3825CF6B200727046C86E237A0D1E6EC93EFDC2200EC91836C91076793B51A2815AAC7DED9F4207BDAC2B551FA459C5315645B0D013CE7E15BF5ADB7ED785ACDD0D4DA392110C268DE7D5F290D19F7F2D3CF87F9A7'; +wwv_flow_imp.g_varchar2_table(40) := '747B4C9D1B37255AAC5E017E48E8D5739EA982C819819C40F804B56D6F6FBC8397AC7888FF4B6EE29A69FC5A2B4E61F99E1A010CA7C18808EE18DDB2E18537BCE89E98DAE9E5123927D065D776ADA427E87A26D23A838C751A696BF9B8FDAEA4D482B29D'; +wwv_flow_imp.g_varchar2_table(41) := '8A401B86A15A2309793018C6F3E4AAB6490DC2D9CE2B819C2046BE4DD29E78EBFEBAC1622D4A89A10815691132F408BFEC26620C53B94986FBD50E469C14FE8635575D33E33A69BD094CFAC3BC2D9E7A83D913D600788531CC857FF612A1202008080282'; +wwv_flow_imp.g_varchar2_table(42) := '8020200808028280202008080282802020080802828020200808028280202008080282802020080802828020107404FE0FA1066D145FC4CFB80000000049454E44AE426082'; +wwv_flow_imp_shared.create_app_static_file( + p_id=>wwv_flow_imp.id(31475312613048406) +,p_file_name=>'icons/app-icon-144-rounded.png' +,p_mime_type=>'image/png' +,p_file_charset=>'utf-8' +,p_file_content => wwv_flow_imp.varchar2_to_blob(wwv_flow_imp.g_varchar2_table) +); +end; +/ +prompt --application/shared_components/files/icons_app_icon_192_png +begin +wwv_flow_imp.g_varchar2_table := wwv_flow_imp.empty_varchar2_table; +wwv_flow_imp.g_varchar2_table(1) := '89504E470D0A1A0A0000000D49484452000000C0000000C0080600000052DC6C07000000017352474200AECE1CE900000044655849664D4D002A00000008000187690004000000010000001A000000000003A00100030000000100010000A00200040000'; +wwv_flow_imp.g_varchar2_table(2) := '0001000000C0A003000400000001000000C0000000004D3B39CA0000135A494441547801ED5D5B6C1CD779FE49EEF2CEDDE54524C58B445137DA9625CB3759768C22488B240E5AB8ED4B83B6C8531FF29CD7BE04E86B9E82A20F051214816B142912074E'; +wwv_flow_imp.g_varchar2_table(3) := '94B44A11C5564C259123C9962FB12C538A244AA4B416AFE29DEC7CB33A3367C9DD9D99E57297D4FFFD003967CEF53FDFFF7FB367CE9C3953F5EDD3DF58130A11508A40B5D27EB3DB44C0458004A023A8468004506D7E769E04A00FA8468004506D7E769E'; +wwv_flow_imp.g_varchar2_table(4) := '04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8'; +wwv_flow_imp.g_varchar2_table(5) := '468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA846800450'; +wwv_flow_imp.g_varchar2_table(6) := '6D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E769E04A00FA8468004506D7E763E46082A83C0D2C2B27C3E3AED36DED6D322F13A9AA21296E02F4005505F9C5F96F4CD2959595E75FF10461CA5FC089000'; +wwv_flow_imp.g_varchar2_table(7) := '65C67C71CEB9F2DF9A92D5D535AF65841187344A79112001CA88F7C2DC92A42DE7AF89550BFE202001D29087523E0448803261BDF060C9B9CA4FCBDA5AE6CADFD2D4225F7CEECBEE1FC210A4210FF252CA83000950069C5DE7776E788DF3279B9372F2A9'; +wwv_flow_imp.g_varchar2_table(8) := '97A5AEB6DEFD4338D99274357149E0E42509CA6018A70912608B715E5E5C91FBB77DE76F694EC8F3475F9278ACCE6B19E1E79F7C4990060109500665295B8B0009B085F8AEAEAC668DF99B1B9BE5C4D12F486DDC777ED33CE290863C10734F803A285B87'; +wwv_flow_imp.g_varchar2_table(9) := '0009B045D89AA10CA63A2118EE3C77F445A9CBE1FC4605A4B9799CBC1094C5B302337432F9782C1D022440E9B0CCAA69E2CE8C37B75F531373863D27A5B1AE292B4FAE13E4415E9481E0F900EAA26C0D0224C016E03A9D7E2073338B5ECDC71F7B56124D'; +wwv_flow_imp.g_varchar2_table(10) := '29EF3C2880BC28630475A14E4AE91120014A8C29666FA63F9FF36A1D1A7C5CBADA777BE761032883B246502767860C1AA53B9200A5C3D2BD719D18F3872B5D1DDDB2BFEF70D12DA02CEA3082BAED27C8269EC7E21120018AC76E43C9C9B159F7C615098D'; +wwv_flow_imp.g_varchar2_table(11) := 'F58D72ECF03322551BB2858F70CAA20ED405C14D31DAA0940E0112A04458CE4D2F38E3FE8587B555C9F1C79F75E6FA6B375D3BEA405D864968036D514A83000950021CDD2BF3B87F653E387048522DED25A8395305EA429D46269DB6CCF4AA89E3B13804'; +wwv_flow_imp.g_varchar2_table(12) := '4880E270CB2A35698DCD13CED3DC03FD4359E9A538419DA81B82FB00B449D93C0224C026319C9F5D94796FF15A951C3DFCB45457971E56D489BACD50086DA26DCAE61028BDA536A7CF8E2B3D7DCF9F9F1FEC1F946473EB96F50175A30D2376DB268EC768'; +wwv_flow_imp.g_varchar2_table(13) := '089000D1F0CACAFD60725E961E2E58AB8BD7CA813D8F65A56FC509DA405B10B40D1D28C52340021489DD9A330E9F4E5B0FBC0E3CE1CCFAC48BAC2D7C31B431E4B465043A40174A7108F04DECE2709399897959B1566A5EFAE882E0AFDC021DA04B4B5B43'; +wwv_flow_imp.g_varchar2_table(14) := 'B99B7E24DAE32F4011665C5D5993196BB943115594B40874814E94E8089000D131930753F3DB6A8932964B43274A740438048A8E99CC3A430E23FFF4CAB7E4C9BE17CC69598FEFDF3C27FF7EEA3B6E9BD0A9B995C3A0A806E02F4044C430F76E9EC276A4'; +wwv_flow_imp.g_varchar2_table(15) := '3AE589DEE723D650BAEC681B3A40A0139F0B44C796048888997DF5FFD2F1BF92EAAACA4188B6A183115B3713C76361042A67BDC27A6DCBD4E5A5156F4D7EADB348EDE981972BAE2774802E10BC2F001D29E1112001C263250F26FC5598CF0CBD280DF1CC'; +wwv_flow_imp.g_varchar2_table(16) := '32E50855943C2B74802E466C1D4D1C8FF9112001F263B321C55FEE2C72E2E01737A4572AC2D6C5D6B152FAECA476390B14D25AD8A3C7DCFCE29DDD818EE2567C4ECCA565F893D3F2C1B577657C62DC6DBD1337D303CFC8C9437F21A986E8CBA8A10B749A'; +wwv_flow_imp.g_varchar2_table(17) := '9A9D707584AEB1DA9A903DD39D8D0408697F7B86E5E983278BBAF97DFB9353F2C6D9D76469397B15E79FC6AE09FE7EF9EE9BF2EA17FE5E5E3EF44A48AD32D970330C9DCE5CFCB91B015D9B6B39251A06440E81C2A0E4E4999FF5F7EB3C3AF05CC8527EB6'; +wwv_flow_imp.g_varchar2_table(18) := '53975E971F9EF9FE06E7F773388BDB1C62200FF246155B275BD7A8F568CBCF5F801016C70B284B0F776DC62B8A7BDBA3BDE8FEF1ED0BF28BDFFEC86BA923D521CF0EBD24ED892E372E3D3526E73FFE8DDC9BB8E79E23EF60D7900C751FF7CA0405A01374'; +wwv_flow_imp.g_varchar2_table(19) := '0389A02B74AEAEDECC0BC9412D3E1AE9FC050861C70567486156DA1CEC7B4CE235E1DFF5C566D06F9CFB81D7CABE9EFDF2972F7E5DFADAF7B9B34898C54118714833F2C6F00F9CE516E62CF8089DA01B04C5A033251801122018A3AC0F571CEE3F1AA284'; +wwv_flow_imp.g_varchar2_table(20) := '9FE5CED47519BD7BC38DC015F9A5235F929AAA8D37A888435A5D6D66DF509441D92862EBC68F6D84438E04088193BD4BF39E8E03214AF8596E7D3EE29DD436C4A5BEC0B303A4F5ECEAF7F2DB65BDC802015B375BE70245D4279100215C001FB4CB4895F4'; +wwv_flow_imp.g_varchar2_table(21) := 'A4F68628E167995DC87C080F31B1F8C62BBF9F33134A59AF54DA65D7E7CB759ED12D33EEF775CE959371060112C02091E788B97FB31B5B575BB7336E0FDEE0D6AEAAA92EF3F517C48559A6303173DF2BDE54EF97F5220B04A01B74844067F3DCA24011F5'; +wwv_flow_imp.g_varchar2_table(22) := '492440800BD84389DDEDFEF024A09897DCDBB6CF0B2F3AB333F34BFE4BF45EC2C300D246C733F70B88EA6D1D5C9F25F0DCD6D1D63DB0A0D20C244080E1EDA14467AA2720F7C6E4EEC45E6F5C8FABF26F2EFF9FACAC6D5CB086B8B3977F290B4B99F5463D'; +wwv_flow_imp.g_varchar2_table(23) := 'BBF6487762CFC60A03626C1D6DDD038AA94D2601024C6F5F45772533C38B802259C955CE90FCD517FED18B1B19BD2A6FBEF3BADC4C8FC89C73C5C71FC288BB36FA9997EFD593FF20281B556C1D6DDDA3D6A3253F1F840558DA7ED736D9D016903B77F2D0'; +wwv_flow_imp.g_varchar2_table(24) := 'EEE3F295137FE33D0CC303AF5F9CFB49EECC4EEC574FFC6DA487607645B68EB6EE761E867D0448001F8B9C217BCB91E6FA44CE3C61225F39F675696948E65C0B64CAE3496E316B814C791C6D1D6DDDED3C0CFB0890003E163943660608894D75C51300E5'; +wwv_flow_imp.g_varchar2_table(25) := 'B1C8EDC9FE1339568376C9917DCE6AD0837F2EC9225683A26E23B68EB6EE269DC76C0448806C3C369CD957D1BAD8E6575862B9F3578FFD9DFBB7A1B11244D83ADABA97A0EA47B20ADE040798D5BE8AC6AAB77EE7B7007502936D1D6DDD030B2ACD400204'; +wwv_flow_imp.g_varchar2_table(26) := '18DEBE8AC66A7600012C1D6DDD03BAA93699040830BDFD8DDED5B5EDFFD16A5B475BF7806EAA4D2601024C5F654DC62F2CFB9BE10614AB58B2ADA3AD7BC514DAE60D93000106B2FCDF794ABB030860E968EB1ED04DB5C9244080E9AB6B7C88E697F3AFE3'; +wwv_flow_imp.g_varchar2_table(27) := '09A8A66CC9B68EB6EE6553608735E45B7787295E2E75EDD70A77DA2F80AD7BB9F0DA69ED90000116AB8EF910CDCC4F05E4AE7CB2ADA3AD7BE535DB9E1AF8D6DD9EFA555C2B7B2AF1EEF49D8AEB13A480ADA3AD7B5039ADE9244001CB4F389F225D78B81B'; +wwv_flow_imp.g_varchar2_table(28) := '04B28D4F8C16C8BD3D926C1DA13BFA40C98F000990071B38CE83297F2F50641BBB7F2B4FEEED13BD5E47F48124C86F1FAE05CA814D2EE747B63BF74A4780F4EC98FCDBA97F715BFFE62BFF2CED4D993D8272A813292A978E86C8A9AEE6487569C8CC5F80'; +wwv_flow_imp.g_varchar2_table(29) := '75565EEFFC7B7B07A4A63AF332FBECFC8C4CCF4FAC2B51DCE9FB7FFAAD8CDFBFE3FE215C0A816ED011029DA1BB11FE121824B28F248085C746E7DF2747F61F976422E9E5BA9EBEE28537135859F55F8BB4C39BA9D3D62D9948B9BAEFEDF5DF49260936A2'; +wwv_flow_imp.g_varchar2_table(30) := '4B023CC424B7F33F25E2BC96984AFA6F825DBDF3D14614B7498CAD5B2B7476743FB2FF29E7978024C8672212C041A690F303B8B6167FCBF22B372FE7C3B2E2F1B66EAD466792A0A05DD41320C8F9815E5BB2C303F1C6F835F745762F629B04F0723D74CB'; +wwv_flow_imp.g_varchar2_table(31) := '485596CEFC25C86F24D504984E3FC89AEAC450014306388C2D785737956875A3B0C4F8DABDED370C824E66F973CA19FFC763EBDE5DC8F34B000C348B5A022C38FBFD4F5B5F7BC78C492EE737CED1D5E16F897271A434B336A6EE521C6D9D6C5DB3EAF648'; +wwv_flow_imp.g_varchar2_table(32) := '30E0450303CD3B49AB240096084C8CFB4F48BB1DE72EE4FCF096AEF6DD9ED35CB8724E9656FC0F667809150A4017E864C4D6D5C479C78724E8DEE5F767627C56B42E9B504980D9C9796FDFCCFABA7A397AF85967D8B36EDCE3794C26D0D29894C686CC57'; +wwv_flow_imp.g_varchar2_table(33) := '21E717E6E4CAD87BEB7254EE14BA40274863439340D782E2F4F5E8A167047D87600F5160A2517412E0BE6FECA1C127368E97F378425FB7BF55E185CFDEC993ABFCD1B62E7DDDE1F62FC53D02FA6E64D6C2C4C46938AA23003E26BDB29279B7B7A1AE4176'; +wwv_flow_imp.g_varchar2_table(34) := '5BFBF10719BCB7D377AE8B577E5770A3DBA0BA4A958E0D75A18B91DE4E9FA4262EDF717747BF000308300136DA441F01AC8FDDF576F7395F7B2C3CF4B11DA2B1BE59DA539967020B4BF3F2FB9133767245C2D001BA40DA9D6F8F35D687DFBE1D2FCC0003'; +wwv_flow_imp.g_varchar2_table(35) := '239818D026EA08B038EF1BB9C3F93E6F5419E8DBEF15F9D5859F89BD0B839750A600DA860E4606FA064D30F4D1C6C0C62674053B3CA33A02AC2CF95B9B343746FB00056CDDD9DAE30D1BEE4D8ECB87A3E72BE602681B3A403094E96C8BBE7DBB8D818D4D'; +wwv_flow_imp.g_varchar2_table(36) := 'C53A55E686D511C0DE2D2D1ECB7C902E0AE61836ECEBB77E05DEFB6994E225CDFB2BAB6DE81465386714B131B0B131E98FFA511D01CCD35218B6BABAB8EEEFE9DE27B5F1CC93D62B373E92CFEE7E58763F419B681B025DA0533162636063534C5D3BB14C'; +wwv_flow_imp.g_varchar2_table(37) := '711EB0137B5A429D6B6A6232D87FC0ABF1C7CE7780CBE93C680B6D1A19EC3F28D089121D0112203A666E89BDCE47AD6BE3990F665FBFFDA95CBA51BEE702680B6D42A0C3DE9E4137CC7FD1112001A263E696C046B987071FF74AFF64F835592EC3F208B4'; +wwv_flow_imp.g_varchar2_table(38) := '81B68C40879DB069AFD177BB1D49804D58A4AF7340CC2C4A7AF2AE9CFDE4E79BA82D5C51B481B620681B3A508A478004281E3BE726BA4A8E1C3AE6D5F0E6F07FC9DD99DBDE79A903A81B6D1841DBDCFDCDA051DC9104280E37AF547B729798F5374BCB8B'; +wwv_flow_imp.g_varchar2_table(39) := 'F29F67FE754B1E8EE1A117EA461B10B489B6299B438004D81C7E6E69ACC0347275F48FF2D6C7A57F36803A51B711BB4D13C76374044880E8987925301D79F9D38BF2C9C8C75E1C026F0EBF2E635337B3E2367382BA50A72D68136D6B5DC76F63B1993009'; +wwv_flow_imp.g_varchar2_table(40) := '50247A988D39FFC1B05CBF35E2D5603E48B1B4BC2CDF3BFD9D92AC16C56A4FD4853A21A60D84D1F6F90F87CB32FB84F61E4521018AB02A5E3E79E7E25B329E1EF34A3726EAA47320E53C90CA407A3B7D535E7BFBBBCE03327FED9197396400655107EA82'; +wwv_flow_imp.g_varchar2_table(41) := '60BF7FB481B68C4007E832BFA0FBDD5E8347D423091011B1C9990939FB8733323DE36F959E686F146C3B58E36CA59EEAF6B71FBCF4E979F99FF77F18B1053F3BCAA20E23AD4EDD6E1B4E5B68D3087439FB875FCBE4CC7D13C56348044880904021DB58FA'; +wwv_flow_imp.g_varchar2_table(42) := 'B60C5F784B161633EBEF311C69ED6E91E6B6CC4B25C853D7189716EBFCD4B9FF96F76EFAEFEB224F1841199435823A51B711B489B6CD90083A0D5F78DBD5D1E4E13118011220182337C7C8AD4FE5FCE57362B631C470A4BD2F210D2D99E51076352DCED5'; +wwv_flow_imp.g_varchar2_table(43) := 'B9DE72D6FFF8DFEFCAF0D5D3CE3DC19C9D2D6718799017658CA02ED4B95ED03674309F42826ED071E4D695F559799E0781AA6F9FFEC65A9EB447327AF44ADAEBD7D7FEECAFBD70BE00667A3EB87A29EB6637565B23ED3D2D5213CF6C9A9BAB2C9616DFBB'; +wwv_flow_imp.g_varchar2_table(44) := '3129CB8BFE1EA0B9F205C5A1AD5DFD49A9721EBAE513ACE34F8F4E65B5853D8E9E183C56B09CA9EF67BFFEB1094ACF417F173C2FF2110EF017A0807173CDF4D435C4A5C371C842CE8F2AF184B6BD372171C7818B1594451D859C1F75D7C4AB5D9DA09B11'; +wwv_flow_imp.g_varchar2_table(45) := 'CE1019240A1F49803CF8E49BE969731C32ECF203DCB076EC494A725793C4EB62DE783D4F936E34C6F4C88B32288B3AC20874826E9C210A83969F878BC87D2CBC10667A7EFFFEB077B38B04CCBAD837BB5EE680001CBA2955EFFED959B125A1D9990E37B8'; +wwv_flow_imp.g_varchar2_table(46) := 'B9C6F876FE3061BCDF8FD9A89833349B7AB8E5A199217AEEC91724D99CD9DE314C5D5AF284BBBC6841C3E9E79DF4ADC0999EED0E47BE1922F48D928D007F011C3C56569665C29943BF3E3A22B7C77D27C1EC4A9B73B35B5BBFF360C20C514D3C219F8F4E'; +wwv_flow_imp.g_varchar2_table(47) := 'CBAAB3E70F6688DEBDFC3BD9DDD9E3BE40835F8318DF22939D67D96C026FEACC9EFD585F5198999EF565B6DB39888B19247B86E8F6F8A843F2D1EDA66AC5F4513704CA3F99E8DB003792709CA0991EBF44F4907980859276387A4D854B6086087DB16F8E'; +wwv_flow_imp.g_varchar2_table(48) := 'F39508834DBEB23B355EDD2F40536B83CCDE9F13FBE1071C10577C4C233626EBDCF0561BB4BEB9D6DB9016E1AD144CA3E2E6B8D9E9FB83C905F7DBC7783E61BFC80FE70736DA441D01121D8D82BF4A0B08D7B5AFBCB3326833B1ABF27DAF34F676FBEA86'; +wwv_flow_imp.g_varchar2_table(49) := '4076E719260224007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3'; +wwv_flow_imp.g_varchar2_table(50) := 'B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F32400'; +wwv_flow_imp.g_varchar2_table(51) := '7D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F324007D40350224806AF3B3F3FF0FE61D3D7C1BDD2B480000000049454E44'; +wwv_flow_imp.g_varchar2_table(52) := 'AE426082'; +wwv_flow_imp_shared.create_app_static_file( + p_id=>wwv_flow_imp.id(31475644419048441) +,p_file_name=>'icons/app-icon-192.png' +,p_mime_type=>'image/png' +,p_file_charset=>'utf-8' +,p_file_content => wwv_flow_imp.varchar2_to_blob(wwv_flow_imp.g_varchar2_table) +); +end; +/ +prompt --application/shared_components/files/icons_app_icon_256_rounded_png +begin +wwv_flow_imp.g_varchar2_table := wwv_flow_imp.empty_varchar2_table; +wwv_flow_imp.g_varchar2_table(1) := '89504E470D0A1A0A0000000D49484452000001000000010008060000005C72A866000000017352474200AECE1CE900000044655849664D4D002A00000008000187690004000000010000001A000000000003A00100030000000100010000A00200040000'; +wwv_flow_imp.g_varchar2_table(2) := '000100000100A003000400000001000001000000000067EA1A4900001F98494441547801ED9D098C15C799C7BF7E6F0E6698612E6006188EE130A78D4DC036602BB19710ADA25D6D14C59B95164C1C2551B451A4AC1C456B290E71A448D978374A94ACD7'; +wwv_flow_imp.g_varchar2_table(3) := '391C02DAD8EB28BB39E444C12C3E076CC0768CCDE1189BC3183C0373C0DCC77BBDF5F59BEA57EF9899F7E6BD575DF5E6FF4933DDAFBABABEEFFB55D7D7DD55DDD54410100001100001100001100001100001100001100001100001100001100001100001'; +wwv_flow_imp.g_varchar2_table(4) := '10000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110'; +wwv_flow_imp.g_varchar2_table(5) := '0001100001100001100001100001100001100081FC1170F257945D257DFBC0CE869188BB85C2A1CDAEEB2E765CA78E1CAA2372C59F58275EA752BBBC82B5E3101811E95DA26EC59FD3452E75B98EDBE538CE798A440F97869D430F6CDBDB31CEBE459D3C'; +wwv_flow_imp.g_varchar2_table(6) := '5D0280F3ADFDBB96BB445BA32177ABE3D25651ABABC4DF74F1BFA80FE23C38270E0D3AED3AD41A8A3AADE2A068FDFAF63D67441AA717B5146D03D8BDFFBE8D2127F291A868F4C2C92DA216E716754DC2B97C136817ADFF50480483A81B7E76F7F6C78EE5'; +wwv_flow_imp.g_varchar2_table(7) := '5B8109E515550078F2C94F854FD6557E523875BF80BBC904C0B0A168081C1501E1E1355DFDBFBEE79E5F458AC5ABA20800DFFDD38E99FDA1F07DE4BA5F1117F52DC55239F0C340022E9D25C7F95E6534F2D8573FB6AFCF400BB332C9EA00B0FBA95D4D4E'; +wwv_flow_imp.g_varchar2_table(8) := '99FB25E1F117C55F7D569E233308E446A053ECFE883BECFC70F7C7F77C905B51C1ED6D6500D8FDCC67978722A35F735DDA21D09507870F9A4180861C87F645C325DFD97DD7CFB8E3D02AB12E003C7460D7A7C5B0DD4F04E52AAB48C3D86227D02B86153F'; +wwv_flow_imp.g_varchar2_table(9) := 'F7E0B63D4FD8E4A83501E0D1639F2FBDDC39F4B088B65FB609306C9D5E04C455E90FE6D597DFFF858D3FE6670F8C172B028018D29BEF389127054D1EBF878080E9045A5D377C8F183ABC64BAA16298D36C79E8E0673E2C1AFFABC24A347EB3AB0AD6C509'; +wwv_flow_imp.g_varchar2_table(10) := '6CE563968FDD7892996BE60600979C879EBEF77E37123D20D0359A890F5681C0B8041AF9D8E563583C4F68EC95B699860960DF3CB0F317E2495DEEE5878080E504DC7DDFD8B6F75E11068C7BB4386C22D987EE1051931C7E9A0F02024540C0597FF7BB37'; +wwv_flow_imp.g_varchar2_table(11) := 'F73EB3EFF543A63963DC1500DF378D5DF69798060BF680400E04469D7068DB8377FFFCB91CCAC8FBAE460580B1DE7EEEF0C33D7FDEAB1A051A40A04D8C0E6C306974C0984E401EE71F1BEA43E337E04885090521D0C8C7381FEB05297D0A851A1300F821'; +wwv_flow_imp.g_varchar2_table(12) := '1F613F86FAA65089D8C52A025BC78E75238C36E21660ECF1DEC78D20022340400301F1D8F03F98F0D870E001805FEC7146475F13CCF16CBF86030F2A8C21D0EB9694DC12F40B4481DF02F05B7D68FCC61C9430441F81AAB1635F9FC6349A02BD02187B9F'; +wwv_flow_imp.g_varchar2_table(13) := 'FF9CB00BAFF4A6A91C24153D8121319FC09220E71308F40A606C320F34FEA23FCEE1E03804CAC7DAC0389B0B9F1CD815406C1AAFD005E12266F2297C3D4383B9043A2BA3D145414D2F16D8158037871F1ABFB987252CD345A07EAC2DE8D297A0279000C0'; +wwv_flow_imp.g_varchar2_table(14) := 'B3F77A13782698821F20304D0988C96CBD361180FB8104009EBA1BB3F70650DB506926013193B5D72602B02E9000203A1EF0A65F00950D95E61208AA4D680F00FCC51E510DF86887B9C7222C0B86C0A6B1B6A155BBF600C09FEBD2EA2194818025048268'; +wwv_flow_imp.g_varchar2_table(15) := '1BDA03007FABCF92FA809920A09540106D43770010B37A7B1FEAD40A16CA40C00602636D432CF489D600C09FE816AEE12BBDFAEA179AEC223077AC8D68B35A6B00103322E2F25F5BD542918D0474B711AD01201A7211006C3C2A61B33602BADB88D600E0'; +wwv_flow_imp.g_varchar2_table(16) := 'B8B802D076244191950474B7116D1D0EDF3EB0B361C475AE885AD1A6D3CA2300464F77026EA9E3CE7960DBDE0E1D20B45D018C44DC2DC221347E1DB50A1D361370C6DA8A161FB405000A87366BF1084A40C076021ADB8AB600E0BAEE62DBEB05F683800E'; +wwv_flow_imp.g_varchar2_table(17) := '023ADB8AB600E0B84E9D0E78D00102B613D0D956B4050071F78F0060FB9109FBF510D0D856F40500721100F41C3ED0623D017D6D456300C02D80F5C7251CD044405F5BD11800700BA0E9E8811AFB0968BB5AD619008CF920A2FDC7073C287202DADA8ACE'; +wwv_flow_imp.g_varchar2_table(18) := '0050E47506F740C03E020800F6D5192C0681BC114000C81B4A140402F6114000B0AFCE603108E48D000240DE50A22010B08F40897D26C3E27C10E8BF3E44D7DA7ABDA26A1AABA87216BED19A0FAEB6958100605B8DE5C1DEFE6B83D4DDDEE797D4CD81C0'; +wwv_flow_imp.g_varchar2_table(19) := '75A9B266869F8695E94100B700D3A39E7D2FFBBA131BBFDCC00181B741A6170104806954DFBD5D0374ED4AFCCC1F2E0911FF49E16D9C07327D08E016609AD4754FE700F574F4FBDE565556D16D37DDE1FD7EF9F88BD4DB1FEB0FB87EB59FEF06A8BABEC2'; +wwv_flow_imp.g_varchar2_table(20) := 'CF8B95E225100FFFC5EBE3B4F78C1BBEDAF8ABAB66D1EDEBEFA419E515DE1FAF739A94E4FC321DCBE2238000507C759AE051FFB521E2B3BF94AA99D5DE99BFBC2CDEE1C7EB7C35C0DBA4F03EBC2FA4B80920001471FD0EF58FD0B5F6D8A53DBBC997FDB7'; +wwv_flow_imp.g_varchar2_table(21) := '8B865E5E9A3AE4C769BC8DF348E17DB90C48F112400028D2BA1D1D8E50D7E51E12B7F39EF0597ED34D5B483DF327BB9E9C87F7E532B82C487112400028C27A8D465CEABCD443D168ACF997844BC425FE66AA2C9F39A9B79C87F3F23E2C5C865796281352'; +wwv_flow_imp.g_varchar2_table(22) := '7C0410008AAC4EB907BF93CFDA23F2ACEDD086B59BA87A666DC69E725EDE477EC681CBE232B96C487111400028AEFAF4EEF98707E2F7ED6B96AFA339754D597BC9FBF0BE52B84CB53F41A6636937010400BBEB2FC1FAC1DE61E267FCA534372DA49605CB'; +wwv_flow_imp.g_varchar2_table(23) := 'E5CFAC97BC2F972185CB661D90E2218000502475191D8D263CDF5F2D86F4D62DBF3967EFB80C2E4B0A3F32CCBA20C5410001A038EAD16BFCD148AC61864361710F7F1B85C73AF2727191CBF0CA1265B2B00EF545A25CCAC6BEC113400008BE0E72B680DF'; +wwv_flow_imp.g_varchar2_table(24) := 'EE1BEC8B5F9AAF5D71235555C4CFDAB92AE0B2B84C29AC8B7542EC27800060791D720FFDB52BF167FC1B6737D1C2A696BC7BC56572D95258677CA441A662691B010400DB6A2CC9DEEEB63E313C171B9F2B2D29A51B57DC9294237F3FB96CD6C1C23A5937'; +wwv_flow_imp.g_varchar2_table(25) := 'C46E02080016D7DF80E8915787FC568B61BB899EF4CBD5552E9B754861DD6C03C45E02080096D61D9FF47BC4ABBB521A6A1B68E1DC25F267C196AC837549611BF08090A461DF1201C0BE3AF32CE64E38790FEE884F2FAF5DB15E3EB857588F1CF274B14E'; +wwv_flow_imp.g_varchar2_table(26) := '16B6011D8285455EC8D211000A49B74065BBE2F97CF515DFC5CD2D545D5953206DA9C5B22ED629856D619B20F611C08C40F6D599D7F8E5983F9BDFD175850EBDF69C564F4623F1C78DD9160E02B366576AB501CA72278000903B43AD2544C45378C99377'; +wwv_flow_imp.g_varchar2_table(27) := 'F6F4F568B5219D32B66966ED8C843906D3E5439A5904700B60567D4C6A0D373439EC3769668D19D8A6E4C0A4513D544D9100AE00A6082E88DDB891A91D6E9BD7DD452BE6AD09C2145FE7DB974FD2E1379FF17EB36DD50D15E438B10E423F13568C258000'; +wwv_flow_imp.g_varchar2_table(28) := '606CD5A41A36D033EC4FF25126A6F0FADB8D3B686659FE1EF94DD53879CAEA051FA257DE3A44C323439E6D6C23BE323439375372E016C0949AC8C00EF5127BEBBABF0ABCF1B3C91C80D81629AA8D320D4B73092000985B3709960D0F8ED2C8D0A89F76E7'; +wwv_flow_imp.g_varchar2_table(29) := 'EABFF6D7835E516D611BD956881D041000ECA827EA573EDBB572D15A9A5D157F31276817D816B6498A6AAB4CC3D24C02080066D64B8255FC908DFACCFDE635DB12B69BF043B5896DC5834126D4CAE43620004CCE28F01C83626E7E39F437A3AC82D62DE0'; +wwv_flow_imp.g_varchar2_table(30) := '093B7393E1C81075F4B5797FBC9EABB04D6C1B0BDBCA3643CC27805100F3EB888694C93E6E5AB691CAC2A91FF6C8C40D6E98C72FBE442F9EDC4F6F5F38495137368350C809D18A456BE88E35DBE9A6E6DBA7348CC736B16D474EBDE099C2365754956562'; +wwv_flow_imp.g_varchar2_table(31) := '16F2044800012040F899AA1EEC8B9F4DD7B7DC96E96E09F97A87AED19E83FF4E7F79EF64423AFFE040F0D6F937BDBF1B16AEA15D77FF33559567FF6E01DB2603806A738A4224184300B700C654457A43B8475D3EF75F5A5246373489B7FEB294FEE15EFA'; +wwv_flow_imp.g_varchar2_table(32) := 'FEEFBF9EB6F12717C50182F3F23ED90ADBC636B2B0CD180DC896A0FEFCB802D0CF3C2B8DEAE5FFF2E655545E12FFA867A6053DFEE28FA8ADF3B29FBD69F67CBA79C5ADD4503DD74BEBE869A73FBF7D843EB87AC9FBCD79799FCFDEFD357F9F4C56D836B6'; +wwv_flow_imp.g_varchar2_table(33) := 'F1D4B9E35E76B6BD6C060EB14CD805950757004191CF50AF7A29BD6AE14D19EE15CF76F6EA297AFDCC313FE14631CDF7C76FFB1435D72FA18AD24AEF8FD7398DB749E17D78DF6C45B551B53DDB72905F0F0104003D9CA7A48587D2D4877F9637C5A7E3CA'; +wwv_flow_imp.g_varchar2_table(34) := 'B4C063679EF7B3D6D7CCA68D37DC29A6F2487D569FD3781BE791A2EE2BD3265BAA36B2ED180E9C8C58B0DB110082E53FA1F69121F97D3F12F7D62534BF66F184F9D36DFCCBC578A7DFCAC56B29ECC4E6F74F9797B7711E29EABE326DB225DBC8B64A517D'; +wwv_flow_imp.g_varchar2_table(35) := '9069589A430001C09CBA48B1647438FE486DF3DCA5140EC51B564AE67112BAAE77F85B1A66CDF1D7C75B51F3A8FB8E973F399D6D645BA5A83EC8342CCD218000604E5DA458A29E3D97342D4FD99E494259697C2C7E6878F2077ED43CEABE99E89279545B'; +wwv_flow_imp.g_varchar2_table(36) := '551FE4762CCD218000604E5DA45832321CBF05985FBF28657B26098D75F3FC6CEDDDB15E7E3F21CD8A9AA7B17E7E9A1C9327A9B6AA3E4CBE2772E8268000A09B7816FA4695B7FF66574FEDE59F752D1B7D8D27DE799DAE0D74F9BF9357781BE79172A3B2'; +wwv_flow_imp.g_varchar2_table(37) := 'AF4CCB64A9DAAAFA90C9BEC8A3970002805EDE196BE3B9FFA2CA4CBB0D537CFBEFB6E577537969ECD981D1C8283D7DF4F7D4D1DB9E62C75591F6F4D1DF11E761E1E7FA6F5D76574ABE4C12545BD907F605622681EC7B95CCF4A3E8AC521B0D0FDAD5CCA8'; +wwv_flow_imp.g_varchar2_table(38) := '9F928FFC48EF27EEDC414F1CFC89B77F774F27FDE6F9C769C9FC6534A736F620D095AE363A77F95DFF8523CEF8893B764CE97160DE976D659BE544E1EC4BB804E71A66639A200098562363F6B811D97C8842E1D0945ED091AE6D59BE9DF869BFA78FFED6'; +wwv_flow_imp.g_varchar2_table(39) := '4BE29782CEBE7FC6FB9379D4E5F64D7F479B977F544DCA6A9DE704649B23639F2B577DC9AA20642E3801048082239E9A02F5F23F9487B3E7DFDCF28FB4A07E31FDA6751F75F7A6EF07A8ADAA1367FE9D74CBA23BA666B4B217DB2C0380EA8B9205AB0610'; +wwv_flow_imp.g_varchar2_table(40) := '400030A012D299E046E3F7CDA170EA937BE9F6992C6DC3E23BC55C02B7D2A9CBAFD0E98BC7A9B3E78AF754607DF56C5AD9BC9E56CFDB406525537BD53859B76AB3EA4B723EFC0E96000240B0FCC7D5AE9E3543A1FC040056C60D7CFDC22DDEDFB8CAF3B0'; +wwv_flow_imp.g_varchar2_table(41) := '41B559F5250F45A3883C1240CF4C1E61E6B3A88467E86D9C675FB139C1977C42425939134000C81961610A50CF9A4A5B2A8CB20294AADAACFA52005528320702080039C02BE8AEF1418082AAD1527831F9A205983E250800FA5867A749B9ED8F2A4382D9'; +wwv_flow_imp.g_varchar2_table(42) := '15125CEE049B155F82B3089AD31140004847C58034F5FB7A36DE43AB36ABBE1880162628041000141826ADDADE8BAEDEF7ABBE98C418B68887CC00C14C0289E3E8F6DD44AB5700AA2F66D29EBE562100185AF7FC28AD14392BB0FC6DC352B559F5C506DB'; +wwv_flow_imp.g_varchar2_table(43) := 'A7938DF1A36C3A796D81AFEACB337C393D383A6081D53113D956F51640F5C51A27A689A10800065634BFAC73BDA33FC1B2CEDEB684DF26FF48B6957D619F20E611400030AC4EB8A1745EEAA1A1A46FEB5DED8DCFEB6F98C929E65CED49B4957D619F1004'; +wwv_flow_imp.g_varchar2_table(44) := '5250059E8000107815C40D18AFF1738E2BD7121B557CAFA9AF9D697F83F82FDF72E57AAAAD0802F9A69C9FF2F032507E38E65C4ABAC6CFE3E7F2ACD9D69DDAA872517AECDCB3B477FF8FBC22766EFF27DAB8E423B91497B0AF6AABEA830C02F5F3AB739A'; +wwv_flow_imp.g_varchar2_table(45) := 'DF2041197EE44400570039E1CBCFCEE91AFFDCD98DB4B265B5AFE042FBBBFE7A3E562E5C8997A7AEE7A56CC5D6954B5713FB2245060119D8643A96C11040000886BBAF75BCC6FFA1D5B7517D6DFC2B3D97AEBC477DC33DFE7EA6AEB08D6CAB9406F1A521'; +wwv_flow_imp.g_varchar2_table(46) := 'F605414012316B890010607D4CD4F843A130CDAAACF126EC8899E8D2F9AB7F09D0DACC54C76C8CF5F8F3E7C6AA850FEC0B824066FC74E74200D04D7C4CDF648D9FB385C3255433ABD6B7F09DB6EC3FD6E9EFAC6945B5B1B6A6CEF38155230868AA802CD5'; +wwv_flow_imp.g_varchar2_table(47) := '200064092C1FD979483C79A88F2F91F92CC90D4595390DB1997B39EDED8B27D44D46AEAB36CEA98FDBCEC64E1C048C74A7E88D420008A08ABB3FE84D18E71FAFF1B369B3C7A6EEE6F50B1FBC4B03237DBC6AA4B06D6CA39486DAD46F118E17049809443F'; +wwv_flow_imp.g_varchar2_table(48) := '010400CDCCFBBA0769A037FE8DBE891A3F9BC633F596885B0196A81BA593EFBFE2AD9BF88F6D631B594AC417826BABD27FCB205D106026CC06A29700028046DE9191285DBF1A7FC4B7AEA69E36AC4ABDEC574DE2C6D23427FE59B057DE6955371BB5AEDA'; +wwv_flow_imp.g_varchar2_table(49) := 'D6347B9EB8E41FFFF062BFD877662085D93023883E02E3D7903E1BA68D26F599F8D29252DAB0FA56D1499678CF9F0E46D3ECF8473A4F9D7D9DFA0D1C0E649BD83629AACD322D79C9BE330366C1C21DA3C9EF4024EF83DFF9258000905F9EE396C667B681'; +wwv_flow_imp.g_varchar2_table(50) := '9EF8A5FFCAA56B684679C5B8F9D50DB36B1BFDDB8048344227DE3FA66E36629D6D62DB58F89645EDBB98C84066C02CA430235C05481A855F2200149EB1A7A1FF7ABCF1CF289F410B1B1767AC998703E73736FBF95F79DBBCDB00D5A6054DCDFEF09F6FF4'; +wwv_flow_imp.g_varchar2_table(51) := '042BCC8299485159C9342C0B430001A0305C534A1DEC1BF6D316CE5B9C32DCE76F1C67A5B971A1BFE5E4B9E374A5F792FF3BE815B6856D92B2A071915CCD68C9FD01CC448ACA4AA661591802080085E19A52EAC850ECB3DBBCA1B1615ECAF6C912EAC4E7'; +wwv_flow_imp.g_varchar2_table(52) := 'BBAA2AABC7B2B9F4FCC93F4EB68BB6ED315B624FFF55CFACA6BAEA86AC75AB4C54565917841DB22280009015AEDC33F30CD9FC786CD622766C59B8CCDFEDF08967446760F063E76C03DB22A5A5396EA34CCB64C94C307B7826A4F29B070120BF3C272D2D'; +wwv_flow_imp.g_varchar2_table(53) := '5C1A9E70786CA20216CC59E8F7980F8F0CD191770E4E945DCB36B6816D61E1DEFCF9C2C6A9080F19321B885E0208007A799393C3873EB9337049F352DFE267FEFC071A8DC66F2DFC0D9A565837DB2065C9C2A55975FEC9FDE4321736B20C2CB323800090'; +wwv_flow_imp.g_varchar2_table(54) := '1DAFC0732F99BFCC6F645D3D1DF4D299A703B38975B30D2C1C9C5AE64DEDF23F3007A018DF05B0ED18282B2D1757012DBED97F78F95781BC1FC0CFFDB36E292DC2A652611BC42E02B802B0ABBE3C6B9735AFF0FB027A077AE89913BFD5EE05EB64DD2C7C'; +wwv_flow_imp.g_varchar2_table(55) := 'EFBF54D804B18F0002807D75261A5C39AD58B2D2B7FCFF5E7D8ABAFBAFFABF0BBDC2BA58A714B6856D82D8470001C0BE3AF32C5E3C6F295556547AEB23A3C3F4D4ABBFD4E609EB629D2C6C03DB02B1930002809DF5E63D49B86EC57ADFFA974FBE40A72E'; +wwv_flow_imp.g_varchar2_table(56) := '17FE5561D6C1BAA4B00DFC241FC44E02080076D69B67F59CBA269A3737FEA6E07F1D7CB4A06F0AF21B7FAC430AEB661B20F6124000B0B7EE3CCB1B1BE201E07A5F17FDCFCB3F2F98475C36EB90A23EBE2BD3B0B48B0002805DF59560ED7B6DE7E8F5D389'; +wwv_flow_imp.g_varchar2_table(57) := '97FD474EBD406FBE7F24215F3E7E70995CB62AAF9F7E95D80688BD0410006CAC3B3171C6E9736FD2F1D3AFF95F0E52DDF8E5C1FFA4AEFE2B6A524EEB5C1697992C3C8107DBC0B608439237E3B7050410002CA824D5C4482442AF9E3E4AEF9C7FDB4F0E89'; +wwv_flow_imp.g_varchar2_table(58) := 'C78BEB1AAB44675CEC751A1E9FFFE9FE7FA5E1D1F81C047EE62C57B80C2E4B8EF927EBE2E2D896574F1F21B60D62170104008BEA6B6878905E3AFE025D6E7FDFB7BA44BC40337B610D55CC2AA79AB9557EFA7BEDE7E889D6FF487B85E0679A6485CFF05C'; +wwv_flow_imp.g_varchar2_table(59) := '069725A566EE4C4F17EB64DD522EB75FF26C631B21F6104000B0A4AE7AFBAFD3A1D79EA3EEEBF14EB8B21962EA2D6E8865B18658515D46336BE233EB1C7BEB101D3CF99B297BC8FB721952B8EC8AEAD8033FAC9375B30D52D8B6566123DB0AB183000280'; +wwv_flow_imp.g_varchar2_table(60) := '05F5D4D1DD2E1AD6F3D43F189F51981B6243B3F8EC5638F12DFA597366525979BC51FEEED0E3F4C6C597B3F692F7E17DA570995CB62AAC9B6D904181B70D081B39085C153643CC27103F52CCB7755A5AC8BDEC6FBCF5E7844BF9EAFA0AAA6E883D05980C'; +wwv_flow_imp.g_varchar2_table(61) := '457C519CEAC4E7B7AF5EB826EEC9A3DE7E3FFDE3BFD1A6555B69F9FCB554128A55F9E5CE8BFEAEBC7EECECB3DE6F7EC5F7CCA51374F474ABAF331C0E796572D9C9E2E96BAA12B70321EAE91C8895313A4A478E1FA21B6FB89916362D49DE05BF0D228000'; +wwv_flow_imp.g_varchar2_table(62) := '6050652498C23DFDE74F2474F67163E3FBFC4A71BF3F91844B620DB6E3E275AF11F3BDFC91532F7A7FE9F67BEBFC1BC47FE9C4114A39A0709913090724EE13E86EEF153A63537C1F7FEB35EA1BECA5558BD712A58B1E1315886D5A084C5CAB5A4C809264'; +wwv_flow_imp.g_varchar2_table(63) := '02E3F5F4372C983569E39765F1BD7943F3AC491BAECC9F6EC98D9ECB50EFF3D3E59369DC11C936CAD1084EC70881A463E612570086D50BF7A21F3BF15242671F9F59EBC5595876F6656A3237DCB94B6AC5F708866948CC4A1C19E55B82D8DEBC1E15B708'; +wwv_flow_imp.g_varchar2_table(64) := '2C2171892FCFF07CA2E6F5F29965E2DEBE4C9CB8D35CF7C78A48FBBFACA2D4EB1CE48F9F8E8EC4860579846060F005DAB8F6762A2F8B7752A62D00895A09200068C53DB132EE3D3FFAC6E184CE3E6EC4F5F3C55935A9B36FE292E25BB901F32D43F26D43'; +wwv_flow_imp.g_varchar2_table(65) := '777B1FF55F8B0DD9CDA82AA35A31BC972F9123049D97AED3F0606CCA32394270EB8D9BC5ECC6B3F2A50AE5E44800B7003902CCD7EE57BA3EF07ACF33E9E9CF97CE429633D10801FB0A318300AE0002AC87D1C8085DEBE9A60B97CFD225E5E11E3669A29E'; +wwv_flow_imp.g_varchar2_table(66) := 'FE004DCE4A35DF3DD4A51D21382CDE625C20E61168A19AAA5AF125E1D8B701B32A1C99F3420001202F18332F843F7AF1D473FF3BEE0E7CC9CE97E3DCA1562C121F21E8F38716F96946F589C662F1D5363F10000CAA31BE77AE15CFF467DAEB9E8BE96AD7'; +wwv_flow_imp.g_varchar2_table(67) := '9EBA9E4B9913EDCB012D2CFCEB6EEBA5D161BC3330112B9DDB100034D1E6A1B16834F58D39BE4C2E9B51EA9DF1F9893AFEAD4366885E7EBF1350ACEB100E6C7316F1A8C4100D888FA50E0F8EF8A312AA7E7518514DC77AFE092000E49F69DA129B96D5A7'; +wwv_flow_imp.g_varchar2_table(68) := '4D0F2AB17C6629CD5B91FD37FC72B597035CBA51895CCBC5FE5323805180A971C35E2050140410008AA21AE104084C8D0002C0D4B8612F10280A02080045518D700204A6460001606ADCB017081405019D0160A42888C10910283C016D6D45670088CF65'; +wwv_flow_imp.g_varchar2_table(69) := '557880D000023613D0D656340600579B5336D73C6C0701319D8AB6B6A2310038DA9CC22104027613D0D756F40500971000EC3E2A61BD2E021ADB8AB600E03AFA2E6B74D513F480402108E86C2BDA028078CDF57C2160A14C102836023ADB8AB6004091E8'; +wwv_flow_imp.g_varchar2_table(70) := 'E162AB28F803020521A0B1AD680B00A561873F3193FA3E6C4108A25010B096803BD656B438A02D003CB06D6F87F0E8B416AFA00404EC25707AACAD68F1405B00606F5C875AB578052520602901DD6D446B0008451D04004B0F4C98AD8780EE36A2350088'; +wwv_flow_imp.g_varchar2_table(71) := 'C9601000F41C47D0622901DD6D44E8D32ACE379FBE9727859FAB552B9481801D04DABFF1D15F340953B575966BBD0260C78467F10FCEDB5129B01204B410186B1BDA1A3F3BA53B00B042DC0668399CA0C4360241B40DED0120EA869FB5AD62602F08E820'; +wwv_flow_imp.g_varchar2_table(72) := '1044DBD0DD07E07114FD0047C4CA261D50A103042C217054DCFFDFAADB56ED5700ECA0B8C97958B7A3D00702261308AA4D041200D674F5FF5A4481B32657086C03016D04445BF0DA84368571458104807BEEF955447C03EB7B7133B00602D39880680B5E'; +wwv_flow_imp.g_varchar2_table(73) := '9B080041200180FDAC8C461E138BCE007C864A10308940E7585B08C4A6C002C0573FB6AF4F78FC48205E4329089843E091B1B6108845810500F6D61D767E28164381780EA520103C81A1B136109825810680DD1FDFF381F85AECBEC0BC8762100890001F'; +wwv_flow_imp.g_varchar2_table(74) := 'FBDC06023441FF9380C9CE46C325DF1169BDC9E9F80D02454EA077ECD80FD4CD40AF00D8F3DD77FDEC8C9803ED738152807210D04C808F793EF635AB4D51177800608B1EDCB6E709F196D00F52AC430208142301C7F93E1FF326B86644006010F3EACBEF'; +wwv_flow_imp.g_varchar2_table(75) := '170BBC2864C251011B0A49A0B5A9B6ECAB8554904DD9C604802F6CFCF188EB86EF11C6B765E300F282804504DAF818E763DD149B8D09000C64F7F6C72E39E1D0DF8BD5515300C10E10C81381513EB6F918CF53797929C6A800C01E3D78F7CF9F13AF28FE'; +wwv_flow_imp.g_varchar2_table(76) := '4B5EBC4321206008013EA6F9D836C41CDF8C405E07F6B58FB7E292F3CD033B7F41E4EC182F0BD241C01E02EEBE6F6CDB7B2F39FAA6FACA948D7157009EE102140313D1893B4B703B90696D229F690446F91836B5F1332C33AF00946A7CE8E0673EEC46A2'; +wwv_flow_imp.g_varchar2_table(77) := 'FF2D921A9564AC8280E904DAF89EDFC4CB7E159C9957008A850C50F49C6E1049182254B860D56802AD7CCC9ADEF899A0F15700B29A1F3DF6F9D2CB9D430F8BE7A7BF2CD3B00401D308F0036DFC4C8B49437D1331B2260048271E3AB0EBD3AEEBFE44FCAE'; +wwv_flow_imp.g_varchar2_table(78) := '926958828001047AF9F15E539EF0CB9487F1B700C98E788F0D9794DC22AE047E2AB6E155E26440F8AD9BC0101F8BAE38266D6BFC0CCABA2B00B576773FB5ABC92973BF24D2BE28FEEAD56D5807810213E0D9AC1EE1F7F9837EA537173FAD0E00D2F1EFFE'; +wwv_flow_imp.g_varchar2_table(79) := '69C7CCFE50F83EF1DDA1AF8890D622D3B10481BC13E0C96CC51C7E3C8D579033F9E4CBAFA2080012C6934F7E2A7CB2AEF293C2297EB108DF1D9060B0CC0781A33C7537CFDE1BD4049EF97022B98CA20A00AA73BBF7DFB731E4443E1225DA2A9CDC22B6E1'; +wwv_flow_imp.g_varchar2_table(80) := '83A42A20AC4F46A05D34F843A293AC95BFD8239EE13F36D90E366E2FDA00905419CEB7F6EF5A2E2A746B34E46E755CDA2AB6AF127FD3C5FF241CF89944401C1A74DA75A83514755AC541D1FAF5ED7B78B20E4E2F6A99B60DE0DB0776368C44DC2D140E6D'; +wwv_flow_imp.g_varchar2_table(81) := '16C38A8B1DD7A913E1A04ED4B9F813EBC4EB545AD4B53F7D9CE3D76FBB44DD8A3FA74B34EB2ED771BBC4B0DD798A440F97869D430F6CDBDB317D70C053100001100001100001100001100001100001100001100001100001100001100001100001100001'; +wwv_flow_imp.g_varchar2_table(82) := '10000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110000110'; +wwv_flow_imp.g_varchar2_table(83) := '0001100001100001100001100081C210F87F37FF43B0612B399C0000000049454E44AE426082'; +wwv_flow_imp_shared.create_app_static_file( + p_id=>wwv_flow_imp.id(31475868703048442) +,p_file_name=>'icons/app-icon-256-rounded.png' +,p_mime_type=>'image/png' +,p_file_charset=>'utf-8' +,p_file_content => wwv_flow_imp.varchar2_to_blob(wwv_flow_imp.g_varchar2_table) +); +end; +/ +prompt --application/shared_components/files/icons_app_icon_512_png +begin +wwv_flow_imp.g_varchar2_table := wwv_flow_imp.empty_varchar2_table; +wwv_flow_imp.g_varchar2_table(1) := '89504E470D0A1A0A0000000D4948445200000200000002000806000000F478D4FA000000017352474200AECE1CE900000044655849664D4D002A00000008000187690004000000010000001A000000000003A00100030000000100010000A00200040000'; +wwv_flow_imp.g_varchar2_table(2) := '000100000200A00300040000000100000200000000000BF8B58500004000494441547801EDDD59901DD779D8F16FF67D5F3018CC600708804302244171912C4B7624277212C74ECA8ECA55F19B2B7EC97B1EFCE0A794537E92AB62CB8E1DC755B6BCC9B2'; +wwv_flow_imp.g_varchar2_table(3) := 'EC222D890AC5155C046E100990042902240110DB60F67D06E9EFD2030E3073CFE97B6FF7B9A7FBFC8F8A85C174F739DFF97D2DF477FBF652F33B4FFCC64DA121800002082080405002B541CD96C92280000208208040418002801D010104104000810005'; +wwv_flow_imp.g_varchar2_table(4) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(5) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(6) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(7) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(8) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(9) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(10) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(11) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(12) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(13) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(14) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(15) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(16) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(17) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(18) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D000104104000810005'; +wwv_flow_imp.g_varchar2_table(19) := '2800024C3A534600010410408002807D0001041040008100052800024C3A534600010410408002807D0001041040008100052800024C3A53460001041040A01E020410084B60656955A6AECDC9E2DC7261E24DAD0DD2D9DF2AF58D756141305B040217A0'; +wwv_flow_imp.g_varchar2_table(20) := '00087C0760FA61092CCD2FCBF8C569595BBB796BE20BB34BA2BFEF1DEE90C696865BBFE7070410C8B7005F01E43BBFCC0E815B027AA0BF7EE1F683FFFA422D087499AE4343008130042800C2C833B30C5C607E6A516E449FFC6FDEFCEC93FF9D24BA4CD7'; +wwv_flow_imp.g_varchar2_table(21) := 'D175690820907F01BE02C87F8E9961E002B3130B3279753696829607372ECF14BE2268EB6E8EB50D2B2180403605380390CDBC113502B104A6AFCFC73EF86FEC500B06DD96860002F915A000C86F6E9959E0028583F8F85CD90AD3D1B671CF1C943D081B'; +wwv_flow_imp.g_varchar2_table(22) := '228040D5042800AA46CFC008A42730F1C98CE8A9FF4A9BF6A17DD11040207F021400F9CB29330A5CE04674C09E9B4EEE423EED4BFBA4218040BE042800F2954F6613B8C0447401DF7CCC837F4F57AFE87F719AF6A97DD31040203F02DC05909F5C3293C0'; +wwv_flow_imp.g_varchar2_table(23) := '05F4003D17F316BEFEDE01397EE4E182D8C9D32FCAB5F1AB56BDF5BEBBB7B55BD765050410F05F803300FEE7880811B00A4C5E998D7DF0DFD63F240FDEFD88D4D5D517FED39FF577719A16013A160D0104B22F400190FD1C3283C005F4803C3B19EF82BF'; +wwv_flow_imp.g_varchar2_table(24) := '1D432372FFE187A5B6F6B3E7FEEBCFFA3B5D16A7E958140171A4580701BF05F80AC0EFFC101D024601BD4D2FEEC17FD78EDD72F7BE63525353B3A9CFDADA1A397AF0B8D4476705CE5F38B769F99DBF288C1975D335D076E722FE8E00021911E00C404612'; +wwv_flow_imp.g_varchar2_table(25) := '459808DC29A06FF48B7BABDFDED17D32B6FFBE2D0FFEEBFD6A61A0EBE8BA719A8EAD31D01040209B021400D9CC1B51072E30736341666EC47B52DFEED1BD7278EFBDB1C574DDDD237B63ADAF31682C340410C89E000540F67246C4810BE82D7953D7E25D'; +wwv_flow_imp.g_varchar2_table(26) := '885738EDBFE768C96277EF3D2ABA6D9CA6B1C4BDF5304E7FAC8300026E042800DC38330A0289082CCE2DC7BE1F7F7478978C45DFF9CBE6AFFCEDB144DBE8B6DA479CA6B7206A6C340410C88E000540767245A4810B2C2FAEC88D4BFA4A5F3BC4487445FF'; +wwv_flow_imp.g_varchar2_table(27) := '3DD1F7F9D197FEF6958BAD116DAB7D685FB6A631696C1A230D0104B2214001908D3C1165E002ABCB6B327E61BAF09A5E1BC5F0E00EB9F7C071E3057FB63ED697EB8581DA97F6696B6B6B370B316AAC340410F05F8002C0FF1C1161E0026BAB37E5FAC529'; +wwv_flow_imp.g_varchar2_table(28) := '595DB51F58077A07E5E85DD1C13FBAAD2FA9A67D699FDAB7AD698C1AABC64C430001BF052800FCCE0FD1052E70333AB73E1E1D50579656AD12DD1D5DF2C09187A287FC24FF7F6BED53FBD6316C4D63D59835761A0208F82B90FCBF14FECE95C810C89CC0'; +wwv_flow_imp.g_varchar2_table(29) := 'E4E559595AB07FAFDEDAD22AC7C71E2D3CDA37AD49EAA383750C1DCBD634668D9D860002FE0A5000F89B1B220B5C401FB413E7B5BE4D0D8DF2D0BD9F97A6C6E6D4C5748CC258D198B6A6B1C77D5091AD2F96238040F2021400C99BD22302150BE82D7553'; +wwv_flow_imp.g_varchar2_table(30) := 'D1637E6D4D3F953F78F4F3D2DAECEE0D7D3A968EA963DB9ACE81DB036D4A2C47A03A021400D5716754048A0AAC2EAF7E7ABB5FD1353E5D5013DDE07F7CEC73D2D5D66D5933F9C53AA68EAD31989A5E05A0B707EA9C680820E0970005805FF9209AC0056E'; +wwv_flow_imp.g_varchar2_table(31) := 'EAAD7417E3DDEE77E4E098F4776FAB9A988EAD31D85AE1F6C0684E3A371A0208F8234001E04F2E880481C253FE96635CF1AF8FE9DDBD7D7FD5C534865DC3BBAD71E89CF46981340410F0478002C09F5C1049E002D3E3F3323FB36455E8EBEE9323D1B3FA'; +wwv_flow_imp.g_varchar2_table(32) := '7D6947F61D158DC9D6746E3A471A0208F8214001E0471E88227001BD506EFABAFDD5BA7A0BDEFD29DDEB5F6E0AF419011A539CDB03758E5C1458AE34DB2190AC000540B29EF48640C9026BD1D3F3263EB19F1EAF2FDC87FFB0343634953C46DA1B684CC7'; +wwv_flow_imp.g_varchar2_table(33) := 'C71E168DD1D674AE3A671A020854578002A0BAFE8C8E40E1E01FE731BFC70E3F201DADF627F1558B5463D3186D4DE71AA7E0B1F5C3720410A84C8002A0323FB646A02281991BF3B210E335BA7B47F7CBB6BEE18AC672B1B1C6A8B1DA9ACE59E74E430081'; +wwv_flow_imp.g_varchar2_table(34) := 'EA09500054CF9E910317588E1E971BE77BFFDEAE5EB96BF7DD99D1D25835665BD3B9AB010D0104AA234001501D77460D5C40EF89BF117D176E7B5F4E63F4C8DDFB0E7F2E9517FCA49502BD285063D6D84D4DE75E30E0F90026269621909A0005406AB474'; +wwv_flow_imp.g_varchar2_table(35) := '8C407181892BB3B212E3E978F71D392ECD4D2DC53BF27489C6ACB1DB9A1AA8050D0104DC0B5000B83767C4C005E6A716653E7A518EAD1DD873A8AA4FFAB3C5675BAE4F0AD439D89A5AA8090D0104DC0A5000B8F566B4C005D656D66432C64B7EF4C13A07'; +wwv_flow_imp.g_varchar2_table(36) := '46ED074FDF39750E711E12A4266A4343000177021400EEAC190981C2E96E7D36BEA9E9BDF4F71E7A406A6ACC2FDA31F5E1CB329D83CEC5F67C0035E1AB005FB2461CA1085000849269E6597581F9E9255998B53FEA77ECE0BDD2DAD456F578930A40E7A2'; +wwv_flow_imp.g_varchar2_table(37) := '73B235B551231A0208B811A00070E3CC28810BE893EFE29CFADF3E382C3B0677E54E4BE7A473B3B5C257013C25D0C6C472041211A0004884914E10300B4C5E99B33EFEB6A9B159EED97FCCDC518697EADC748EA6562894222B1A0208A42F400190BE3123'; +wwv_flow_imp.g_varchar2_table(38) := '042EB010BD056F7EC67E95FBB1C3F74B8387CFF94F2A7D3A379DA3ADA9959AD11040205D010A80747DE93D7001BDB86D32C67DEEBB76ECCEF42D7F71D3ACB706EA5C6D4DCD6C174BDAFA6039020898052800CC3E2C45A02281A96B73627BD14F735373F4'; +wwv_flow_imp.g_varchar2_table(39) := 'A8DFB18AC6C9D2C63A579DB3A9A999DAD11040203D010A80F46CE9397081E5C515999B5CB02A8C1D38260DF50DD6F5F2B282CE55E76C6B6AA78634041048478002201D577A4520D6A97FBD327E5BDFF6E0B474CEB1EE0A88F1F54970784C188184042800'; +wwv_flow_imp.g_varchar2_table(40) := '1282A41B04360AE8E36D972C6FBAAB8F3E09DFBDEFE8C6CD82FA59E7AE06A6A686711E9B6CEA83650820B0B50005C0D62EFC1681B205F44D7F71BEBF3EB27FCC7A5B5CD941646043BD25500D6C4D2DD594860002C90A500024EB496F08C8F4F8BCAC5A9E'; +wwv_flow_imp.g_varchar2_table(41) := '6BAFCFC71F1DDC1DBC961AD8DE15A0966A4A4300816405280092F5A4B7C005F4F5B6B313B60BFF6AE4EEFDD1A9FFEC3FEABFF26C4706050B0B869AC6797D72E501D10302E108500084936B66EA4060EA6A74BAFAA6F974F5EE91DDD2D1D6E5209A6C0CA1'; +wwv_flow_imp.g_varchar2_table(42) := '166A626A6AAAB6340410484E800220394B7A0A5C60697ED9FAB29FC6E8A2B783BB0E072EB579FA6AA236A6A62F0B52631A020824234001908C23BD2010EBC2BFBBF61E89EEF96F42EB0E0135511B5B8B7371A5AD0F962380C0A7021400EC09082420B038'; +wwv_flow_imp.g_varchar2_table(43) := 'BB6CBDEDAFA3BD534687F624305A3EBB501B353235BD2D50AD69082050B9000540E586F480804C5DB77F3F3DB6FF5EA9A9E1CABF62BB8BDAA891ADC5B1B6F5C172041010A9070101042A13D037D7C57964ED0BAF3F57D9406C5D10506B356F6E6F440401'; +wwv_flow_imp.g_varchar2_table(44) := '042A10E00C4005786C8A800A4CC7F8F48F54B2029827EB496F610A5000849977669D90803EA676796935A1DEE826AE809AF388E0B85AAC87C0D60214005BBBF05B0462094C5FE70975B1A0525809FB1450E93228010A80A0D2CD649314D04FA03C9D2E49'; +wwv_flow_imp.g_varchar2_table(45) := 'D1D2FA527BCE029466C6DA086C14A000D8A8C1CF0894203073C3F6C8DF123A63D5B204C841596C6C8440418002801D01813204F4897471AEFC2FA36B3629414073C0D3014B00635504360850006CC0E04704E20AF0C933AE54FAEB918BF48D19219F023C'; +wwv_flow_imp.g_varchar2_table(46) := '07209F796556290AAC4457A0EB73E94DEDD17B7E4EFEF323BF655A85653105FEEA853F90133F79B2E8DA9A0BCD497D635DD175588000029B053803B0D984DF20601488F389F34B77FF5B631F2C8C2F10C7324E4EE28FC89A088421400110469E99654202'; +wwv_flow_imp.g_varchar2_table(47) := '6BAB6BD62BCFC7F6DE27439DA3098D48376AA9A6A6A67703686E680820105F800220BE156B2220B3130BA2EFA637B59FBBF7DF9B16B3AC0C019BA9E6447343430081F8021400F1AD583370013DEECF4E2E1A15460777CBBE8131E33A2C2C5D404DD5D6D4'; +wwv_flow_imp.g_varchar2_table(48) := '343796DACCB439CB10084E800220B89433E1720516A38BCD6CA7997FFEFE5F8ADEF857EE086C574C404DD5D6D434379A231A0208C413A00088E7C45A08C8DCA4F914734F479F1C1D7918A99404D4568D4DCD9623D3B62C432034010A80D032CE7CCB1258'; +wwv_flow_imp.g_varchar2_table(49) := '5D599385B965E3B65FBEEF17A5AE963B6B8D48152C54DB2F1FFB9AB107CD91E68A86000276010A00BB116B2020F353E6EFFEEB6AEBE4F89E2F2295B2C0F1BD3F1B1559E6FBFD6DB94A3944BA47203302140099491581565360CE5200DCBBFF41696FEAAA'; +wwv_flow_imp.g_varchar2_table(50) := '6688418CADC66A6D6AB65C99B66519022109500084946DE65A96C062745AD9F6D6BF47EEFAB9B2FA66A3D2056CD69A2BCD190D0104CC021400661F962220B64F94DDEDBD7270DBBD483912506B3537355BCE4CDBB20C815004280042C934F32C4BE0E6DA'; +wwv_flow_imp.g_varchar2_table(51) := '4D599831DF5AF6C8D897A5D6F2BD745983B3D196026AADE6A6A639D3DCD11040A0B8000540711B96205078E98FEDC97F0FEEFD12528E056CE69A33DB0B9B1C87CC700878274001E05D4A08C82701DBA7FF83A3774B7FFB904F2107118B9AABBDA9D97267'; +wwv_flow_imp.g_varchar2_table(52) := 'DA966508842040011042969963590285D3FFB3E68BC91E3EFCA5B2FA66A3CA056CF60B51EEF81AA072677AC8AF004F2DC96F6E99598502FA5019D3E9FFDA9A5A393CFC4085A3B8D97C7CF68A9CBEF0AA7C74F57DB9317D5D26A6C76562763C1ABC26BAA0'; +wwv_flow_imp.g_varchar2_table(53) := 'AEA770519D3E656F74709F1C19BE5F7ADB06DD0456C1286AAF3958BBB9F5837F0A5F0344396C696FAC6014364520BF021400F9CD2D33AB50C0760AF9D0AE7BA4ADB1A3C251D2DB7C76714A4E9C7D425E3DFB825CB87ABEE8409F8CCFC927E3170ACB5F78'; +wwv_flow_imp.g_varchar2_table(54) := 'EBA9E8CF3F911D03BBE4FE038FC8A307BE226D4D9D45B7ADE602B5D71C9C3EF746D1303487140045795810B8000540E03B00D3DF5A20CE4564C7F6F9F9DCFFA5954579E6EDC7E50727FF5E1696CCEF2FD87AF6522818B46878E2E477E5ABC77F59BE78E8'; +wwv_flow_imp.g_varchar2_table(55) := '6BD258DF546CF5AAFD5E73602C00A29703692E6B784353D572C4C0FE0A5000F89B1B22ABA2803E48C6F4FDB11E508EECF0EFF4FFE98BAFC8B79EFA23999CD1D3FB95B785A579F9C7137F294F9FFA9E7CFD4BBF197D3DE0D79C35079A8B625FD5680E3597'; +wwv_flow_imp.g_varchar2_table(56) := 'CD6D7C0D50F9DE400F7913E022C0BC6594F92422603BFDBF6FC75DD2D9DC93C8584974A207C01FBEF91DF9E663BF9BD8C17F635C5A5068DF3A46B183EDC6F55DFDAC39D05C989A2D97A66D5986409E052800F29C5DE656B6C0A2E5EAFFFBF63F5276DF49'; +wwv_flow_imp.g_varchar2_table(57) := '6FB8BCBA247FF1EC370A9FD4D33C386BDF7A36E02F9EFB7DD1317D69B65CD872E9CB3C880301D7021400AEC519CF7B81E5C555595DDDFACAF2F5E0C746CC2FA4595F2FED3FF5A0FCD7CFFF81BCFCF673690F75ABFF97CF3C2B7F7DE20FBD391360CB85E6'; +wwv_flow_imp.g_varchar2_table(58) := '52734A430081DB0528006EF7E06F08C8D2BCF9DEFF91C15DD2D33AE085D4FF7BEB1F9C1EFCD727AD45808EED43D35C684E4CCD9653D3B62C4320AF025C0498D7CC32AFB2056C6F923BBCF368D97D27B9A15EF0F74F2F7C2B76971DAD9DB267C77E191DD8'; +wwv_flow_imp.g_varchar2_table(59) := '2DED2D9DD2D2D856D8767E695666E6A7A267049C930F2EBC27D37353B1FAD4B1877B777A7161A0E6E4E32BC56F75D49CB67537C79A172B21108A0005402899669EB104A233EAB26839037060782C565F69AEA4B7FAE9D5FE71BEF36F6FE990E3471E957D'; +wwv_flow_imp.g_varchar2_table(60) := '4387A2C7FED46C0AABA3B95BF4BFED3D3BE5C1833F23EF7FF2B69C3C7D222A0AA637ADBBF1173AB6C6F0DBBFFA8DAADF22A8397942FE716378B7FDAC39D5DC7237E06D2CFC257001BE02087C0760FAB70B2C2FAC186FFFD327CFEDEE3F74FB4655F89BDE'; +wwv_flow_imp.g_varchar2_table(61) := 'E71FE756BFBD2307E43F7DE9BFC8FEA1C35B1EFCEF0C5D0B045D57B7D16D6D4D63D058AADD34279A9B624D6F07D4DCD21040E03381E2FF8FF96C1D7E42201801DBE9FFBD3B0E4A737D4B553DF4097FFA901F5B3B7AF001F9F2D1AF497D6D836DD54DCB75'; +wwv_flow_imp.g_varchar2_table(62) := '1BDD56FBB0B51F9CFC8E684CD56C9A13CD8DA9D9726BDA966508E4518002208F59654E650BD84EFF1F1ABDB7ECBE93DA501FEF6B7BC29F7E7A3F7EE00BB13EF5178B4BCF06681FB63301FAB0208DA9DACD961B5B6EAB1D3FE323E05A8002C0B538E3792B'; +wwv_flow_imp.g_varchar2_table(63) := 'A0DF692F2F98EF0038B0BDFADFFFEBB3FD4D4DBFF3FFE23D5FADE8E0BFDEBF1601DA97F6696AB6984CDB26B5CC961BCD6D9C6B26928A877E10F05D8002C0F70C119F3301BD575C2F142BD6F459F8A3BDFB8B2D76F27B7DAB9FE9C53E1A845EF057CE69FF'; +wwv_flow_imp.g_varchar2_table(64) := '6213D0BEB44F53D39834B66A36CD8DE97D059A5B9E0750CD0C31B66F021400BE658478AA2660BB484CBF634EF2C05ACE44F595BEA6A6B7FAE9D5FE4937ED53FB36B5D317CDB199B64D6299E6C6761D802DC749C4411F0864458002202B9922CED4059617'; +wwv_flow_imp.g_varchar2_table(65) := 'CD5789EFDA56DD4FFF0AF0D1D5F78D0E7A9FFF56B7FA19378AB150FBD4BE4DEDA32BE6D84CDB26B5CC96235B8E938A837E10C88200054016B2448C4E046C9F0E47FBF73A89C334C88DE9EBA6C58587FC1857A860A13E40C8D46CB199B64D6A992D47B61C'; +wwv_flow_imp.g_varchar2_table(66) := '271507FD209005010A802C648918531728DC27BE647E5EFC8E9E3DA9C7611B60627ADCB88A3EE12FAD66EB7B22A157105712BF2D47CB518E4DAF79AE646CB645206B02140059CB18F1A622603B35DCD6DC26BDAD83A98C5D4AA713B3E60260FDF1BEA5F4'; +wwv_flow_imp.g_varchar2_table(67) := '19775D5BDF133337E27695DA7A9A23CD95A9D9726DDA966508E4498002204FD9642E650B2C2F983FFDEFDE7E207A8CECE6C7E8963D60063734DC20F12FB3B1AF91F6B435479A2B53B3E5DAB42DCB10C8930005409EB2C95CCA1658B25C00B873DBBEB2FB'; +wwv_flow_imp.g_varchar2_table(68) := '4E72C3EEB65E6377FA629FB4DA82A56F5B6C69C57567BFB65CD9727D677FFC1D81BC0A5000E435B3CCAB248115CBF7FFA37D9E14001DE60240DFEA97569BB6F4DDD3D197D6D025F56BCB952DD7250DC6CA086458800220C3C923F4E4046C0785EDDD3B93'; +wwv_flow_imp.g_varchar2_table(69) := '1BAC829E6C07597DA56F5ACDD677B72705802D57B65CA7E547BF08F8264001E05B4688C7B9C0EACA9AF111B1F5B575D2DDD2EF3CAEAD061C1D309F89F8E0C27B7233FA5FD24DFBFCE0C25963B73B07F71A97BB5AA8B9D29C156BFA3860CD390D81D00528'; +wwv_flow_imp.g_varchar2_table(70) := '0042DF0398BFAC2C9B2F00ECEF19923AC301C525E1911DF71B879B9E9B92F73F79DBB84E390BDFBF744666E6A68D9B1ED9617F73A0B18384166AAE3467A666CBB9695B96219017010A80BC649279942DB06AF9FE7FA867B8ECBE93DEB0B76D50760CEC32'; +wwv_flow_imp.g_varchar2_table(71) := '767BF2F409595933BFD4C8D8C11D0B97A3BE4E9E3971C76F6FFFEB48F490A09ED681DB7F59C5BFD97266CB7915436768049C09500038A366205F055696CDA783073C2A00D4F0FE038F182967E6A7E5999FFC2091AF02F4D4FF33A7BE2F33F333C6316D31'; +wwv_flow_imp.g_varchar2_table(72) := '19374E61A12D67B69CA710125D22E09D00058077292120D702B68BC2063ACDA7935DC7FBE881AF487363B371D89F7E7C564E9E7DAEA222400FFE3F7EF7D9E8BBFFF78C63B534B6C82307BF625CC7F5425BCE6C39771D2FE321500D010A806AA833A65702'; +wwv_flow_imp.g_varchar2_table(73) := 'B6EF83073AB77B156F5B53A77CF5F8AF58637AE3DD57E4476F3C5ED6D7017ADAFFC9D71F935367ED6FF8FB85077F45DA1A3BACF1B85CC196335BCE5DC6CA5808544BA0BE5A03332E02BE08AC5ABE02E86BDBE64BA8B7E2F8E2A1AFC9D3A7BE279396E7EF'; +wwv_flow_imp.g_varchar2_table(74) := 'EB99802BD73F91E3471E2DBC26D8F6A640FDD4AF17FCE977FEB6D3FE1A8CDEFAF78543FFE6565CBEFC60CB992DE7BECC83381048538002204D5DFAF65E606D353AE445B785156B7A3B59678BF9E13BC5B64DF3F78DF54DF2F52FFDA67CF3B1DF35C6AF31'; +wwv_flow_imp.g_varchar2_table(75) := 'E835014FBDF27D79A5F585C22B7DF5AD7EFA621F7DB6BFCE5C9FF0A70FF9D1FBFCF5563FDBD5FEEBF3D2C7EE6A0C8D754DEBBFF2E64FCD99E66E656DEB3B3C34E79AFBDABAB01FEFEC4DC208A42A021400556167505F04D656CD170076B4754B6D8D9FDF'; +wwv_flow_imp.g_varchar2_table(76) := '941D197E40FEDD235F977F3CF197B138F516413DA51FE7B47E9C0E7FE9D15F97C3DBCDB725C6E9278D7534679A3BD32B8A35F7B575C59F1790465CF489804F027EFECBE69310B1E45AC0560074B6777B3DFF9FBFFB3FC8E70E7DC1798C0F1DFEA27CF9C8'; +wwv_flow_imp.g_varchar2_table(77) := '2F391FB794016DB9B3E5BE94B15817812C0A500064316BC49C98C06A741AD8D43A5BFD2E00F434FCAF7DFEB79C16017AF0FFB547FF6BF47644935CF597D97267CB7DF567400408A42BC05700E9FAD2BBE7026B9647C2DA0E223E4CAFA1AE517EFD67FE9B'; +wwv_flow_imp.g_varchar2_table(78) := '0CF5EE947F7AE15BD66B02CA8D598B0D3DEDAF9FFC7D3FF8EB1C6DB9B3E5BE5C27B643202B02140059C91471A622603B0DDCD1DA95CAB84977AA07E77F35F6CB321C1501DF7AEA8FAC7707943ABE5EEDAF17FCF9FA9DFF56F3B1E5CE96FBADFAE47708E4'; +wwv_flow_imp.g_varchar2_table(79) := '498002204FD9642E250BE895E0A6D6D1928D02607D0E7A61E06FFFEA37E499B71F971F9CFCFBE80AFF85F54565FDA90FF9D1FBFCF5563F1FAFF6374DCA963B5BEE4D7DB30C813C085000E4218BCCA16C01DB5BE1DA9BB355002884DE22A867031E39F0F3'; +wwv_flow_imp.g_varchar2_table(80) := '72E2EC13F2EAD917E4C2D5F32519E9B3FDF5F1BEFA843FDF1EF2137722B6DCD9721F771CD64320AB02140059CD1C7127227073CD7C06A0BDB9339171AAD1893E31F02B63FFB1F0DFF8EC15397DE1D5E85EFFF70BB7C64D4C8FCBC4EC7821ACEEB65EE989'; +wwv_flow_imp.g_varchar2_table(81) := '4EF1EB697E7DA5AFBED5CFA717FB946B67CB9D2DF7E58ECB760864458002202B9922CE54044C0F01D2019BA24FD37968FA16C12F1CFCD72207F3309B7873B0E5CE96FB78A3B01602D915E036C0ECE68EC81310303C04B0D07B7D6D6302A3D04535046CB9'; +wwv_flow_imp.g_varchar2_table(82) := 'B3E5BE1A313326022E0528005C6A33967702B64F81F5750DDEC54C40F1046CB9B3E53EDE28AC854076052800B29B3B224F42C07C0940F43C790A802498ABD187357796DC572366C644C0A50005804B6DC6F24EC0762198ED53A4771322A05B02B6DCD972'; +wwv_flow_imp.g_varchar2_table(83) := '7FAB237E4020A7021400394D2CD38A27603B0D6CFD14196F18D6AA82802D77B6DC5721648644C0A9000580536E06F34DC0762198ED20E2DB7C88E733015BEE6CB9FFAC277E42209F021400F9CC2BB38A2B60390AD84E23C71D86F5DC0B587367C9BDFB88'; +wwv_flow_imp.g_varchar2_table(84) := '191101B70214006EBD19CD3301FB7560F6353C9B12E1DC1230E7CEBCF45627FC80406E052800729B5A261647C0F646DBE5D5E538DDB08E8702B6DCD972EFE1940809814405280012E5A4B3CC0958DE6BBBB2B694B92911F0A702D6DC59728F23027917A0'; +wwv_flow_imp.g_varchar2_table(85) := '00C87B86999F51C0760C58E10C80D1CFE785B6DCD972EFF3DC880D81240428009250A48FCC0AD4588E02CBAB9C01C86A726DB9B3E53EABF3266E04E20A5000C49562BD5C0AD4D49ABF09B67D8F9C4B949C4CCA963B5BEE73C2C03410282A400150948605'; +wwv_flow_imp.g_varchar2_table(86) := '2108D80E02D6EF914340CAE81C6DB9B3E53EA3D3266C04620B5000C4A662C53C0AD80E020B4BF3799C761073B2E5CE96FB20909864D002140041A79FC9D75ABE02985D9C0229A302B6DCD9729FD169133602B10528006253B1621E056C078199C5E93C4E'; +wwv_flow_imp.g_varchar2_table(87) := '3B8839D97267CB7D10484C3268010A80A0D3CFE46BEACC1701CECE730620AB7B892D77B6DC6775DEC48D405C010A80B852AC974B81DA3AF3FF0566162800B29A785BEE6CB9CFEABC891B81B802E67FFDE2F6C27A086454A0CE72066086330019CDAC882D'; +wwv_flow_imp.g_varchar2_table(88) := '77B6DC6776E2048E404C010A809850AC964F81DA7AF3FF05A6E726F339F1006665CB9D2DF7011031C5C005CCFFFA058EC3F4F32F5067F90AE0C6F4F5FC23E47486B6DCD9729F5316A685C02D010A805B14FC10A280ED53E0F8D43559BBB916224DA6E7AC'; +wwv_flow_imp.g_varchar2_table(89) := '39D3DC999A2DF7A66D5986401E042800F29045E650B6405DF41580E93E80D5B555995AB85176FF6C581D01CD99E6AE58D39C6BEE6908842CC0FF0342CE3E7397A5851531560091D1C4DC55A4322660CD59540114729FB179112E02490A500024A9495F99'; +wwv_flow_imp.g_varchar2_table(90) := '12D003C0F88529B979D31CF6F8ACF954B2796B965643C09633CDB9E69E22A01AD9614C5F0428007CC904713815583FF8AFAD598EFE515437A6AF388D8DC12A17889333CD3D4540E5D6F4905D010A80ECE68EC8CB1428E5E0AF435C9FE62B8032A9ABB659'; +wwv_flow_imp.g_varchar2_table(91) := 'DC9C5104542D450CEC81000580074920047702A51EFC35B24FC63F761720232522504ACE28021221A7930C0A5000643069845C9E4039077F1DE9E32BE7A3EB04EC5F159417155B252DA0B9D29C95D228024AD162DDBC085000E42593CCC32850EEC15F3B'; +wwv_flow_imp.g_varchar2_table(92) := 'D5F7CA4F2EF0402023B0470B35579AB3521B4540A962AC9F7581FAAC4F80F811B0095472F05FEFFBF2D405E96EE95FFF6BA6FFBC3EFB893CF6CAB7E4F407AF17E67164CF31F9C507BE2E7D6D43999ED77AF09AAB72DB7A11D0BBA3531A9BF9E7B15C47B6'; +wwv_flow_imp.g_varchar2_table(93) := 'CB86006700B29127A22C53208983BF0E7DF9C6476546E0D7667AF0FFBD6FFF7739F9F609995B9C2BFCA73FEBEF74591E5AA5B95A2F0274DFA1219067010A803C6737F0B92575F057C68BE3F928001E7BE5AF64766166D39EA1BFD3B302796849E48A2220'; +wwv_flow_imp.g_varchar2_table(94) := '0F7B0273B0095000D884589E4981520EFE0DF50D323ABCCB38CF0BD74ABBA8CCD85915179EFEE0B5A2A3AF7F255074858C2CB0E56AE7F06E698C726E6B1401362196675D800220EB1924FE4D02A51EFC1F3AF605D9B57DCFA67E36FEE2E32BE764797569'; +wwv_flow_imp.g_varchar2_table(95) := 'E3AF32F9B39EF62FD64CCB8A6DE3DBEF35479A2B53DB39BC473E17E59C22C0A4C4B21004280042C87240732CE7E0DFD5D62D1DAD9D525B133D20BE48D317CB5C9C3C576429BFF6454073647A09506D6DAD74B4748AE69C22C097AC1147B5042800AA25CF'; +wwv_flow_imp.g_varchar2_table(96) := 'B8890B947BF0D7406A6BEBA4B3A3C718D387D7DE332E6761F5056C39EAEEE88E72FDE93F7B1401D5CF171154578002A0BAFE8C9E90402507FFF5107ABBCC05C0B9CBEFAEAFCA9F9E0AD872D4DDD57B5BE41401B771F097C0042800024B781EA79BC4C15F'; +wwv_flow_imp.g_varchar2_table(97) := '5DBA2C6700DEBFF04E1EF97235275B8E7AB6C8314540AE76012653820005400958ACEA9F4052077F9D59F71607878D331E9FBA26530B3736FE8A9F3D12D0DC688E4CADB37DEBB33C1401263596E555800220AF990D605E491EFC95ABB5A9DD7A65F887D7'; +wwv_flow_imp.g_varchar2_table(98) := 'CF06209BCD29DA72D3D8D028ADCD6D45274711509486053915A000C86962F33EADA40FFE05AFE82680BEDE0123DDBB17DF342E6761F5046CB9E9EBB13FCA9922A07AF96364F7021400EECD19B14281540EFEFF12537FB7B9003873FE8D0AA367F3B4046C'; +wwv_flow_imp.g_varchar2_table(99) := 'B9E9EF198C353445402C2656CA810005400E9218D214D23CF8AB63AFA500B83C7E5126E6CDDF3387940F5FE6AA39D1DC985A5F97B9B8DBB82D45C0460D7ECEAB0005405E339BC3792D472F6719BF3025FA88565BD3C7FBEA13FEF41FF2525A7B4B873437'; +wwv_flow_imp.g_varchar2_table(100) := '351B3779EFF25BC6E52C742F60CB494B538BB4B5B49714184540495CAC9C41010A800C262DC490579656E5FAC5E9540FFEEBAE03BDDBD67FDCF2CF773F3EB5E5EFF965F5046C3919E88B77FAFFCE19945304E8BE4A43200B02140059C852E031AEAEACC9'; +wwv_flow_imp.g_varchar2_table(101) := '75FDE4BFBA669528F793FFC68EFB7BCCA78A4F9F3F25376FDACF426CEC939FD313D05C684E4C2DEEF7FF5BF5516A11A0FBAAEEB334047C17A000F03D4381C777333ADDAFA7FDE3FC839AC4C15FB96DDF154FCD4EC8A5C97CBC1D300FBB97E64273626ABD'; +wwv_flow_imp.g_varchar2_table(102) := '9DF63B004CDB975204E8BEAAFBACEEBB34047C16A000F0393BC4261357666539C629D5A40EFE4ADED4D82C1D6D9D46FD373F3E695CCE427702B65C74B47716725A6944A51401BACF4E5C9EAD7448B6472055010A805479E9BC1281B9C945999F5EB47691'; +wwv_flow_imp.g_varchar2_table(103) := 'E4C17F7DB0A1C1EDEB3F6EF9E7EBEFBDB8E5EFF9A57B015B2EB60F0C2716542945C0FCCCA2CC4D2E2436361D2190B4000540D2A2F49788805E483579D5FE09AAAEAE5E1E3AFAF992AFF6B705B9ADD77CD0F8F8CA79B93E7BD9D60DCB5316D01C682E4C6D'; +wwv_flow_imp.g_varchar2_table(104) := '5B9FB998336DBBD5B2421110ED73F5D1BE676B9357E7848B026D4A2CAF96000540B5E419D728A0A7FE6D17DAD5D6D4C883630F495791E7BB1B07B02CEC6AEF16BD75CCD44E5F78C5B498650E046C39686D6E95CE126F058D13B6EE73C7C71E16DD074D4D'; +wwv_flow_imp.g_varchar2_table(105) := 'F7E189CB33A655588640D5042800AA46CFC0C504E6A71665697EB9D8E25BBF3F7AF801E9EB2EEFF6AE5B9D187ED83EB8C3B054E48DF75F322E6761FA02B61C0C0D9ACFE45412615FF4D0A863478E5BBBD08757CD45FB340D01DF0428007CCB48E0F1E895'; +wwv_flow_imp.g_varchar2_table(106) := 'D353D7E6AC0A7B46F7C9F0C0A875BD4A56D8D66F3E757CF6E33332B33859C9106C5B8180DA6B0E4C6DA83FBD0240C7DDDE3F22BA2FDADA74B44F7357804D89E5AE0528005C8B339E5160E6C6BCAC5AEEF7EFEAE89243BBEF36F693C4C29E8E3ED137C815'; +wwv_flow_imp.g_varchar2_table(107) := '6B7A7AF7D4479C0528E693F6EFD5DEF4355153639374B7F7A61D46615FECEEDCFA35C3EB83EB3EADFB360D019F0428007CCA46E0B1E827A4D909F355D3FA9DEBB1430F4A6D6D5DEA5A35D158DB2DA7905F7AFBA9D4E36080AD056CF643D1D5FF9AC3B49B'; +wwv_flow_imp.g_varchar2_table(108) := 'EE8B47EF7AC07A3D80EEDB9C05483B1BF45F8A000540295AAC9BAAC06C74CB94ED39FF7B76EE97F6D68E54E3D8D8B9ED14F20717CFCAD5994B1B37E16707026AAEF6A6B6BDDF7C0D8769DB5297E93EB937DA374D4DF76DDDC76908F8224001E04B26028F'; +wwv_flow_imp.g_varchar2_table(109) := '439FAC3B7BC3FC8FA35E957F60F49053A9BEAEC1E86E00F3CB815EFDE059A731319888CD5CF795BEAECA9EFE57AAF3FE68DFB4DD39A2FBB8EEEB34047C10A000F0210BC4208B734BD6EFFEF7EF3A287ADFBFCBA6A79047867619877CE9F4D3C6EFA28D1B'; +wwv_flow_imp.g_varchar2_table(110) := 'B3B06401FDDE5FCD4D6D64FB4E89CEFF9B56497C99EE9BBA8F9A9A5E0BA0FB3A0D011F0428007CC80231C8FC94F91F45BD186FC7A0F9409C16E3F0A0F96E836B9357E4FCF83B690D4FBF7708A8B59A9BDA8EC1A800A842D37DB4C970E1A886A4B7B9D210'; +wwv_flow_imp.g_varchar2_table(111) := 'F0418002C0872C041E835E18B5306B2E00F68EEE8F3EFDA77FE1DF56A9D0EF77BB3BCD5793BFFCEE535B6DCAEF5210B059F776F54A5B4B7B0A23DBBBD47D54AF5331B585D9652E063401B1CC99000580336A062A26A0077FD3ED5CBA5DB53ED1ADC7BC53'; +wwv_flow_imp.g_varchar2_table(112) := '4F291BDACB679E95B9259EF866204A64911AABB5A98D6CAFCE99A2F598760C98F715DDD76D05EF7A5FFC89409A02140069EAD2772C81A5F915E37AFD3DFDD26C792CAFB18304160E450F7CA9AD2DFE7F97A5952579E5DC33098C441726013556EB62AD2E'; +wwv_flow_imp.g_varchar2_table(113) := 'BA256FA8CFDDD5FF5BC5A1FB6A7FEFC0568B6EFDCEB6CFDF5A911F104851A0F8BF68290E4AD7086C14589C5BDEF8D74D3F0F6F337F07BF6983147EA16F1CB4BD55EE9953DFB79EC94821B460BAD44FCE6A6C6AFA1647CD55B5DBF0B6116308B67DDEB831'; +wwv_flow_imp.g_varchar2_table(114) := '0B1148488002202148BA294F606D654D5696578D1BEB33D77D683B87F718C3B83C7E51DEBBFAA6711D16962FA0B66A6C6ABB86F79A163B5BD6D765DE67759FD77D9F864035052800AAA9CFD8B2B4683EFDDFD2DC22AD4D6D5E48F576F6476F1EEC32C6F2'; +wwv_flow_imp.g_varchar2_table(115) := 'DC69F32754E3C62C340AD86CF511D1FAF8661F9AEEB3BAEF9A9A6DDF376DCB32049210A0004842913ECA16B0BD2BBDBFC7FC49AAEC81CBDCD0F6E297D7CFFE5826E6AE95D93B9B15135053B535B53D23E6ABEF4DDBA6B1CCB6EFDAF6FD3462A24F04360A'; +wwv_flow_imp.g_varchar2_table(116) := '50006CD4E067E7022BCBE6D3A01D6D9DCE63320DA86F7F33BF20684D9E39F3B8A90B969521A0A6376F16DF5734272E1FFD1B670AB67DD7B6EFC719837510A8448002A0123DB6AD586075C9FCFD7F6B95EEE72E36317DF1CBAE1DE66B019E3DF583E896C0'; +wwv_flow_imp.g_varchar2_table(117) := 'E9625DF0FB1205D4524D4D6DF7C85E272F8832C570E732DBBE6BDBF7EFEC8FBF2390B4000540D2A2F4579280EDD5BFADCD7E7CFFBF71523B87F618DF32B7B8BC2827DE351FB036F6C7CF6601B554D3624DDF10B9736877B1C555FB7D9B65DFB5EDFB550B'; +wwv_flow_imp.g_varchar2_table(118) := '9C818311A0000826D57E4ED4F67AD4C6FA46EF02D7FBBC8707CDF79A3FF9DA63D1FDEAC50F5ADE4DCAD380D4502D4D6DFBB61DD2D468BEE0CEB47D5ACB1A2CFBAE6DDF4F2B2EFA45605D8002605D823FAB2260FB47B05A8FFFB561D82E389B999F961F7F'; +wwv_flow_imp.g_varchar2_table(119) := 'F094AD1B965B04D4502D4D6DCFC801D3E2AA2DB3EDBBB67DBF6A81337030021400C1A4DACF89DAFE11ACAB75FBF6BFB84A5DED3D32D8BFCDB8FA0F5FFDAEACAE996F73347610F842B5534353DBD63F245D6DDDA655AAB6CCB6EFDAF6FDAA05CEC0C10850'; +wwv_flow_imp.g_varchar2_table(120) := '0004936A3F276A7B35BABE8ED7D77660E7216368D727AFCAC9734F1BD761617101B5534353DB6FC98169DBB497D9F65DDBBE9F767CF48F000500FB0002650A7477F4CA40EFA071EBC75FFA5B595E2DFEEC7AE3C6012F5433B533B5C1C8BEBBA3C7B40ACB'; +wwv_flow_imp.g_varchar2_table(121) := '1040C020400160C06111023681FDBBEE32AE7263FABABCF8DE13C67558B85940CDD4CED4F6EF369F81316DCB32041010A100602F40A002017D3C705FF4B64253FBE797BF2D8B2BF3A65558B64140ADD4CCD4F46D7BBE3CF6D71427CB10F0598002C0E7EC'; +wwv_flow_imp.g_varchar2_table(122) := '105B26040EEC327F12D5ABD89F7DE79F3331171F82542BDB95FF36731FE6410C08F82E4001E07B8688CF7B017DF39BED2CC00F4E7E377A3AE08CF773A976806AA456A6D61F9D71D1332F340410A84C8002A0323FB646A0207078EF98516261714E9E3865'; +wwv_flow_imp.g_varchar2_table(123) := '3EAD6DEC2090856AA456A67668DF3DA6C52C4300819802140031A1580D0193803E17606468C4B48AFCE8B5C7E5F2F4C7C675425EA8366A646A2343A3DEDEF76F8A9B6508F8284001E06356882993020777DF1DBD90A6F8FFA5D6A2B7D97DE7853FCBE4DC'; +wwv_flow_imp.g_varchar2_table(124) := '5C04AD366A54ACD5452F62BA6BF791628BF93D0208942850FC5FAB123B627504421768696A953DA3FB8C0CA7CFBD21A72F9E34AE13E24235511B5353DBE6C898860002C908500024E3482F081404F68DDC258D0D0D468D6F3FF767B2B2BA6C5C27A4856A'; +wwv_flow_imp.g_varchar2_table(125) := 'A126A6D6D8D0287B470E9A566119020894284001502218AB23601268A86F90037B0E9B5691AB1397E5D977B92D701D492DD4C4D40E46A66A4B430081E404280092B3A427040A023BB7ED91F6B60EA3C6632FFE8D8CCF5D31AE13C24235500B53EB882C47'; +wwv_flow_imp.g_varchar2_table(126) := 'B7ED36ADC232041028438002A00C343641C024A01702DE73F0986915595A5E94BF7DFE8FE566C06F84D1B9AB815A98DA586469BAB8D2B42DCB1040A0B8000540711B962050B6803EA86674FB2EE3F66F7DF0BABCFAE1B3C675F2BC50E7AE06A6363ABC8B'; +wwv_flow_imp.g_varchar2_table(127) := '87FE98805886400502140015E0B129022681437BEEB65F10F8CC9FCACCE2A4A99B5C2ED3397F3B9ABBA9E9857F8723431A0208A4234001908E2BBD22101DFC9BE4F07EF353EB66E667E41F5EFEB3E0B474CE3A77533BB27F2CBAF0AFC9B40ACB1040A002'; +wwv_flow_imp.g_varchar2_table(128) := '010A800AF0D814019BC0C8C02EE9EBEE33AEF6F299E7E4ED4BAF1AD7C9D3429DABCED9D4D46C476447430081F4042800D2B3A56704446A44C60E4417B1D5443F18DA5F3CF98732BB386558231F8B748E3A575353ABB103F715EC4CEBB10C01042A13A000'; +wwv_flow_imp.g_varchar2_table(129) := 'A8CC8FAD11B00A4CCEDCB0AF337B43FEFAC437737D57805EF5AF739C8CE66A6B1333D76DABB01C01042A14A000A81090CD11282A101DF0DE3D7F5A5E3FF36AF48CFBE82F96F6FAD997E5E50F9EB4AC95DDC53A379DA3ADA9D51B675E9377CEBD25B9AE88'; +wwv_flow_imp.g_varchar2_table(130) := '6C102C472065010A809481E93E4C81B5B55579FD9D97E5ECB9774A02F8BBA7FF54AECD5C2A699B2CACAC73D2B995D2DE3BFFAEBCF6F68F656D75B594CD58170104620A5000C484623504E20AE8836D5E3AF59C5CB87C21EE26B7D65B8CB6FDF31F7D4356'; +wwv_flow_imp.g_varchar2_table(131) := 'A302222F4DE7F2E73FFA7DD1B995DA2E5EB9202FFEE439EBC3824AED97F5114040840280BD0081040566E7A7E5F9D79E92F1C9F1B27B3D77E93DF9FE4FCC8FC72DBBF32A6CA8733977E96CD923DF882CD574666EBAEC3ED8100104360B50006C36E13708'; +wwv_flow_imp.g_varchar2_table(132) := '9425303E79559E7FF569999B9F2B6BFB8D1B7DEFA5EFC8994BAF6CFC55267FD639E85C2A6D6A7AE2B5A7E57A644C430081640428009271A497C0052E5C392F2FBDF1BC2CAFC47BCD6F6DADF9B6C0E8EA37F9BF4FFCBE5C9F35BF25CF67768D5DE7A07331'; +wwv_flow_imp.g_varchar2_table(133) := '35BBC5A75BABEDCB91F1C757CE99BA63190208C414A0008809C56A086C2950E295FEDA47735BA30CEEEE9186A6FA2DBB5CFFE5DCC2ACFCE913BF27CBABA57F77BEDE47B5FED49835769D83A93534D6152CD4244EE30E81384AAC83403C010A80784EAC85'; +wwv_flow_imp.g_varchar2_table(134) := 'C02601BDD2FFB5B74BBBD2BFBDBB597A873BA4B6AE467A86DAA5C6F280A08FA24FBB7FF7D29F6C1ADBF75F68CC1ABBA9E9DCBB873EB55093F6EE16D3EAB72DE30E81DB38F80B026509500094C5C646A10BAC5FE9AF57A9C7697AC2BF6BA04D3AA3FFD65B'; +wwv_flow_imp.g_varchar2_table(135) := '7DF4E9B76BA075FDAF45FF7CE1CD1FC98BEFFFB0E872DF1668AC1AB3AD75F6B7466741EA6EADD61959740DB6E9C3136335EE1088C5C44A081415A000284AC30204B61628F54AFF9AE8FBFEDEE14E698B3EFDDFD95ABB9AA5A5DD7EFAFB6F7EF4BFE5836B'; +wwv_flow_imp.g_varchar2_table(136) := '67EEDCDCBBBF6B8C1AABADE99CB7F2688B3CD42AEE7501DC216093663902C50528008ADBB004814D02A55EE95F575F2BFD235DD2D4D6B0A9AFF55F746F6B97FA86CF3E09AFFF7EE39F2BD1D70D7FF4CFFF337A48D0271B7FEDD5CF1A9BC6A8B19A9A9A74'; +wwv_flow_imp.g_varchar2_table(137) := '45732ED6D4AA2F32D3F5E234EE1088A3C43A086C1688F7FFB0CDDBF11B04821328F54A7FBDC86F60B4EBB6D3DC5BA1E9198238D703CC46AFCFFDE6F7FE87CC2D995FA3BBD51869FF4E63D2D8344653D3EFFD7BB747DFFB5BEE82D0AF063EB5335F28B93E'; +wwv_flow_imp.g_varchar2_table(138) := '167708AC4BF02702F1052800E25BB166A802655EE9DF3F129DCA8EF929B6A1B95EF43B715BBB3C7E51FECF93BF177DCA5EB1ADEA6CB9C6A231696CB656F8DE3F9A6B9CA676FDA39D85BB26E2ACCF1D027194580781CF0428003EB3E0270436095472A5BF'; +wwv_flow_imp.g_varchar2_table(139) := '7EB22FA5E977E22D1D4DD64DDEF9F02DF9BB17FFD88BF7E4E83B8E34168DC9D6746E5B7DEF6FDAAE70C6A0CC3B045679878089966508F02860F601048A099475A57F7415FBC62BFD8BF55DECF7DDDBDAACCF07D06D4FBCF9A4178F0BD6C7FC6A2CB6A65F'; +wwv_flow_imp.g_varchar2_table(140) := '87E8DCCA6DE5DC21F012EF1028979BED0211E00C402089669AA509947AA5BF7EA75DB8D23FBA8ABD92F6E977E4EDD6EFC8758CC75FFC5BF9D689FF250BCB953F7AB8D49875CCBF8AC6D6186CAD60137DEFAF73ABA4718740257A6C8BC06681785FC66DDE'; +wwv_flow_imp.g_varchar2_table(141) := '8EDF20905B01BDD2FFE49B2FC57EACAF5EADAE07FF8DF7B457825317DD11D0131D30C72F4C591EA22B85FBED7FF2FE49F9E2D15F9023230FC860E70E69AA6B890EB69544B0795B3DD5BFB83A2F57A62EC8E98F5F9167DEF8BECC442F3EB2350D43E752D7'; +wwv_flow_imp.g_varchar2_table(142) := '90CC678DF53B04C62F4EC9EACA9A6DF8C27B19F41D020F8C3D247D5D03D6F559018190046A7EE789DF88FEAF4D43A03A0217CF5E370EFC8B3FFBCBC6E5492FD42BFD4FBDFD9AE80565719A9EDAEED327FBC5BCD82F4E9FEBEBCC4E2CC8E455F3A374D7D7'; +wwv_flow_imp.g_varchar2_table(143) := 'F5F54F7DF851A9DFFBC799CB5A74F0BF7E715A9617E35D0C591B554463878EC9E8E0EE38DD27B6CE634F9B5F84347CA02FB1B1E8088152059229CB4B1D95F511F04D203ADEBF7BFEB4BC7EE6D5D8077F7D7E7D2957FA973A653D70EA8382B2DAF4947D1A'; +wwv_flow_imp.g_varchar2_table(144) := '077FF528E70E8153675E9377CEBD19BD9B285E71975577E24620AE0005405C29D6CBAD80CB2BFD4B45D44FD04DADC51F22546A7FAED6D7982BB918324E9CE5DD2170565E7DFBC7C21D0271845927EF02140079CF30F3330A54E34A7F6340772CD4EFF2F5'; +wwv_flow_imp.g_varchar2_table(145) := '45394D2DD9290234568D39E9EB10EEA0B9F5D752EF10B814BDBFA17087C052F6DEB2786BD2FC8040020214000920D2453605AA75A57FA95A854FBA3B3AA5B5D3FE8C8052FB4E7A7D8DB1378AB5D22BFE4B8DABAC3B045E7F4A66E6EC1732961A0BEB2390'; +wwv_flow_imp.g_varchar2_table(146) := '15010A80AC648A38131528E799FEFA7C7AD333FD130DF08ECEF4D3B4BE33401FA35B57E7DFFF6D35268D4D6374F5C9FF0EA2426ECA7A87C0C4D53BBBE2EF080421E0DFBF2441B033C96A0AA4F54C7F17736A8EDEA237B8A7BBF0D8E0B82FCB49332E8D41'; +wwv_flow_imp.g_varchar2_table(147) := '1FEFAB31696CD56E65BD43E0D4F3F2D19573D50E9DF111702EC073009C933360D504F44AFF0F4FCBD973EFC40E41AFF42FBCA8A7C4C7FAC61EA08C15F5F47A7B4F4BE1BFA5F96559985D2EDC0EB7B2B42A6BAB37A38BDCD3B9CA5DC7ADADAB91FAC6BAC2'; +wwv_flow_imp.g_varchar2_table(148) := 'D30A9BA3B7F6357A786DC2FA1D02372ECD44364B5661BDE553EF10989B9B91BB76DD2D553B85618D9415104856800220594F7AF35440AFF47FE39D57E462740158DCD6DEDD125DC96E7F414FDCFED2584F0FC0A51C846DCF5DC8CB7DE985EB26A20B11A7'; +wwv_flow_imp.g_varchar2_table(149) := 'AECEC9CCC47C2CFAF7CE9F8DDE663827470F3E107DCD627E3D73AC0E590901CF0528003C4F10E1552EA057FABFF2D68B323E391EAB337D7A5D67F44C7FBDB08C966D012DE0EA1A6B65EACAACF5A98A3A53BD436061715E8E1F79581A1BFDBFE832DBD921'; +wwv_flow_imp.g_varchar2_table(150) := 'FA6A0B700D40B533C0F8A90AE855DECFBFF654EC837F52CFF44F7552745E9200770894C4C5CA010950000494ECD0A67A3D7AA6BF3E077E2E3AAD1BA7E9056DD5BCD23F4E8CAC539EC0FA3B04E25E38A9FBCCF3D1BE739D3B04CA0367AB4C08500064224D'; +wwv_flow_imp.g_varchar2_table(151) := '0459AAC087977E2A2FBFF17CEC17FAE833FD0746BB127BA14FA9F1B27EFA02A5DE21B0B2B22C2F4777089CBFF47EFAC13102025510E01A802AA033647A02FAFDED5BEFBF219F5CBD147B101FAFF48F1D3C2B962450CE1D026FBE7B4AAE8E5F91B1FDC7A4'; +wwv_flow_imp.g_varchar2_table(152) := 'B9A9A5A4F15819019F0528007CCE0EB1C516985F9C8D3EA97D20E73EFAA9AC4657FCC76D59B8D23FEE5C582F9E403977085CBEF6895C1B7F42768DEC915DC37BA5B5A92DDE60AC8580C70214001E2787D0B616D05BFA965696646E615626A66FC8956B97'; +wwv_flow_imp.g_varchar2_table(153) := 'A2EF6ACDAF15BEB327AEF4BF5324BCBF977A878016963FFDF0BDC27FBDDD7D32D83F243DED3DD2DADC2E8D0D8D525BCBAD83E1ED45D99E310540B6F397FBE86DEF532F0740AFF4EF198A5EB0133DC88616B680DE21505F5F27373E9996B5B5F80F501A8F'; +wwv_flow_imp.g_varchar2_table(154) := '0A4EFD8F86409605B80830CBD923F69205B8D2BF64B2DC6F50EA1D02B9076182C108500004936A26DAD8CC95FEEC055B0BACDF21A0FB080D815004280042C974E0F3D48BFDF41E7FBD0A9C86C05602BA6FE83EA2EF59A021108200E56E0859F6788EFA7D'; +wwv_flow_imp.g_varchar2_table(155) := '7C29DFBD963A15BDBFBF2B7AAC2F9FEC3E953379EBB2D09BBECA58DF6EA86F369C8C1E1FBCBCB8921A09DEA9D1D2714C010A809850AC968E80BEC826CE1BDB4A1D5DDF58D7D1DB222D1D3CCF7DA39DC9BB94970A6DEC338F3F17BE2EDAD925F3D38B323D'; +wwv_flow_imp.g_varchar2_table(156) := '3E2FFAA6C5A41BDE498BD25FA9021400A58AB17EA202FA694B5F699BC45900FD44D514BDBEB7B5B3499A5AB9C27FAB4415F3563B5D46BB5D400B48FD6F716E59E6A61665317ABD7052FB2ADEB75BF337F7021400EECD197183807E52EF8F1EC13B756D2E'; +wwv_flow_imp.g_varchar2_table(157) := '762150782F7D74C0D2EF6CEB1B6A0BEFA66F6CA99786E6065EE5BEC176AB1FEFF4D675F493A81E8C74196D6B012D28F5BF9BD19D82CB0BCBD1BEBA52F87A6065794DD656A2FFA25B086FEA424BD3420B6F0B128B9D09500038A366A062027AE0E98DDEDD'; +wwv_flow_imp.g_varchar2_table(158) := '4E73238077F9CE7A8D801EC0397D5FBE215BFA23C025D1FEE4824810400001041070264001E08C9A81104000010410F0478002C09F5C1009020820800002CE0428009C513310020820800002FE085000F8930B22410001041040C099000580336A064200'; +wwv_flow_imp.g_varchar2_table(159) := '01041040C01F010A007F7241240820800002083813A0007046CD40082080000208F8234001E04F2E880401041040000167021400CEA819080104104000017F042800FCC90591208000020820E04C8002C0193503218000020820E08F0005803FB9201204'; +wwv_flow_imp.g_varchar2_table(160) := '10400001049C09500038A36620041040000104FC11A000F02717448200020820808033010A0067D40C840002082080803F021400FEE4824810400001041070264001E08C9A81104000010410F0478002C09F5C1009020820800002CE0428009C51331002'; +wwv_flow_imp.g_varchar2_table(161) := '0820800002FE085000F8930B22410001041040C099000580336A06420001041040C01F010A007F7241240820800002083813A0007046CD40082080000208F8234001E04F2E880401041040000167021400CEA819080104104000017F042800FCC9059120'; +wwv_flow_imp.g_varchar2_table(162) := '8000020820E04C8002C0193503218000020820E08F0005803FB920120410400001049C09500038A36620041040000104FC11A000F02717448200020820808033010A0067D40C840002082080803F021400FEE4824810400001041070264001E08C9A8110'; +wwv_flow_imp.g_varchar2_table(163) := '4000010410F0478002C09F5C1009020820800002CE0428009C513310020820800002FE085000F8930B22410001041040C099000580336A06420001041040C01F010A007F7241240820800002083813A0007046CD40082080000208F8234001E04F2E8804'; +wwv_flow_imp.g_varchar2_table(164) := '01041040000167021400CEA819080104104000017F042800FCC90591208000020820E04C8002C0193503218000020820E08F0005803FB920120410400001049C09500038A36620041040000104FC11A000F02717448200020820808033010A0067D40C84'; +wwv_flow_imp.g_varchar2_table(165) := '0002082080803F021400FEE4824810400001041070264001E08C9A81104000010410F0478002C09F5C1009020820800002CE0428009C513310020820800002FE085000F8930B22410001041040C099000580336A06420001041040C01F010A007F724124'; +wwv_flow_imp.g_varchar2_table(166) := '0820800002083813A0007046CD4008208000E58BCCFE00000403494441540208F8234001E04F2E880401041040000167021400CEA819080104104000017F042800FCC90591208000020820E04C8002C0193503218000020820E08F0005803FB920120410'; +wwv_flow_imp.g_varchar2_table(167) := '400001049C09500038A36620041040000104FC11A000F02717448200020820808033010A0067D40C840002082080803F021400FEE4824810400001041070264001E08C9A81104000010410F0478002C09F5C1009020820800002CE0428009C5133100208'; +wwv_flow_imp.g_varchar2_table(168) := '20800002FE085000F8930B22410001041040C099000580336A06420001041040C01F010A007F7241240820800002083813A0007046CD40082080000208F8234001E04F2E880401041040000167021400CEA819080104104000017F042800FCC905912080'; +wwv_flow_imp.g_varchar2_table(169) := '00020820E04C8002C0193503218000020820E08F0005803FB920120410400001049C09500038A36620041040000104FC11A000F02717448200020820808033010A0067D40C840002082080803F021400FEE4824810400001041070264001E08C9A811040'; +wwv_flow_imp.g_varchar2_table(170) := '00010410F0478002C09F5C1009020820800002CE0428009C513310020820800002FE085000F8930B22410001041040C099000580336A06420001041040C01F010A007F7241240820800002083813A0007046CD40082080000208F8234001E04F2E880401'; +wwv_flow_imp.g_varchar2_table(171) := '041040000167021400CEA819080104104000017F042800FCC90591208000020820E04C8002C0193503218000020820E08F0005803FB920120410400001049C09500038A36620041040000104FC11A000F02717448200020820808033010A0067D40C8400'; +wwv_flow_imp.g_varchar2_table(172) := '02082080803F021400FEE4824810400001041070264001E08C9A81104000010410F0478002C09F5C1009020820800002CE0428009C513310020820800002FE085000F8930B22410001041040C099000580336A06420001041040C01F010A007F72412408'; +wwv_flow_imp.g_varchar2_table(173) := '20800002083813A0007046CD40082080000208F8234001E04F2E880401041040000167021400CEA819080104104000017F042800FCC90591208000020820E04C8002C0193503218000020820E08F0005803FB920120410400001049C09500038A3662004'; +wwv_flow_imp.g_varchar2_table(174) := '1040000104FC11A000F02717448200020820808033010A0067D40C840002082080803F021400FEE4824810400001041070264001E08C9A81104000010410F0478002C09F5C1009020820800002CE0428009C513310020820800002FE085000F8930B2241'; +wwv_flow_imp.g_varchar2_table(175) := '0001041040C099000580336A06420001041040C01F010A007F7241240820800002083813A0007046CD40082080000208F8234001E04F2E880401041040000167021400CEA819080104104000017F042800FCC90591208000020820E04C8002C019350321'; +wwv_flow_imp.g_varchar2_table(176) := '8000020820E08F0005803FB920120410400001049C09500038A36620041040000104FC11A000F0271744820002082080803381FF0F99120A31172AA5720000000049454E44AE426082'; +wwv_flow_imp_shared.create_app_static_file( + p_id=>wwv_flow_imp.id(31476177811048443) +,p_file_name=>'icons/app-icon-512.png' +,p_mime_type=>'image/png' +,p_file_charset=>'utf-8' +,p_file_content => wwv_flow_imp.varchar2_to_blob(wwv_flow_imp.g_varchar2_table) +); +end; +/ +prompt --application/plugin_settings +begin +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31179889790046882) +,p_plugin_type=>'REGION TYPE' +,p_plugin=>'NATIVE_DISPLAY_SELECTOR' +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'include_slider', 'Y')).to_clob +,p_version_scn=>42195170934244 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31180101049046890) +,p_plugin_type=>'ITEM TYPE' +,p_plugin=>'NATIVE_SELECT_MANY' +,p_attribute_01=>'separated' +,p_version_scn=>42195170934255 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31180473168046891) +,p_plugin_type=>'ITEM TYPE' +,p_plugin=>'NATIVE_COLOR_PICKER' +,p_attribute_01=>'FULL' +,p_attribute_02=>'POPUP' +,p_version_scn=>42195170934257 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31180702712046892) +,p_plugin_type=>'ITEM TYPE' +,p_plugin=>'NATIVE_STAR_RATING' +,p_attribute_01=>'fa-star' +,p_attribute_04=>'#VALUE#' +,p_version_scn=>42195170934269 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31181083151046893) +,p_plugin_type=>'ITEM TYPE' +,p_plugin=>'NATIVE_SINGLE_CHECKBOX' +,p_attribute_01=>'Y' +,p_attribute_02=>'N' +,p_version_scn=>42195170934289 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31181360942046894) +,p_plugin_type=>'REGION TYPE' +,p_plugin=>'NATIVE_MAP_REGION' +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'use_vector_tile_layers', 'Y')).to_clob +,p_version_scn=>42195170934298 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31181651695046895) +,p_plugin_type=>'WEB SOURCE TYPE' +,p_plugin=>'NATIVE_ADFBC' +,p_version_scn=>42195170934305 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31181929324046897) +,p_plugin_type=>'REGION TYPE' +,p_plugin=>'NATIVE_IR' +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'actions_menu_structure', 'IG')).to_clob +,p_version_scn=>42195170934317 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31182223531046898) +,p_plugin_type=>'ITEM TYPE' +,p_plugin=>'NATIVE_YES_NO' +,p_attribute_01=>'Y' +,p_attribute_03=>'N' +,p_attribute_05=>'SWITCH_CB' +,p_version_scn=>42195170934317 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31182554864046899) +,p_plugin_type=>'DYNAMIC ACTION' +,p_plugin=>'NATIVE_OPEN_AI_ASSISTANT' +,p_version_scn=>42195170934317 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31182848769046900) +,p_plugin_type=>'PROCESS TYPE' +,p_plugin=>'NATIVE_GEOCODING' +,p_attribute_01=>'RELAX_HOUSE_NUMBER' +,p_version_scn=>42195170934328 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31183194522046901) +,p_plugin_type=>'ITEM TYPE' +,p_plugin=>'NATIVE_DATE_PICKER_APEX' +,p_attribute_01=>'MONTH-PICKER:YEAR-PICKER:TODAY-BUTTON' +,p_attribute_02=>'VISIBLE' +,p_attribute_03=>'15' +,p_attribute_04=>'FOCUS' +,p_version_scn=>42195170934351 +); +wwv_flow_imp_shared.create_plugin_setting( + p_id=>wwv_flow_imp.id(31183445965046902) +,p_plugin_type=>'ITEM TYPE' +,p_plugin=>'NATIVE_GEOCODED_ADDRESS' +,p_attribute_01=>'RELAX_HOUSE_NUMBER' +,p_attribute_02=>'N' +,p_attribute_03=>'POPUP:ITEM' +,p_attribute_04=>'default' +,p_attribute_06=>'LIST' +,p_version_scn=>42195170934361 +); +end; +/ +prompt --application/shared_components/security/authorizations/administration_rights +begin +wwv_flow_imp_shared.create_security_scheme( + p_id=>wwv_flow_imp.id(31477483716048446) +,p_name=>'Administration Rights' +,p_scheme_type=>'NATIVE_FUNCTION_BODY' +,p_attribute_01=>'return true;' +,p_error_message=>'Insufficient privileges, user is not an Administrator' +,p_version_scn=>42195170968800 +,p_caching=>'BY_USER_BY_PAGE_VIEW' +); +end; +/ +prompt --application/shared_components/navigation/navigation_bar +begin +null; +end; +/ +prompt --application/shared_components/logic/application_items/app_item_expert_mode +begin +wwv_flow_imp_shared.create_flow_item( + p_id=>wwv_flow_imp.id(8159584369848303) +,p_name=>'APP_ITEM_EXPERT_MODE' +,p_protection_level=>'N' +,p_required_patch=>-wwv_flow_imp.id(31183727531046906) +,p_version_scn=>44377073788090 +); +end; +/ +prompt --application/shared_components/logic/application_settings +begin +null; +end; +/ +prompt --application/shared_components/navigation/tabs/standard +begin +null; +end; +/ +prompt --application/shared_components/navigation/tabs/parent +begin +null; +end; +/ +prompt --application/pages/page_groups +begin +wwv_flow_imp_page.create_page_group( + p_id=>wwv_flow_imp.id(31477743817048458) +,p_group_name=>'Administration' +); +end; +/ +prompt --application/comments +begin +null; +end; +/ +prompt --application/shared_components/navigation/breadcrumbs/breadcrumb +begin +wwv_flow_imp_shared.create_menu( + p_id=>wwv_flow_imp.id(31184393672046923) +,p_name=>'Breadcrumb' +); +wwv_flow_imp_shared.create_menu_option( + p_id=>wwv_flow_imp.id(31184464162046928) +,p_short_name=>'Home' +,p_link=>'f?p=&APP_ID.:1:&APP_SESSION.::&DEBUG.:::' +,p_page_id=>1 +); +wwv_flow_imp_shared.create_menu_option( + p_id=>wwv_flow_imp.id(31495569430539268) +,p_short_name=>'SETTINGS' +,p_link=>'f?p=&APP_ID.:2:&APP_SESSION.::&DEBUG.:::' +,p_page_id=>2 +); +end; +/ +prompt --application/shared_components/navigation/breadcrumbentry +begin +null; +end; +/ +prompt --application/shared_components/user_interface/templates/page/drawer +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31185077399046952) +,p_theme_id=>42 +,p_name=>'Drawer' +,p_internal_name=>'DRAWER' +,p_is_popup=>true +,p_javascript_code_onload=>'apex.theme42.initializePage.modalDialog();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'#FORM_OPEN#')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>11 +,p_preset_template_options=>'js-dialog-class-t-Drawer--pullOutEnd' +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_js_init_code=>'apex.theme42.dialog(#PAGE_URL#,{title:#TITLE#,w:#DIALOG_WIDTH#,mxw:#DIALOG_MAX_WIDTH#,modal:#IS_MODAL#,dialog:#DIALOG#,dlgCls:''t-Drawer-page--standard ''+#DIALOG_CSS_CLASSES#,#DIALOG_ATTRIBUTES#},#PAGE_CSS_CLASSES#,#TRIGGERING_ELEMENT#)' +,p_dialog_js_close_code=>'apex.theme42.dialog.close(#IS_MODAL#,#TARGET#)' +,p_dialog_js_cancel_code=>'apex.theme42.dialog.cancel(#IS_MODAL#)' +,p_dialog_height=>'auto' +,p_dialog_width=>'720' +,p_dialog_max_width=>'960' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>1659739787629394056 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31185395939046977) +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_name=>'Content Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31185695618046980) +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_name=>'Dialog Header' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31185979346046981) +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_name=>'Dialog Footer' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/left_side_column +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31187899277047008) +,p_theme_id=>42 +,p_name=>'Left Side Column' +,p_internal_name=>'LEFT_SIDE_COLUMN' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.leftSideCol();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    #REGION_POSITION_02#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      ', +'
    • ', +' ', +' ', +' &APP_USER.', +' ', +'
    • #BAR_BODY#', +'
    ')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>17 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2525196570560608698 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31188262655047010) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31188565448047011) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31188879016047012) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31189190965047013) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31189449229047013) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31189744660047014) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'Left Column' +,p_placeholder=>'REGION_POSITION_02' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31190052640047015) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31190336754047015) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31190656260047016) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31190912604047017) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31191275256047020) +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>8 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/left_and_right_side_columns +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31191671749047022) +,p_theme_id=>42 +,p_name=>'Left and Right Side Columns' +,p_internal_name=>'LEFT_AND_RIGHT_SIDE_COLUMNS' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.bothSideCols();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    #REGION_POSITION_02#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      ', +'
    • ', +' ', +' ', +' &APP_USER.', +' ', +'
    • #BAR_BODY#', +'
    ')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_sidebar_def_reg_pos=>'REGION_POSITION_03' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>17 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2525203692562657055 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31191988392047024) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31192218869047025) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31192503963047025) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31192819969047026) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>6 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31193159428047027) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31193483985047027) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Left Column' +,p_placeholder=>'REGION_POSITION_02' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>3 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31193727102047028) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Right Column' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>3 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31194068860047029) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31194344364047030) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>6 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31194647458047030) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31194907057047031) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31195208039047032) +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>6 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/login +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31195615249047033) +,p_theme_id=>42 +,p_name=>'Login' +,p_internal_name=>'LOGIN' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.appLogin();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'#FORM_OPEN#', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT#', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>6 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2099711150063350616 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31195959114047034) +,p_page_template_id=>wwv_flow_imp.id(31195615249047033) +,p_name=>'Background Image' +,p_placeholder=>'BACKGROUND_IMAGE' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31196293049047035) +,p_page_template_id=>wwv_flow_imp.id(31195615249047033) +,p_name=>'Content Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31196521613047036) +,p_page_template_id=>wwv_flow_imp.id(31195615249047033) +,p_name=>'Body Header' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31196870622047037) +,p_page_template_id=>wwv_flow_imp.id(31195615249047033) +,p_name=>'Body Footer' +,p_placeholder=>'REGION_POSITION_02' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/master_detail +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31198216217047041) +,p_theme_id=>42 +,p_name=>'Marquee' +,p_internal_name=>'MASTER_DETAIL' +,p_is_popup=>false +,p_javascript_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.stickyTableHeader#MIN#.js?v=#APEX_VERSION#', +'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#')) +,p_javascript_code_onload=>'apex.theme42.initializePage.masterDetail();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #REGION_POSITION_02#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      ', +'
    • ', +' ', +' ', +' &APP_USER.', +' ', +'
    • #BAR_BODY#', +'
    ')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_sidebar_def_reg_pos=>'REGION_POSITION_03' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>17 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>1996914646461572319 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31198532715047043) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31198884339047044) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31199184292047045) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31199478096047045) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31199721964047046) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31200046794047047) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Master Detail' +,p_placeholder=>'REGION_POSITION_02' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31200351529047048) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Right Side Column' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31200667198047048) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31200971632047049) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31201225954047051) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31201547435047051) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31201878476047052) +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/minimal_no_navigation +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31202226098047053) +,p_theme_id=>42 +,p_name=>'Minimal (No Navigation)' +,p_internal_name=>'MINIMAL_NO_NAVIGATION' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.noSideCol();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS# ', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'', +' ')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      ', +'
    • ', +' ', +' ', +' &APP_USER.', +' ', +'
    • #BAR_BODY#', +'
    ')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>4 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2977628563533209425 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31202506471047055) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31202833125047056) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31203138750047056) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31203401690047057) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31203786223047058) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31204042504047058) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31204360611047059) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31204665921047060) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31204900849047060) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31205259547047061) +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/modal_dialog +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31205670429047062) +,p_theme_id=>42 +,p_name=>'Modal Dialog' +,p_internal_name=>'MODAL_DIALOG' +,p_is_popup=>true +,p_javascript_code_onload=>'apex.theme42.initializePage.modalDialog();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'#FORM_OPEN#')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>3 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_js_init_code=>'apex.theme42.dialog(#PAGE_URL#,{title:#TITLE#,h:#DIALOG_HEIGHT#,w:#DIALOG_WIDTH#,mxw:#DIALOG_MAX_WIDTH#,modal:#IS_MODAL#,dialog:#DIALOG#,dlgCls:''t-Dialog-page--standard ''+#DIALOG_CSS_CLASSES#,#DIALOG_ATTRIBUTES#},#PAGE_CSS_CLASSES#,#TRIGGERING_ELEMEN' +||'T#)' +,p_dialog_js_close_code=>'apex.theme42.dialog.close(#IS_MODAL#,#TARGET#)' +,p_dialog_js_cancel_code=>'apex.theme42.dialog.cancel(#IS_MODAL#)' +,p_dialog_height=>'auto' +,p_dialog_width=>'720' +,p_dialog_max_width=>'960' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2098960803539086924 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31205932407047064) +,p_page_template_id=>wwv_flow_imp.id(31205670429047062) +,p_name=>'Content Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31206246153047064) +,p_page_template_id=>wwv_flow_imp.id(31205670429047062) +,p_name=>'Dialog Header' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31206500174047065) +,p_page_template_id=>wwv_flow_imp.id(31205670429047062) +,p_name=>'Dialog Footer' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/right_side_column +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31207192331047067) +,p_theme_id=>42 +,p_name=>'Right Side Column' +,p_internal_name=>'RIGHT_SIDE_COLUMN' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.rightSideCol();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      ', +'
    • ', +' ', +' ', +' &APP_USER.', +' ', +'
    • #BAR_BODY#', +'
    ')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_sidebar_def_reg_pos=>'REGION_POSITION_03' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>17 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2525200116240651575 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31207483452047069) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31207742138047070) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31208039791047071) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31208364587047071) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31208697949047072) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31208924545047073) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'Right Column' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31209225576047074) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31209499976047074) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31209848206047077) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31210149914047077) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31210438886047078) +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>8 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/standard +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31210869918047080) +,p_theme_id=>42 +,p_name=>'Standard' +,p_internal_name=>'STANDARD' +,p_is_popup=>false +,p_javascript_code_onload=>'apex.theme42.initializePage.noSideCol();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.', +'#FORM_OPEN#', +'', +'')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SIDE_GLOBAL_NAVIGATION_LIST#', +'
    ', +'
    #REGION_POSITION_01#
    ', +'
    ', +'
    ', +' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#', +'
    #REGION_POSITION_08#
    ', +'
    #BODY#
    ', +'
    ', +'
    ', +' ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #REGION_POSITION_04#
    ')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_navigation_bar=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      ', +'
    • ', +' ', +' ', +' &APP_USER.', +' ', +'
    • #BAR_BODY#', +'
    ')) +,p_navbar_entry=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01' +,p_theme_class_id=>1 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>4070909157481059304 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31211194853047081) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'After Logo' +,p_placeholder=>'AFTER_LOGO' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31211436104047082) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'After Navigation Bar' +,p_placeholder=>'AFTER_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31211767674047082) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'Before Navigation Bar' +,p_placeholder=>'BEFORE_NAVIGATION_BAR' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>false +,p_max_fixed_grid_columns=>4 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31212077206047083) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31212335616047084) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'Breadcrumb Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31212632885047085) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'Dialogs, Drawers and Popups' +,p_placeholder=>'REGION_POSITION_04' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31212943579047085) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'Footer' +,p_placeholder=>'REGION_POSITION_05' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31213276969047086) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'Top Navigation' +,p_placeholder=>'REGION_POSITION_06' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31213513546047087) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'Banner' +,p_placeholder=>'REGION_POSITION_07' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31213889933047087) +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_name=>'Full Width Content' +,p_placeholder=>'REGION_POSITION_08' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/page/wizard_modal_dialog +begin +wwv_flow_imp_shared.create_template( + p_id=>wwv_flow_imp.id(31214298134047089) +,p_theme_id=>42 +,p_name=>'Wizard Modal Dialog' +,p_internal_name=>'WIZARD_MODAL_DIALOG' +,p_is_popup=>true +,p_javascript_code_onload=>'apex.theme42.initializePage.wizardModal();' +,p_header_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +' ', +' ', +' #TITLE#', +' #APEX_CSS#', +' #THEME_CSS#', +' #TEMPLATE_CSS#', +' #THEME_STYLE_CSS#', +' #APPLICATION_CSS#', +' #PAGE_CSS#', +' #FAVICONS#', +' #HEAD#', +' ', +'', +'', +'#FORM_OPEN#')) +,p_box=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_footer_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#FORM_CLOSE#', +'#DEVELOPER_TOOLBAR#', +'#APEX_JAVASCRIPT#', +'#GENERATED_CSS#', +'#THEME_JAVASCRIPT#', +'#TEMPLATE_JAVASCRIPT#', +'#APPLICATION_JAVASCRIPT#', +'#PAGE_JAVASCRIPT# ', +'#GENERATED_JAVASCRIPT#', +'', +'')) +,p_success_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #SUCCESS_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_notification_message=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #ERROR_MESSAGE_HEADING#

    ', +'
    ', +' ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"' +,p_theme_class_id=>3 +,p_error_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #MESSAGE#

    ', +'

    #ADDITIONAL_INFO#

    ', +'
    #TECHNICAL_INFO#
    ', +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ')) +,p_grid_type=>'FIXED' +,p_grid_max_columns=>12 +,p_grid_always_use_max_columns=>true +,p_grid_has_column_span=>true +,p_grid_always_emit=>true +,p_grid_emit_empty_leading_cols=>true +,p_grid_emit_empty_trail_cols=>false +,p_grid_default_label_col_span=>2 +,p_grid_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#ROWS#', +'
    ')) +,p_grid_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#COLUMNS#', +'
    ')) +,p_grid_column_template=>'
    #CONTENT#
    ' +,p_grid_first_column_attributes=>'col-start' +,p_grid_last_column_attributes=>'col-end' +,p_dialog_js_init_code=>'apex.theme42.dialog(#PAGE_URL#,{title:#TITLE#,h:#DIALOG_HEIGHT#,w:#DIALOG_WIDTH#,mxw:#DIALOG_MAX_WIDTH#,modal:#IS_MODAL#,dialog:#DIALOG#,dlgCls:''t-Dialog-page--wizard ''+#DIALOG_CSS_CLASSES#,#DIALOG_ATTRIBUTES#},#PAGE_CSS_CLASSES#,#TRIGGERING_ELEMENT#' +||')' +,p_dialog_js_close_code=>'apex.theme42.dialog.close(#IS_MODAL#,#TARGET#)' +,p_dialog_js_cancel_code=>'apex.theme42.dialog.cancel(#IS_MODAL#)' +,p_dialog_height=>'auto' +,p_dialog_width=>'720' +,p_dialog_max_width=>'960' +,p_dialog_browser_frame=>'MODAL' +,p_reference_id=>2120348229686426515 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31214510248047091) +,p_page_template_id=>wwv_flow_imp.id(31214298134047089) +,p_name=>'Wizard Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31214889220047092) +,p_page_template_id=>wwv_flow_imp.id(31214298134047089) +,p_name=>'Wizard Progress Bar' +,p_placeholder=>'REGION_POSITION_01' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_page_tmpl_display_point( + p_id=>wwv_flow_imp.id(31215139677047092) +,p_page_template_id=>wwv_flow_imp.id(31214298134047089) +,p_name=>'Wizard Buttons' +,p_placeholder=>'REGION_POSITION_03' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/button/icon +begin +wwv_flow_imp_shared.create_button_templates( + p_id=>wwv_flow_imp.id(31360458231047627) +,p_template_name=>'Icon' +,p_internal_name=>'ICON' +,p_template=>'' +,p_hot_template=>'' +,p_reference_id=>2347660919680321258 +,p_translate_this_template=>'N' +,p_theme_class_id=>5 +,p_theme_id=>42 +); +end; +/ +prompt --application/shared_components/user_interface/templates/button/text +begin +wwv_flow_imp_shared.create_button_templates( + p_id=>wwv_flow_imp.id(31361189940047637) +,p_template_name=>'Text' +,p_internal_name=>'TEXT' +,p_template=>'' +,p_hot_template=>'' +,p_reference_id=>4070916158035059322 +,p_translate_this_template=>'N' +,p_theme_class_id=>1 +,p_theme_id=>42 +); +end; +/ +prompt --application/shared_components/user_interface/templates/button/text_with_icon +begin +wwv_flow_imp_shared.create_button_templates( + p_id=>wwv_flow_imp.id(31361234024047637) +,p_template_name=>'Text with Icon' +,p_internal_name=>'TEXT_WITH_ICON' +,p_template=>'' +,p_hot_template=>'' +,p_reference_id=>2081382742158699622 +,p_translate_this_template=>'N' +,p_theme_class_id=>4 +,p_preset_template_options=>'t-Button--iconLeft' +,p_theme_id=>42 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/alert +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31215795963047096) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'

    #TITLE#

    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    ', +'
    #PREVIOUS##CLOSE##CREATE##NEXT#
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Alert' +,p_internal_name=>'ALERT' +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_preset_template_options=>'t-Alert--horizontal:t-Alert--defaultIcons:t-Alert--warning' +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2039236646100190748 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31216081513047109) +,p_plug_template_id=>wwv_flow_imp.id(31215795963047096) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31216300872047112) +,p_plug_template_id=>wwv_flow_imp.id(31215795963047096) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31216627646047113) +,p_plug_template_id=>wwv_flow_imp.id(31215795963047096) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31216932459047113) +,p_plug_template_id=>wwv_flow_imp.id(31215795963047096) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31217212387047114) +,p_plug_template_id=>wwv_flow_imp.id(31215795963047096) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31217593910047115) +,p_plug_template_id=>wwv_flow_imp.id(31215795963047096) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/blank_with_attributes +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31220977248047127) +,p_layout=>'TABLE' +,p_template=>'
    #PREVIOUS##BODY##SUB_REGIONS##NEXT#
    ' +,p_page_plug_template_name=>'Blank with Attributes' +,p_internal_name=>'BLANK_WITH_ATTRIBUTES' +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>4499993862448380551 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31221200101047128) +,p_plug_template_id=>wwv_flow_imp.id(31220977248047127) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31221539068047129) +,p_plug_template_id=>wwv_flow_imp.id(31220977248047127) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31221833303047130) +,p_plug_template_id=>wwv_flow_imp.id(31220977248047127) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31222175311047130) +,p_plug_template_id=>wwv_flow_imp.id(31220977248047127) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/blank_with_attributes_no_grid +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31222376002047131) +,p_layout=>'TABLE' +,p_template=>'
    #PREVIOUS##BODY##SUB_REGIONS##NEXT#
    ' +,p_page_plug_template_name=>'Blank with Attributes (No Grid)' +,p_internal_name=>'BLANK_WITH_ATTRIBUTES_NO_GRID' +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>3369790999010910123 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31222691841047132) +,p_plug_template_id=>wwv_flow_imp.id(31222376002047131) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31222958109047133) +,p_plug_template_id=>wwv_flow_imp.id(31222376002047131) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31223265587047133) +,p_plug_template_id=>wwv_flow_imp.id(31222376002047131) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31223536933047134) +,p_plug_template_id=>wwv_flow_imp.id(31222376002047131) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/buttons_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31223789889047135) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    #PREVIOUS##CLOSE##DELETE#
    ', +'
    ', +' #BODY#', +'
    #CHANGE#
    ', +' #SUB_REGIONS#', +'
    ', +'
    #EDIT##CREATE##NEXT#
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Buttons Container' +,p_internal_name=>'BUTTONS_CONTAINER' +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>17 +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2124982336649579661 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31223999019047136) +,p_plug_template_id=>wwv_flow_imp.id(31223789889047135) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31224398474047136) +,p_plug_template_id=>wwv_flow_imp.id(31223789889047135) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31224617577047137) +,p_plug_template_id=>wwv_flow_imp.id(31223789889047135) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31224909320047138) +,p_plug_template_id=>wwv_flow_imp.id(31223789889047135) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31225243897047139) +,p_plug_template_id=>wwv_flow_imp.id(31223789889047135) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31225588003047139) +,p_plug_template_id=>wwv_flow_imp.id(31223789889047135) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31225861490047140) +,p_plug_template_id=>wwv_flow_imp.id(31223789889047135) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31226169113047141) +,p_plug_template_id=>wwv_flow_imp.id(31223789889047135) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31226464098047141) +,p_plug_template_id=>wwv_flow_imp.id(31223789889047135) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/cards_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31228066901047147) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #ORDER_BY_ITEM#
    ', +' #BODY#', +' #SUB_REGIONS#', +'
    ')) +,p_page_plug_template_name=>'Cards Container' +,p_internal_name=>'CARDS_CONTAINER' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_default_template_options=>'u-colors' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2071277712695139743 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31228344416047148) +,p_plug_template_id=>wwv_flow_imp.id(31228066901047147) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31228611308047148) +,p_plug_template_id=>wwv_flow_imp.id(31228066901047147) +,p_name=>'Sort Order' +,p_placeholder=>'ORDER_BY_ITEM' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31228903997047149) +,p_plug_template_id=>wwv_flow_imp.id(31228066901047147) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/carousel_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31229937557047152) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_sub_plug_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #SUB_REGION#', +'
    ')) +,p_page_plug_template_name=>'Carousel Container' +,p_internal_name=>'CAROUSEL_CONTAINER' +,p_javascript_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#', +'#APEX_FILES#plugins/com.oracle.apex.carousel/1.1/com.oracle.apex.carousel#MIN#.js?v=#APEX_VERSION#')) +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>5 +,p_default_template_options=>'t-Region--showCarouselControls' +,p_preset_template_options=>'t-Region--hiddenOverflow' +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2865840475322558786 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31230225210047154) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31230519792047155) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31230840723047155) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31231185363047156) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Copy' +,p_placeholder=>'COPY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31231489751047157) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31231770720047157) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31232050812047158) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31232305534047159) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Help' +,p_placeholder=>'HELP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31232648642047159) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31232982657047160) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31233254713047161) +,p_plug_template_id=>wwv_flow_imp.id(31229937557047152) +,p_name=>'Slides' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/collapsible +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31239851723047187) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +'

    ', +'
    ', +'
    #EDIT#
    ', +'
    ', +'
    ', +'
    ', +'
    #CLOSE#
    ', +'
    #CREATE#
    ', +'
    ', +'
    ', +'
    #ORDER_BY_ITEM#
    ', +' #COPY#', +' #BODY#', +' #SUB_REGIONS#', +' #CHANGE#', +'
    ', +'
    ', +'
    #PREVIOUS#
    ', +'
    #NEXT#
    ', +'
    ', +'
    ', +'
    ', +'')) +,p_page_plug_template_name=>'Collapsible' +,p_internal_name=>'COLLAPSIBLE' +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_preset_template_options=>'is-expanded:t-Region--scrollBody' +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2662888092628347716 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31240158030047189) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31240445622047190) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31240768856047190) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31241083865047191) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Copy' +,p_placeholder=>'COPY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31241352694047192) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31241649250047193) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31241917046047194) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31242234762047195) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Sort Order' +,p_placeholder=>'ORDER_BY_ITEM' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31242544647047196) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31242852655047196) +,p_plug_template_id=>wwv_flow_imp.id(31239851723047187) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/content_block +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31249643261047224) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'

    #TITLE#

    ', +' #EDIT#', +'
    ', +'
    #CHANGE#
    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    #PREVIOUS##NEXT#
    ', +'
    ', +'')) +,p_page_plug_template_name=>'Content Block' +,p_internal_name=>'CONTENT_BLOCK' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_preset_template_options=>'t-ContentBlock--h1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2320668864738842174 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31249948454047225) +,p_plug_template_id=>wwv_flow_imp.id(31249643261047224) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31250291662047226) +,p_plug_template_id=>wwv_flow_imp.id(31249643261047224) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31250579223047226) +,p_plug_template_id=>wwv_flow_imp.id(31249643261047224) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31250822826047227) +,p_plug_template_id=>wwv_flow_imp.id(31249643261047224) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31251178913047228) +,p_plug_template_id=>wwv_flow_imp.id(31249643261047224) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31251436603047229) +,p_plug_template_id=>wwv_flow_imp.id(31249643261047224) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/hero +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31254284814047240) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    #UP#
    ', +'
    #REGION_IMAGE#
    ', +'
    ', +'

    #TITLE#

    ', +' #BODY#', +'
    ', +'
    #SUB_REGIONS#
    #NEXT#
    ', +'
    ', +'
    ', +'
    #SMART_FILTERS#
    ', +'
    ', +'')) +,p_page_plug_template_name=>'Hero' +,p_internal_name=>'HERO' +,p_image_template=>'' +,p_theme_id=>42 +,p_theme_class_id=>22 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2672571031438297268 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31254580956047242) +,p_plug_template_id=>wwv_flow_imp.id(31254284814047240) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31254887586047243) +,p_plug_template_id=>wwv_flow_imp.id(31254284814047240) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31255148361047244) +,p_plug_template_id=>wwv_flow_imp.id(31254284814047240) +,p_name=>'Search Field and Smart Filters' +,p_placeholder=>'SMART_FILTERS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31255471229047244) +,p_plug_template_id=>wwv_flow_imp.id(31254284814047240) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31255714198047245) +,p_plug_template_id=>wwv_flow_imp.id(31254284814047240) +,p_name=>'Up' +,p_placeholder=>'UP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/image +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31257699833047252) +,p_layout=>'TABLE' +,p_template=>'
    #REGION_IMAGE_ALT_TEXT#
    ' +,p_page_plug_template_name=>'Image' +,p_internal_name=>'IMAGE' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_preset_template_options=>'t-ImageRegion--auto:t-ImageRegion--cover:t-ImageRegion--square:t-ImageRegion--noFilter' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>1673953645642781634 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31258077183047253) +,p_plug_template_id=>wwv_flow_imp.id(31257699833047252) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31258357900047254) +,p_plug_template_id=>wwv_flow_imp.id(31257699833047252) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/inline_dialog +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31263155642047274) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    ', +'
    ', +'
    ', +'
    #PREVIOUS##DELETE##CLOSE#
    ', +'
    #EDIT##CREATE##NEXT#
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Inline Dialog' +,p_internal_name=>'INLINE_DIALOG' +,p_theme_id=>42 +,p_theme_class_id=>24 +,p_default_template_options=>'js-modal:js-draggable:js-resizable' +,p_preset_template_options=>'js-dialog-size600x400' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>2671226943886536762 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31263424397047275) +,p_plug_template_id=>wwv_flow_imp.id(31263155642047274) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31263750763047275) +,p_plug_template_id=>wwv_flow_imp.id(31263155642047274) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31264098393047276) +,p_plug_template_id=>wwv_flow_imp.id(31263155642047274) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31264309608047277) +,p_plug_template_id=>wwv_flow_imp.id(31263155642047274) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31264600126047278) +,p_plug_template_id=>wwv_flow_imp.id(31263155642047274) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31264981338047279) +,p_plug_template_id=>wwv_flow_imp.id(31263155642047274) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31265268641047280) +,p_plug_template_id=>wwv_flow_imp.id(31263155642047274) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31265506341047281) +,p_plug_template_id=>wwv_flow_imp.id(31263155642047274) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/inline_drawer +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31267738263047289) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    #PREVIOUS##DELETE##CLOSE#
    ', +'
    ', +'
    ', +'
    #EDIT##CREATE##NEXT#
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Inline Drawer' +,p_internal_name=>'INLINE_DRAWER' +,p_theme_id=>42 +,p_theme_class_id=>24 +,p_default_template_options=>'js-modal' +,p_preset_template_options=>'js-dialog-class-t-Drawer--pullOutEnd' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>1659526333647509386 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31268064872047290) +,p_plug_template_id=>wwv_flow_imp.id(31267738263047289) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31268380275047291) +,p_plug_template_id=>wwv_flow_imp.id(31267738263047289) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31268651334047292) +,p_plug_template_id=>wwv_flow_imp.id(31267738263047289) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31268963390047292) +,p_plug_template_id=>wwv_flow_imp.id(31267738263047289) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31269291661047293) +,p_plug_template_id=>wwv_flow_imp.id(31267738263047289) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31269559665047294) +,p_plug_template_id=>wwv_flow_imp.id(31267738263047289) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31269892227047294) +,p_plug_template_id=>wwv_flow_imp.id(31267738263047289) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31270156551047295) +,p_plug_template_id=>wwv_flow_imp.id(31267738263047289) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/inline_popup +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31272387697047303) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
    #BODY##SUB_REGIONS#
    ', +'
    ', +'
    ', +'
    ', +'
    #PREVIOUS##DELETE##CLOSE#
    ', +'
    #EDIT##CREATE##NEXT#
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_page_plug_template_name=>'Inline Popup' +,p_internal_name=>'INLINE_POPUP' +,p_theme_id=>42 +,p_theme_class_id=>24 +,p_preset_template_options=>'js-dialog-size600x400' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>1483922538999385230 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31272696340047304) +,p_plug_template_id=>wwv_flow_imp.id(31272387697047303) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31272951615047304) +,p_plug_template_id=>wwv_flow_imp.id(31272387697047303) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31273290702047305) +,p_plug_template_id=>wwv_flow_imp.id(31272387697047303) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31273507171047306) +,p_plug_template_id=>wwv_flow_imp.id(31272387697047303) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31273896279047306) +,p_plug_template_id=>wwv_flow_imp.id(31272387697047303) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31274148016047307) +,p_plug_template_id=>wwv_flow_imp.id(31272387697047303) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31274490751047308) +,p_plug_template_id=>wwv_flow_imp.id(31272387697047303) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31274707741047309) +,p_plug_template_id=>wwv_flow_imp.id(31272387697047303) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/interactive_report +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31277749952047319) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #ORDER_BY_ITEM#
    ', +' #PREVIOUS#', +' #BODY#', +' #SUB_REGIONS#', +' #NEXT#', +'
    ', +'')) +,p_page_plug_template_name=>'Interactive Report' +,p_internal_name=>'INTERACTIVE_REPORT' +,p_theme_id=>42 +,p_theme_class_id=>9 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>2099079838218790610 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31278018121047320) +,p_plug_template_id=>wwv_flow_imp.id(31277749952047319) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31278392915047320) +,p_plug_template_id=>wwv_flow_imp.id(31277749952047319) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31278660961047321) +,p_plug_template_id=>wwv_flow_imp.id(31277749952047319) +,p_name=>'Sort Order' +,p_placeholder=>'ORDER_BY_ITEM' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31278997641047322) +,p_plug_template_id=>wwv_flow_imp.id(31277749952047319) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31279216736047322) +,p_plug_template_id=>wwv_flow_imp.id(31277749952047319) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/item_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31279881338047324) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #BUTTON_START#
    ', +'
    #BODY#
    ', +'
    #BUTTON_END#
    ', +'
    ')) +,p_page_plug_template_name=>'Item Container' +,p_internal_name=>'ITEM_CONTAINER' +,p_theme_id=>42 +,p_theme_class_id=>21 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>1568547778806319863 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31280155545047325) +,p_plug_template_id=>wwv_flow_imp.id(31279881338047324) +,p_name=>'Item' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31280446461047326) +,p_plug_template_id=>wwv_flow_imp.id(31279881338047324) +,p_name=>'Button End' +,p_placeholder=>'BUTTON_END' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31280790734047327) +,p_plug_template_id=>wwv_flow_imp.id(31279881338047324) +,p_name=>'Button Start' +,p_placeholder=>'BUTTON_START' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/login +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31282305326047333) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_page_plug_template_name=>'Login' +,p_internal_name=>'LOGIN' +,p_image_template=>'' +,p_theme_id=>42 +,p_theme_class_id=>23 +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2672711194551076376 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31282655830047334) +,p_plug_template_id=>wwv_flow_imp.id(31282305326047333) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31282906230047334) +,p_plug_template_id=>wwv_flow_imp.id(31282305326047333) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31283292397047335) +,p_plug_template_id=>wwv_flow_imp.id(31282305326047333) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31283537071047336) +,p_plug_template_id=>wwv_flow_imp.id(31282305326047333) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31283812370047336) +,p_plug_template_id=>wwv_flow_imp.id(31282305326047333) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/search_results_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31284804830047340) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' ', +' #BODY#', +' #SUB_REGIONS#', +'
    ', +'')) +,p_page_plug_template_name=>'Search Results Container' +,p_internal_name=>'SEARCH_RESULTS_CONTAINER' +,p_theme_id=>42 +,p_theme_class_id=>11 +,p_default_template_options=>'u-colors' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>1554292095258992441 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31285158330047341) +,p_plug_template_id=>wwv_flow_imp.id(31284804830047340) +,p_name=>'Search Results' +,p_placeholder=>'BODY' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31285463067047341) +,p_plug_template_id=>wwv_flow_imp.id(31284804830047340) +,p_name=>'Search Field' +,p_placeholder=>'SEARCH_FIELD' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31285771938047342) +,p_plug_template_id=>wwv_flow_imp.id(31284804830047340) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/standard +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31287510711047348) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +' ', +'

    #TITLE#

    ', +'
    ', +'
    #COPY##EDIT#
    ', +'
    ', +'
    ', +'
    ', +'
    #PREVIOUS#
    ', +'
    #NEXT#
    ', +'
    ', +'
    ', +'
    #ORDER_BY_ITEM#
    ', +' #BODY#', +' #SUB_REGIONS#', +'
    ', +'
    ', +'
    #CLOSE##HELP#
    ', +'
    #DELETE##CHANGE##CREATE#
    ', +'
    ', +'
    ', +'
    ', +'')) +,p_page_plug_template_name=>'Standard' +,p_internal_name=>'STANDARD' +,p_plug_table_bgcolor=>'#ffffff' +,p_theme_id=>42 +,p_theme_class_id=>8 +,p_preset_template_options=>'t-Region--scrollBody' +,p_plug_heading_bgcolor=>'#ffffff' +,p_plug_font_size=>'-1' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_reference_id=>4070912133526059312 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31287862891047349) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31288151475047350) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31288420119047350) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31288779150047351) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Copy' +,p_placeholder=>'COPY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31289042164047352) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31289366147047352) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31289697728047353) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31289964593047354) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Help' +,p_placeholder=>'HELP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31290259685047355) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31290582745047355) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Sort Order' +,p_placeholder=>'ORDER_BY_ITEM' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31290836416047356) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31291194053047357) +,p_plug_template_id=>wwv_flow_imp.id(31287510711047348) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +,p_max_fixed_grid_columns=>12 +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/tabs_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31297360622047377) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #BODY#', +'
    #SUB_REGIONS#
    ', +'
    ')) +,p_sub_plug_template=>'
    #SUB_REGION#
    ' +,p_page_plug_template_name=>'Tabs Container' +,p_internal_name=>'TABS_CONTAINER' +,p_javascript_file_urls=>'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#' +,p_theme_id=>42 +,p_theme_class_id=>5 +,p_preset_template_options=>'t-TabsRegion-mod--simple' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_reference_id=>3221725015618492759 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31297668282047378) +,p_plug_template_id=>wwv_flow_imp.id(31297360622047377) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31297955560047379) +,p_plug_template_id=>wwv_flow_imp.id(31297360622047377) +,p_name=>'Tabs' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>false +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/title_bar +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31299982287047385) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_page_plug_template_name=>'Title Bar' +,p_internal_name=>'TITLE_BAR' +,p_theme_id=>42 +,p_theme_class_id=>6 +,p_default_template_options=>'t-BreadcrumbRegion--showBreadcrumb' +,p_preset_template_options=>'t-BreadcrumbRegion--useBreadcrumbTitle' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'navigation' +,p_reference_id=>2530016523834132090 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31300246125047386) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31300547363047387) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Change' +,p_placeholder=>'CHANGE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31300805133047388) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31301134390047388) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Copy' +,p_placeholder=>'COPY' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31301431247047389) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Create' +,p_placeholder=>'CREATE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31301785057047390) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Delete' +,p_placeholder=>'DELETE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31302086228047390) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Edit' +,p_placeholder=>'EDIT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31302323959047391) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Help' +,p_placeholder=>'HELP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31302685727047392) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31302990292047393) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31303222201047393) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Search Field and Smart Filters' +,p_placeholder=>'SMART_FILTERS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31303522587047394) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31303849529047395) +,p_plug_template_id=>wwv_flow_imp.id(31299982287047385) +,p_name=>'Up' +,p_placeholder=>'UP' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/region/wizard_container +begin +wwv_flow_imp_shared.create_plug_template( + p_id=>wwv_flow_imp.id(31305034662047398) +,p_layout=>'TABLE' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'

    #TITLE#

    ', +'
    ', +'
    #PREVIOUS##CLOSE#
    ', +'
    #BODY#
    ', +'
    #NEXT#
    ', +'
    ', +'
    ', +'
    #SUB_REGIONS#
    ', +'
    ')) +,p_page_plug_template_name=>'Wizard Container' +,p_internal_name=>'WIZARD_CONTAINER' +,p_theme_id=>42 +,p_theme_class_id=>8 +,p_preset_template_options=>'t-Wizard--hideStepsXSmall' +,p_default_label_alignment=>'RIGHT' +,p_default_field_alignment=>'LEFT' +,p_default_landmark_type=>'region' +,p_region_title_dom_id=>'#REGION_STATIC_ID#_heading' +,p_reference_id=>2117602213152591491 +,p_translate_this_template=>'N' +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31305376058047399) +,p_plug_template_id=>wwv_flow_imp.id(31305034662047398) +,p_name=>'Region Body' +,p_placeholder=>'BODY' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>true +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31305621488047400) +,p_plug_template_id=>wwv_flow_imp.id(31305034662047398) +,p_name=>'Close' +,p_placeholder=>'CLOSE' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31305996365047401) +,p_plug_template_id=>wwv_flow_imp.id(31305034662047398) +,p_name=>'Next' +,p_placeholder=>'NEXT' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31306239990047401) +,p_plug_template_id=>wwv_flow_imp.id(31305034662047398) +,p_name=>'Previous' +,p_placeholder=>'PREVIOUS' +,p_has_grid_support=>false +,p_has_region_support=>false +,p_has_item_support=>false +,p_has_button_support=>true +,p_glv_new_row=>true +); +wwv_flow_imp_shared.create_plug_tmpl_display_point( + p_id=>wwv_flow_imp.id(31306536384047402) +,p_plug_template_id=>wwv_flow_imp.id(31305034662047398) +,p_name=>'Wizard Sub Regions' +,p_placeholder=>'SUB_REGIONS' +,p_has_grid_support=>true +,p_has_region_support=>true +,p_has_item_support=>false +,p_has_button_support=>false +,p_glv_new_row=>true +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/badge_list +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31332927167047507) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #TEXT#', +' #A01#', +' ', +'
  • ', +'')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #TEXT#', +' #A01#', +' ', +'
  • ', +'')) +,p_list_template_name=>'Badge List' +,p_internal_name=>'BADGE_LIST' +,p_theme_id=>42 +,p_theme_class_id=>3 +,p_preset_template_options=>'t-BadgeList--large:t-BadgeList--cols t-BadgeList--3cols:t-BadgeList--circular' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_a01_label=>'Value' +,p_a02_label=>'List item CSS Classes' +,p_a03_label=>'Link Attributes' +,p_a04_label=>'Link Classes' +,p_reference_id=>2062482847268086664 +,p_list_template_comment=>wwv_flow_string.join(wwv_flow_t_varchar2( +'A01: Large Number', +'A02: List Item Classes', +'A03: Link Attributes')) +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/cards +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31336968034047531) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
  • ')) +,p_list_template_name=>'Cards' +,p_internal_name=>'CARDS' +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_preset_template_options=>'t-Cards--animColorFill:t-Cards--3cols:t-Cards--basic' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_a01_label=>'Description' +,p_a02_label=>'Secondary Information' +,p_a03_label=>'Initials' +,p_a04_label=>'List Item CSS Classes' +,p_a05_label=>'Link Attributes' +,p_a06_label=>'Card Color Class' +,p_a07_label=>'Subtitle' +,p_reference_id=>2885322685880632508 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/links_list +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31342577477047550) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_list_template_name=>'Links List' +,p_internal_name=>'LINKS_LIST' +,p_theme_id=>42 +,p_theme_class_id=>18 +,p_list_template_before_rows=>'' +,p_before_sub_list=>'' +,p_sub_list_item_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_sub_list_item_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_item_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_item_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_a01_label=>'Badge Value' +,p_a02_label=>'Link Attributes' +,p_a03_label=>'List Item CSS Classes' +,p_reference_id=>4070914341144059318 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/media_list +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31344138206047556) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +'
    ', +'

    #TEXT#

    ', +'

    #A01#

    ', +'
    ', +'
    ', +' #A02#', +'
    ', +'
    ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +'
    ', +'

    #TEXT#

    ', +'

    #A01#

    ', +'
    ', +'
    ', +' #A02#', +'
    ', +'
    ', +'
  • ')) +,p_list_template_name=>'Media List' +,p_internal_name=>'MEDIA_LIST' +,p_theme_id=>42 +,p_theme_class_id=>5 +,p_default_template_options=>'t-MediaList--showIcons:t-MediaList--showDesc' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_a01_label=>'Description' +,p_a02_label=>'Badge Value' +,p_a03_label=>'Link Attributes' +,p_a04_label=>'List Item CSS Classes' +,p_a05_label=>'Link Class' +,p_a06_label=>'Icon Color Class' +,p_reference_id=>2066548068783481421 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/menu_bar +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31346939209047567) +,p_list_template_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_list_template_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_list_template_name=>'Menu Bar' +,p_internal_name=>'MENU_BAR' +,p_javascript_code_onload=>wwv_flow_string.join(wwv_flow_t_varchar2( +'var e = apex.jQuery("##PARENT_STATIC_ID#_menubar", apex.gPageContext$);', +'if (e.hasClass("js-addActions")) {', +' apex.actions.addFromMarkup( e );', +'}', +'e.menu({', +' behaveLikeTabs: e.hasClass("js-tabLike"),', +' menubarShowSubMenuIcon: e.hasClass("js-showSubMenuIcons") || null,', +' iconType: ''fa'',', +' menubar: true,', +' menubarOverflow: true,', +' callout: e.hasClass("js-menu-callout")', +'});')) +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_default_template_options=>'js-showSubMenuIcons' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_before_sub_list=>'
      ' +,p_after_sub_list=>'
    ' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_item_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_a01_label=>'Menu Item ID / Action Name' +,p_a02_label=>'Disabled (True/False)' +,p_a03_label=>'Hidden (True/False)' +,p_a04_label=>'Title Attribute (Used By Actions Only)' +,p_a05_label=>'Shortcut' +,p_a06_label=>'Link Target' +,p_reference_id=>2008709236185638887 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/menu_popup +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31347904065047572) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • #TEXT_ESC_SC#
  • ', +'')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • #TEXT_ESC_SC#
  • ', +'')) +,p_list_template_name=>'Menu Popup' +,p_internal_name=>'MENU_POPUP' +,p_javascript_code_onload=>wwv_flow_string.join(wwv_flow_t_varchar2( +'var e = apex.jQuery("##PARENT_STATIC_ID#_menu", apex.gPageContext$);', +'if (e.hasClass("js-addActions")) {', +' apex.actions.addFromMarkup( e );', +'}', +'e.menu({ iconType: ''fa'', callout: e.hasClass("js-menu-callout")});')) +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_before_sub_list=>'
      ' +,p_after_sub_list=>'
    ' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_item_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_a01_label=>'Menu Item ID / Action Name' +,p_a02_label=>'Disabled (True/False)' +,p_a03_label=>'Hidden (True/False)' +,p_a04_label=>'Title Attribute (Used By Actions Only)' +,p_a05_label=>'Shortcut' +,p_a06_label=>'Link Target' +,p_reference_id=>3492264004432431646 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/navigation_bar +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31348512523047574) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #TEXT_ESC_SC##A01#', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #TEXT_ESC_SC##A01#', +' ', +'
  • ')) +,p_list_template_name=>'Navigation Bar' +,p_internal_name=>'NAVIGATION_BAR' +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_before_sub_list=>'' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ')) +,p_item_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ')) +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#
  • ' +,p_a01_label=>'Badge Value' +,p_a02_label=>'List Item CSS Classes' +,p_a04_label=>'Title Attribute' +,p_a06_label=>'Link Target' +,p_reference_id=>2846096252961119197 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/side_navigation_menu +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31348939739047576) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #TEXT_ESC_SC#', +' ', +'
  • ', +'')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #TEXT_ESC_SC#', +' ', +'
  • ')) +,p_list_template_name=>'Side Navigation Menu' +,p_internal_name=>'SIDE_NAVIGATION_MENU' +,p_javascript_file_urls=>'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.treeView#MIN#.js?v=#APEX_VERSION#' +,p_javascript_code_onload=>'apex.jQuery(''body'').addClass(''t-PageBody--leftNav'');' +,p_theme_id=>42 +,p_theme_class_id=>19 +,p_default_template_options=>'js-defaultCollapsed' +,p_preset_template_options=>'t-TreeNav--styleA:js-navCollapsed--hidden' +,p_list_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_before_sub_list=>'
      ' +,p_after_sub_list=>'
    ' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #TEXT_ESC_SC#', +' ', +'')) +,p_item_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #TEXT_ESC_SC#', +' ', +'')) +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_a01_label=>'ID Attribute' +,p_a02_label=>'Disabled (True/False)' +,p_a04_label=>'Title Attribute (Used By Actions Only)' +,p_a05_label=>'Shortcut Key' +,p_a06_label=>'Link Target' +,p_reference_id=>2466292414354694776 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/tabs +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31350713684047582) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT#', +' ', +'
  • ')) +,p_list_template_name=>'Tabs' +,p_internal_name=>'TABS' +,p_javascript_file_urls=>'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#' +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-Tabs--simple' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_a01_label=>'List Item ID' +,p_a03_label=>'List Item Class' +,p_a04_label=>'Link Class' +,p_reference_id=>3288206686691809997 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/top_navigation_mega_menu +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31352304501047588) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_list_template_name=>'Top Navigation Mega Menu' +,p_internal_name=>'TOP_NAVIGATION_MEGA_MENU' +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_list_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'
    ', +'
      ')) +,p_list_template_after_rows=>'
    ' +,p_before_sub_list=>'
      ' +,p_after_sub_list=>'
    ' +,p_sub_list_item_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_sub_list_item_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_item_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ')) +,p_item_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ', +'
  • ')) +,p_sub_templ_curr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ')) +,p_sub_templ_noncurr_w_child=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A03#', +' ', +' #A02#', +' ')) +,p_a01_label=>'ID Attribute' +,p_a02_label=>'Badge Value' +,p_a03_label=>'Description' +,p_a04_label=>'List Item Class' +,p_a05_label=>'Shortcut Key' +,p_a06_label=>'Link Target' +,p_a07_label=>'Badge Class' +,p_a08_label=>'Menu Item Class' +,p_reference_id=>1665447133514362075 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/top_navigation_menu +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31354380661047595) +,p_list_template_current=>'
  • #TEXT_ES' +||'C_SC#
  • ' +,p_list_template_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_list_template_name=>'Top Navigation Menu' +,p_internal_name=>'TOP_NAVIGATION_MENU' +,p_javascript_code_onload=>wwv_flow_string.join(wwv_flow_t_varchar2( +'var e = apex.jQuery("#t_MenuNav", apex.gPageContext$);', +'if (e.hasClass("js-addActions")) {', +' apex.actions.addFromMarkup( e );', +'}', +'e.menu({', +' behaveLikeTabs: e.hasClass("js-tabLike"),', +' menubarShowSubMenuIcon: e.hasClass("js-showSubMenuIcons") || null,', +' menubar: true,', +' menubarOverflow: true,', +' callout: e.hasClass("js-menu-callout")', +'});', +'')) +,p_theme_id=>42 +,p_theme_class_id=>20 +,p_default_template_options=>'js-tabLike' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_before_sub_list=>'
      ' +,p_after_sub_list=>'
    ' +,p_sub_list_item_current=>'
  • #TEXT_ESC_SC#
  • ' +,p_sub_list_item_noncurrent=>'
  • #TEXT_ESC_SC#
  • ' +,p_item_templ_curr_w_child=>'
  • #TEXT_ES' +||'C_SC#' +,p_item_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_curr_w_child=>'
  • #TEXT_ESC_SC#' +,p_sub_templ_noncurr_w_child=>'
  • #TEXT_ESC_SC#' +,p_a01_label=>'Menu Item ID / Action Name' +,p_a02_label=>'Disabled (True/False)' +,p_a03_label=>'Hidden (True/False)' +,p_a04_label=>'Title Attribute (Used By Actions Only)' +,p_a05_label=>'Shortcut Key' +,p_a06_label=>'Link Target' +,p_reference_id=>2525307901300239072 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/top_navigation_tabs +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31355361482047598) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A02#', +' ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +' #TEXT_ESC_SC#', +' #A02#', +' ', +'
  • ')) +,p_list_template_name=>'Top Navigation Tabs' +,p_internal_name=>'TOP_NAVIGATION_TABS' +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-NavTabs--inlineLabels-lg:t-NavTabs--displayLabels-sm' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_a01_label=>'List Item ID' +,p_a02_label=>'Badge Value' +,p_a03_label=>'List Item Class' +,p_a04_label=>'Link Class' +,p_a05_label=>'Badge Class' +,p_reference_id=>1453011561172885578 +); +end; +/ +prompt --application/shared_components/user_interface/templates/list/wizard_progress +begin +wwv_flow_imp_shared.create_list_template( + p_id=>wwv_flow_imp.id(31356974588047605) +,p_list_template_current=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +' ', +' #TEXT# ', +'
    ', +'
  • ')) +,p_list_template_noncurrent=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +' ', +' #TEXT# ', +'
    ', +'
  • ')) +,p_list_template_name=>'Wizard Progress' +,p_internal_name=>'WIZARD_PROGRESS' +,p_javascript_code_onload=>'apex.theme.initWizardProgressBar();' +,p_theme_id=>42 +,p_theme_class_id=>17 +,p_preset_template_options=>'t-WizardSteps--displayLabels' +,p_list_template_before_rows=>'
      ' +,p_list_template_after_rows=>'
    ' +,p_reference_id=>2008702338707394488 +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/alerts +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31307588128047410) +,p_row_template_name=>'Alerts' +,p_internal_name=>'ALERTS' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'')) +,p_row_template_before_rows=>'
    ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>14 +,p_reference_id=>2881456138952347027 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/badge_list +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31307738164047416) +,p_row_template_name=>'Badge List' +,p_internal_name=>'BADGE_LIST' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' #COLUMN_HEADER#', +' #COLUMN_VALUE#', +' ', +'
  • ')) +,p_row_template_before_rows=>'
      ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'GENERIC_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>6 +,p_preset_template_options=>'t-BadgeList--large:t-BadgeList--fixed:t-BadgeList--circular' +,p_reference_id=>2103197159775914759 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/cards +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31311775441047431) +,p_row_template_name=>'Cards' +,p_internal_name=>'CARDS' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
  • ')) +,p_row_template_condition1=>':CARD_LINK is not null' +,p_row_template2=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +'
    ', +'
    #CARD_INITIALS#
    ', +'

    #CARD_TITLE#

    #CARD_SUBTITLE#

    ', +'
    ', +'
    #CARD_TEXT#
    ', +'
    #CARD_SUBTEXT#
    ', +'
    ', +' ', +'
    ', +'
    ', +'
  • ')) +,p_row_template_before_rows=>'
      ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'NOT_CONDITIONAL' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'NOT_CONDITIONAL' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-Cards--animColorFill:t-Cards--3cols:t-Cards--basic' +,p_reference_id=>2973535649510699732 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/comments +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31317120060047449) +,p_row_template_name=>'Comments' +,p_internal_name=>'COMMENTS' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +' #USER_NAME# #COMMENT_DATE# #ACTIONS#', +'
    ', +'
    ', +' #COMMENT_TEXT##ATTRIBUTE_1##ATTRIBUTE_2##ATTRIBUTE_3##ATTRIBUTE_4#', +'
    ', +'
    ', +'
  • ')) +,p_row_template_before_rows=>'
      ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'NOT_CONDITIONAL' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-Comments--chat' +,p_reference_id=>2611722012730764232 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/content_row +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31318324689047453) +,p_row_template_name=>'Content Row' +,p_internal_name=>'CONTENT_ROW' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +'
    #SELECTION#
    ', +'
    ', +' #ICON_HTML#', +'
    ', +'
    ', +'
    ', +'

    #TITLE#

    ', +'
    #DESCRIPTION#
    ', +'
    ', +'
    #MISC#
    ', +'
    #ACTIONS#
    ', +'
    ', +'
    ', +'
  • ')) +,p_row_template_before_rows=>'
      ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_reference_id=>1797843454948280151 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/contextual_info +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31321540969047463) +,p_row_template_name=>'Contextual Info' +,p_internal_name=>'CONTEXTUAL_INFO' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #COLUMN_HEADER#', +' #COLUMN_VALUE#', +'
    ')) +,p_row_template_before_rows=>'
    ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'GENERIC_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>6 +,p_reference_id=>2114325881116323585 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/media_list +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31322736067047467) +,p_row_template_name=>'Media List' +,p_internal_name=>'MEDIA_LIST' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +' ', +'
    ', +'

    #LIST_TITLE#

    ', +'

    #LIST_TEXT#

    ', +'
    ', +'
    ', +' #LIST_BADGE#', +'
    ', +'
    ', +'
  • ', +'')) +,p_row_template_condition1=>':LINK is not null' +,p_row_template2=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
  • ', +'')) +,p_row_template_before_rows=>'
      ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'NOT_CONDITIONAL' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'NOT_CONDITIONAL' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_default_template_options=>'t-MediaList--showIcons:t-MediaList--showDesc' +,p_preset_template_options=>'t-MediaList--stack' +,p_reference_id=>2092157460408299055 +,p_translate_this_template=>'N' +,p_row_template_comment=>' (SELECT link_text, link_target, detail1, detail2, last_modified)' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/search_results +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31325744593047478) +,p_row_template_name=>'Search Results' +,p_internal_name=>'SEARCH_RESULTS' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'

    #SEARCH_TITLE#

    ', +'
    ', +'

    #SEARCH_DESC#

    ', +' #LABEL_01#: #VALUE_01#', +'
    ', +'
  • ')) +,p_row_template_condition1=>':LABEL_02 is null' +,p_row_template2=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'

    #SEARCH_TITLE#

    ', +'
    ', +'

    #SEARCH_DESC#

    ', +' #LABEL_01#: #VALUE_01#', +' #LABEL_02#: #VALUE_02#', +'
    ', +'
  • ')) +,p_row_template_condition2=>':LABEL_03 is null' +,p_row_template3=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'

    #SEARCH_TITLE#

    ', +'
    ', +'

    #SEARCH_DESC#

    ', +' #LABEL_01#: #VALUE_01#', +' #LABEL_02#: #VALUE_02#', +' #LABEL_03#: #VALUE_03#', +'
    ', +'
  • ')) +,p_row_template_condition3=>':LABEL_04 is null' +,p_row_template4=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'

    #SEARCH_TITLE#

    ', +'
    ', +'

    #SEARCH_DESC#

    ', +' #LABEL_01#: #VALUE_01#', +' #LABEL_02#: #VALUE_02#', +' #LABEL_03#: #VALUE_03#', +' #LABEL_04#: #VALUE_04#', +'
    ', +'
  • ')) +,p_row_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
      ')) +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#', +'
    ')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'NOT_CONDITIONAL' +,p_row_template_display_cond2=>'NOT_CONDITIONAL' +,p_row_template_display_cond3=>'NOT_CONDITIONAL' +,p_row_template_display_cond4=>'NOT_CONDITIONAL' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_reference_id=>4070913431524059316 +,p_translate_this_template=>'N' +,p_row_template_comment=>' (SELECT link_text, link_target, detail1, detail2, last_modified)' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/standard +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31325945190047479) +,p_row_template_name=>'Standard' +,p_internal_name=>'STANDARD' +,p_row_template1=>'#COLUMN_VALUE#' +,p_row_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +' #TOP_PAGINATION#', +'
    ', +' ')) +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +' ', +'
    ', +'
    ', +' ', +' #PAGINATION#', +'
    ', +'
    ')) +,p_row_template_before_first=>'' +,p_row_template_after_last=>'' +,p_row_template_type=>'GENERIC_COLUMNS' +,p_before_column_heading=>'' +,p_column_heading_template=>'#COLUMN_HEADER#' +,p_after_column_heading=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'')) +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_preset_template_options=>'t-Report--altRowsDefault:t-Report--rowHighlight' +,p_reference_id=>2537207537838287671 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/timeline +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31328587321047489) +,p_row_template_name=>'Timeline' +,p_internal_name=>'TIMELINE' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +'
    ', +'
    ', +' ', +'
    ', +' #USER_NAME#', +' #EVENT_DATE#', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +' ', +' #EVENT_TYPE#', +'
    ', +'
    ', +'
    ', +'

    #EVENT_TITLE#

    ', +'

    #EVENT_DESC#

    ', +'
    ', +'
    ', +'
    ', +'
  • ')) +,p_row_template_condition1=>':EVENT_LINK is null' +,p_row_template2=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' ', +'
    ', +' ', +'
    ', +' #USER_NAME#', +' #EVENT_DATE#', +'
    ', +'
    ', +'
    ', +'
    ', +'
    ', +' ', +' #EVENT_TYPE#', +'
    ', +'
    ', +'
    ', +'

    #EVENT_TITLE#

    ', +'

    #EVENT_DESC#

    ', +'
    ', +'
    ', +'
    ', +'
  • ')) +,p_row_template_before_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      ', +'')) +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'NOT_CONDITIONAL' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'NOT_CONDITIONAL' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_reference_id=>1513373588340069864 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/value_attribute_pairs_column +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31328974689047490) +,p_row_template_name=>'Value Attribute Pairs - Column' +,p_internal_name=>'VALUE_ATTRIBUTE_PAIRS_COLUMN' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    #COLUMN_HEADER#
    ', +'
    #COLUMN_VALUE#
    ')) +,p_row_template_before_rows=>'
    ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'GENERIC_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>6 +,p_preset_template_options=>'t-AVPList--leftAligned' +,p_reference_id=>2099068636272681754 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/report/value_attribute_pairs_row +begin +wwv_flow_imp_shared.create_row_template( + p_id=>wwv_flow_imp.id(31331125516047497) +,p_row_template_name=>'Value Attribute Pairs - Row' +,p_internal_name=>'VALUE_ATTRIBUTE_PAIRS_ROW' +,p_row_template1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #1#', +'
    ', +'
    ', +' #2#', +'
    ')) +,p_row_template_before_rows=>'
    ' +,p_row_template_after_rows=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'#PAGINATION#')) +,p_row_template_type=>'NAMED_COLUMNS' +,p_row_template_display_cond1=>'0' +,p_row_template_display_cond2=>'0' +,p_row_template_display_cond3=>'0' +,p_row_template_display_cond4=>'0' +,p_pagination_template=>'#TEXT#' +,p_next_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT#', +'')) +,p_previous_page_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS#', +'')) +,p_next_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_NEXT_SET#', +'')) +,p_previous_set_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #PAGINATION_PREVIOUS_SET#', +'')) +,p_theme_id=>42 +,p_theme_class_id=>7 +,p_preset_template_options=>'t-AVPList--leftAligned' +,p_reference_id=>2099068321678681753 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/hidden +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(31358389376047610) +,p_template_name=>'Hidden' +,p_internal_name=>'HIDDEN' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>'
    #ITEM_PRE_TEXT#' +,p_after_element=>'#ITEM_POST_TEXT##HELP_TEMPLATE#
    #INLINE_HELP_TEMPLATE##ERROR_TEMPLATE#
    ' +,p_help_link=>'' +,p_inline_help_text=>'#CURRENT_ITEM_INLINE_HELP_TEXT#' +,p_error_template=>'#ERROR_MESSAGE#' +,p_theme_id=>42 +,p_theme_class_id=>13 +,p_reference_id=>2039339104148359505 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/optional +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(31358410805047616) +,p_template_name=>'Optional' +,p_internal_name=>'OPTIONAL' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'', +'
    ', +'')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>'
    #ITEM_PRE_TEXT#' +,p_after_element=>'#ITEM_POST_TEXT##HELP_TEMPLATE#
    #INLINE_HELP_TEMPLATE##ERROR_TEMPLATE#
    ' +,p_help_link=>'' +,p_inline_help_text=>'#CURRENT_ITEM_INLINE_HELP_TEXT#' +,p_error_template=>'#ERROR_MESSAGE#' +,p_theme_id=>42 +,p_theme_class_id=>3 +,p_reference_id=>2317154212072806530 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/optional_above +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(31358533337047617) +,p_template_name=>'Optional - Above' +,p_internal_name=>'OPTIONAL_ABOVE' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #HELP_TEMPLATE#', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>'
    #ITEM_PRE_TEXT#' +,p_after_element=>'#ITEM_POST_TEXT#
    #INLINE_HELP_TEMPLATE##ERROR_TEMPLATE#
    ' +,p_help_link=>'' +,p_inline_help_text=>'#CURRENT_ITEM_INLINE_HELP_TEXT#' +,p_error_template=>'#ERROR_MESSAGE#' +,p_theme_id=>42 +,p_theme_class_id=>3 +,p_reference_id=>3030114864004968404 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/optional_floating +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(31358608630047617) +,p_template_name=>'Optional - Floating' +,p_internal_name=>'OPTIONAL_FLOATING' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>'
    #ITEM_PRE_TEXT#' +,p_after_element=>'#ITEM_POST_TEXT##HELP_TEMPLATE#
    #INLINE_HELP_TEMPLATE##ERROR_TEMPLATE#
    ' +,p_help_link=>'' +,p_inline_help_text=>'#CURRENT_ITEM_INLINE_HELP_TEXT#' +,p_error_template=>'#ERROR_MESSAGE#' +,p_theme_id=>42 +,p_theme_class_id=>3 +,p_reference_id=>1607675164727151865 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/required +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(31358704193047618) +,p_template_name=>'Required' +,p_internal_name=>'REQUIRED' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' ', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #ITEM_PRE_TEXT#')) +,p_after_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#ITEM_POST_TEXT##HELP_TEMPLATE#', +'
    ', +'
    ', +' #ERROR_TEMPLATE#', +' ', +'
    ', +' #INLINE_HELP_TEMPLATE#', +'
    ')) +,p_help_link=>'' +,p_inline_help_text=>'
    #CURRENT_ITEM_INLINE_HELP_TEXT#
    ' +,p_error_template=>'
    #ERROR_MESSAGE#
    ' +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_reference_id=>2525313812251712801 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/required_above +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(31359466136047621) +,p_template_name=>'Required - Above' +,p_internal_name=>'REQUIRED_ABOVE' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' #HELP_TEMPLATE#', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #ITEM_PRE_TEXT#')) +,p_after_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#ITEM_POST_TEXT#
    ', +'
    ', +' #ERROR_TEMPLATE#', +' ', +'
    ', +' #INLINE_HELP_TEMPLATE#', +'
    ', +'')) +,p_help_link=>'' +,p_inline_help_text=>'
    #CURRENT_ITEM_INLINE_HELP_TEXT#
    ' +,p_error_template=>'
    #ERROR_MESSAGE#
    ' +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_reference_id=>3030115129444970113 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/label/required_floating +begin +wwv_flow_imp_shared.create_field_template( + p_id=>wwv_flow_imp.id(31359925708047623) +,p_template_name=>'Required - Floating' +,p_internal_name=>'REQUIRED_FLOATING' +,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' ', +'
    ')) +,p_before_item=>'
    ' +,p_after_item=>'
    ' +,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' +,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' +,p_before_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +' ', +'
    #ITEM_PRE_TEXT#')) +,p_after_element=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#ITEM_POST_TEXT##HELP_TEMPLATE#', +'
    ', +'
    ', +' #ERROR_TEMPLATE#', +' ', +'
    ', +' #INLINE_HELP_TEMPLATE#', +'
    ')) +,p_help_link=>'' +,p_inline_help_text=>'
    #CURRENT_ITEM_INLINE_HELP_TEXT#
    ' +,p_error_template=>'
    #ERROR_MESSAGE#
    ' +,p_theme_id=>42 +,p_theme_class_id=>4 +,p_reference_id=>1607675344320152883 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/breadcrumb/breadcrumb +begin +wwv_flow_imp_shared.create_menu_template( + p_id=>wwv_flow_imp.id(31362788395047645) +,p_name=>'Breadcrumb' +,p_internal_name=>'BREADCRUMB' +,p_before_first=>'
      ' +,p_current_page_option=>'
    • #NAME#

    • ' +,p_non_current_page_option=>'
    • #NAME#
    • ' +,p_after_last=>'
    ' +,p_max_levels=>6 +,p_start_with_node=>'PARENT_TO_LEAF' +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_reference_id=>4070916542570059325 +,p_translate_this_template=>'N' +); +end; +/ +prompt --application/shared_components/user_interface/templates/popuplov +begin +wwv_flow_imp_shared.create_popup_lov_template( + p_id=>wwv_flow_imp.id(31362968082047662) +,p_page_name=>'winlov' +,p_page_title=>'Search Dialog' +,p_page_html_head=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'', +'', +'#TITLE#', +'#APEX_CSS#', +'#THEME_CSS#', +'#THEME_STYLE_CSS#', +'#FAVICONS#', +'#APEX_JAVASCRIPT#', +'#THEME_JAVASCRIPT#', +'', +'')) +,p_page_body_attr=>'class="t-Page t-Page--popupLOV"' +,p_before_field_text=>'
    ' +,p_filter_width=>'20' +,p_filter_max_width=>'100' +,p_filter_text_attr=>'class="apex-item-text" autofocus' +,p_find_button_text=>'Search' +,p_find_button_attr=>'class="t-Button t-Button--hot t-Button--padLeft"' +,p_close_button_text=>'Close' +,p_close_button_attr=>'class="t-Button u-pullRight"' +,p_next_button_text=>'Next >' +,p_next_button_attr=>'class="t-Button t-PopupLOV-button"' +,p_prev_button_text=>'< Previous' +,p_prev_button_attr=>'class="t-Button t-PopupLOV-button"' +,p_after_field_text=>'
    ' +,p_scrollbars=>'1' +,p_resizable=>'1' +,p_width=>'380' +,p_result_row_x_of_y=>'
    Row(s) #FIRST_ROW# - #LAST_ROW#
    ' +,p_result_rows_per_pg=>100 +,p_before_result_set=>'' +); +end; +/ +prompt --application/shared_components/user_interface/templates/calendar/calendar +begin +wwv_flow_imp_shared.create_calendar_template( + p_id=>wwv_flow_imp.id(31362871055047651) +,p_cal_template_name=>'Calendar' +,p_internal_name=>'CALENDAR' +,p_day_of_week_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #IDAY#', +' ', +'')) +,p_month_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #IMONTH# #YYYY#

    ')) +,p_month_open_format=>'' +,p_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ', +'')) +,p_day_title_format=>'#DD#' +,p_day_open_format=>'#TITLE_FORMAT#
    #DATA#
    ' +,p_day_close_format=>'' +,p_today_open_format=>'#TITLE_FORMAT#
    #DATA#
    ' +,p_weekend_title_format=>'#DD#' +,p_weekend_open_format=>'#TITLE_FORMAT#
    #DATA#
    ' +,p_weekend_close_format=>'' +,p_nonday_title_format=>'#DD#' +,p_nonday_open_format=>'' +,p_nonday_close_format=>'' +,p_week_open_format=>'' +,p_week_close_format=>' ' +,p_daily_title_format=>'' +,p_daily_close_format=>'' +,p_weekly_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #WTITLE#

    ')) +,p_weekly_day_of_week_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ')) +,p_weekly_month_open_format=>'
    #IMONTH# #DD#, #YYYY#
    ' +,p_daily_open_format=>'
    ', +' #DD# #IDAY#', +' ', +'
    ' +,p_weekly_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ')) +,p_weekly_day_open_format=>'
    ' +,p_weekly_day_close_format=>'
    ' +,p_weekly_today_open_format=>'
    ' +,p_weekly_weekend_open_format=>'
    ' +,p_weekly_weekend_close_format=>'
    ' +,p_weekly_time_open_format=>'' +,p_weekly_time_close_format=>'' +,p_weekly_time_title_format=>'#TIME#' +,p_weekly_hour_open_format=>'' +,p_weekly_hour_close_format=>'' +,p_daily_day_of_week_format=>'#IDAY#' +,p_daily_month_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #IMONTH# #DD#, #YYYY#

    ')) +,p_daily_month_open_format=>'' +,p_daily_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ')) +,p_daily_day_open_format=>'
    ' +,p_daily_day_close_format=>'
    ' +,p_daily_today_open_format=>'
    ' +,p_daily_time_open_format=>'' +,p_daily_time_close_format=>'' +,p_daily_time_title_format=>'#TIME#' +,p_daily_hour_open_format=>'' +,p_daily_hour_close_format=>'' +,p_cust_month_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #IMONTH# #YYYY#

    ')) +,p_cust_day_of_week_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #IDAY#', +' ', +'')) +,p_cust_month_open_format=>'' +,p_cust_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ')) +,p_cust_week_open_format=>'' +,p_cust_week_close_format=>' ' +,p_cust_day_title_format=>'#DD#' +,p_cust_day_open_format=>'' +,p_cust_day_close_format=>'' +,p_cust_today_open_format=>'' +,p_cust_nonday_title_format=>'#DD#' +,p_cust_nonday_open_format=>'' +,p_cust_nonday_close_format=>'' +,p_cust_weekend_title_format=>'#DD#' +,p_cust_weekend_open_format=>'' +,p_cust_weekend_close_format=>'' +,p_cust_hour_open_format=>'' +,p_cust_hour_close_format=>'' +,p_cust_time_title_format=>'#TIME#' +,p_cust_time_open_format=>'' +,p_cust_time_close_format=>'' +,p_cust_wk_month_title_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'

    #WTITLE#

    ')) +,p_cust_wk_day_of_week_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +' #DD# #IDAY#', +' ', +'')) +,p_cust_wk_month_open_format=>'' +,p_cust_wk_month_close_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    ')) +,p_cust_wk_week_open_format=>'' +,p_cust_wk_week_close_format=>' ' +,p_cust_wk_day_open_format=>'
    ' +,p_cust_wk_day_close_format=>'
    ' +,p_cust_wk_today_open_format=>'
    ' +,p_cust_wk_weekend_open_format=>'' +,p_cust_wk_weekend_close_format=>'' +,p_agenda_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
    ', +'
    #IMONTH# #YYYY#
    ', +'
      ', +' #DAYS#', +'
    ', +'
    ')) +,p_agenda_past_day_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #IDAY##IMONTH# #DD#', +'
  • ')) +,p_agenda_today_day_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #IDAY##IMONTH# #DD#', +'
  • ')) +,p_agenda_future_day_format=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • ', +' #IDAY##IMONTH# #DD#', +'
  • ')) +,p_agenda_past_entry_format=>'
  • #DATA#
  • ' +,p_agenda_today_entry_format=>'
  • #DATA#
  • ' +,p_agenda_future_entry_format=>'
  • #DATA#
  • ' +,p_month_data_format=>'#DAYS#' +,p_month_data_entry_format=>'#DATA#' +,p_theme_id=>42 +,p_theme_class_id=>1 +,p_reference_id=>4070916747979059326 +); +end; +/ +prompt --application/shared_components/user_interface/themes +begin +wwv_flow_imp_shared.create_theme( + p_id=>wwv_flow_imp.id(31451121664048259) +,p_theme_id=>42 +,p_theme_name=>'Universal Theme' +,p_theme_internal_name=>'UNIVERSAL_THEME' +,p_version_identifier=>'24.1' +,p_navigation_type=>'L' +,p_nav_bar_type=>'LIST' +,p_reference_id=>4070917134413059350 +,p_is_locked=>false +,p_default_page_template=>wwv_flow_imp.id(31210869918047080) +,p_default_dialog_template=>wwv_flow_imp.id(31205670429047062) +,p_error_template=>wwv_flow_imp.id(31195615249047033) +,p_printer_friendly_template=>wwv_flow_imp.id(31210869918047080) +,p_breadcrumb_display_point=>'REGION_POSITION_01' +,p_sidebar_display_point=>'REGION_POSITION_02' +,p_login_template=>wwv_flow_imp.id(31195615249047033) +,p_default_button_template=>wwv_flow_imp.id(31361189940047637) +,p_default_region_template=>wwv_flow_imp.id(31287510711047348) +,p_default_chart_template=>wwv_flow_imp.id(31287510711047348) +,p_default_form_template=>wwv_flow_imp.id(31287510711047348) +,p_default_reportr_template=>wwv_flow_imp.id(31287510711047348) +,p_default_tabform_template=>wwv_flow_imp.id(31287510711047348) +,p_default_wizard_template=>wwv_flow_imp.id(31287510711047348) +,p_default_menur_template=>wwv_flow_imp.id(31299982287047385) +,p_default_listr_template=>wwv_flow_imp.id(31287510711047348) +,p_default_irr_template=>wwv_flow_imp.id(31277749952047319) +,p_default_report_template=>wwv_flow_imp.id(31325945190047479) +,p_default_label_template=>wwv_flow_imp.id(31358608630047617) +,p_default_menu_template=>wwv_flow_imp.id(31362788395047645) +,p_default_calendar_template=>wwv_flow_imp.id(31362871055047651) +,p_default_list_template=>wwv_flow_imp.id(31342577477047550) +,p_default_nav_list_template=>wwv_flow_imp.id(31354380661047595) +,p_default_top_nav_list_temp=>wwv_flow_imp.id(31354380661047595) +,p_default_side_nav_list_temp=>wwv_flow_imp.id(31348939739047576) +,p_default_nav_list_position=>'SIDE' +,p_default_dialogbtnr_template=>wwv_flow_imp.id(31223789889047135) +,p_default_dialogr_template=>wwv_flow_imp.id(31220977248047127) +,p_default_option_label=>wwv_flow_imp.id(31358608630047617) +,p_default_required_label=>wwv_flow_imp.id(31359925708047623) +,p_default_navbar_list_template=>wwv_flow_imp.id(31348512523047574) +,p_file_prefix => nvl(wwv_flow_application_install.get_static_theme_file_prefix(42),'#APEX_FILES#themes/theme_42/24.1/') +,p_files_version=>64 +,p_icon_library=>'FONTAPEX' +,p_javascript_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.stickyWidget#MIN#.js?v=#APEX_VERSION#', +'#THEME_FILES#js/theme42#MIN#.js?v=#APEX_VERSION#')) +,p_css_file_urls=>'#THEME_FILES#css/Core#MIN#.css?v=#APEX_VERSION#' +); +end; +/ +prompt --application/shared_components/user_interface/theme_style +begin +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(31450106828048245) +,p_theme_id=>42 +,p_name=>'Vita - Red' +,p_is_current=>false +,p_is_public=>true +,p_is_accessible=>false +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita-Red.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita-Red#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>1938457712423918173 +); +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(31450340297048246) +,p_theme_id=>42 +,p_name=>'Redwood Light' +,p_css_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2( +'#APEX_FILES#libraries/oracle-fonts/oraclesans-apex#MIN#.css?v=#APEX_VERSION#', +'#THEME_FILES#css/Redwood#MIN#.css?v=#APEX_VERSION#')) +,p_is_current=>false +,p_is_public=>true +,p_is_accessible=>false +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Redwood-Theme.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Redwood-Theme#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>2596426436825065489 +); +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(31450553532048246) +,p_theme_id=>42 +,p_name=>'Vita' +,p_is_current=>false +,p_is_public=>true +,p_is_accessible=>true +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>2719875314571594493 +); +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(31450707110048247) +,p_theme_id=>42 +,p_name=>'Vita - Slate' +,p_is_current=>false +,p_is_public=>true +,p_is_accessible=>false +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita-Slate.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita-Slate#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>3291983347983194966 +); +wwv_flow_imp_shared.create_theme_style( + p_id=>wwv_flow_imp.id(31450899042048247) +,p_theme_id=>42 +,p_name=>'Vita - Dark' +,p_is_current=>true +,p_is_public=>true +,p_is_accessible=>false +,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita-Dark.less' +,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita-Dark#MIN#.css?v=#APEX_VERSION#' +,p_theme_roller_read_only=>true +,p_reference_id=>3543348412015319650 +); +end; +/ +prompt --application/shared_components/user_interface/theme_files +begin +null; +end; +/ +prompt --application/shared_components/user_interface/template_opt_groups +begin +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31186475717047002) +,p_theme_id=>42 +,p_name=>'PAGE_POSITION' +,p_display_name=>'Position' +,p_display_sequence=>1 +,p_template_types=>'PAGE' +,p_help_text=>'Sets the position of the page.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31187058081047006) +,p_theme_id=>42 +,p_name=>'DIALOG_SIZE' +,p_display_name=>'Size' +,p_display_sequence=>1 +,p_template_types=>'PAGE' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31197119847047038) +,p_theme_id=>42 +,p_name=>'PAGE_BACKGROUND' +,p_display_name=>'Page Background' +,p_display_sequence=>20 +,p_template_types=>'PAGE' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31197583057047039) +,p_theme_id=>42 +,p_name=>'PAGE_LAYOUT' +,p_display_name=>'Page Layout' +,p_display_sequence=>10 +,p_template_types=>'PAGE' +,p_null_text=>'Floating (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31217816141047116) +,p_theme_id=>42 +,p_name=>'ALERT_DISPLAY' +,p_display_name=>'Alert Display' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the layout of the Alert Region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31218490808047118) +,p_theme_id=>42 +,p_name=>'ALERT_TYPE' +,p_display_name=>'Alert Type' +,p_display_sequence=>3 +,p_template_types=>'REGION' +,p_help_text=>'Sets the type of alert which can be used to determine the icon, icon color, and the background color.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31219692635047123) +,p_theme_id=>42 +,p_name=>'ALERT_ICONS' +,p_display_name=>'Alert Icons' +,p_display_sequence=>2 +,p_template_types=>'REGION' +,p_help_text=>'Sets how icons are handled for the Alert Region.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31220046886047124) +,p_theme_id=>42 +,p_name=>'ALERT_TITLE' +,p_display_name=>'Alert Title' +,p_display_sequence=>40 +,p_template_types=>'REGION' +,p_help_text=>'Determines how the title of the alert is displayed.' +,p_null_text=>'Visible - Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31226753679047143) +,p_theme_id=>42 +,p_name=>'STYLE' +,p_display_name=>'Style' +,p_display_sequence=>40 +,p_template_types=>'REGION' +,p_help_text=>'Determines how the region is styled. Use the "Remove Borders" template option to remove the region''s borders and shadows.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31227358523047144) +,p_theme_id=>42 +,p_name=>'BODY_PADDING' +,p_display_name=>'Body Padding' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the Region Body padding for the region.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31233910760047164) +,p_theme_id=>42 +,p_name=>'TIMER' +,p_display_name=>'Timer' +,p_display_sequence=>2 +,p_template_types=>'REGION' +,p_help_text=>'Sets the timer for when to automatically navigate to the next region within the Carousel Region.' +,p_null_text=>'No Timer' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31234939287047167) +,p_theme_id=>42 +,p_name=>'BODY_HEIGHT' +,p_display_name=>'Body Height' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_help_text=>'Sets the Region Body height. You can also specify a custom height by modifying the Region''s CSS Classes and using the height helper classes "i-hXXX" where XXX is any increment of 10 from 100 to 800.' +,p_null_text=>'Auto - Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31235902533047172) +,p_theme_id=>42 +,p_name=>'ACCENT' +,p_display_name=>'Accent' +,p_display_sequence=>30 +,p_template_types=>'REGION' +,p_help_text=>'Set the Region''s accent. This accent corresponds to a Theme-Rollable color and sets the background of the Region''s Header.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31237150580047177) +,p_theme_id=>42 +,p_name=>'HEADER' +,p_display_name=>'Header' +,p_display_sequence=>20 +,p_template_types=>'REGION' +,p_help_text=>'Determines the display of the Region Header which also contains the Region Title.' +,p_null_text=>'Visible - Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31237540081047178) +,p_theme_id=>42 +,p_name=>'BODY_OVERFLOW' +,p_display_name=>'Body Overflow' +,p_display_sequence=>2 +,p_template_types=>'REGION' +,p_help_text=>'Determines the scroll behavior when the region contents are larger than their container.' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31238962954047184) +,p_theme_id=>42 +,p_name=>'ANIMATION' +,p_display_name=>'Animation' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_help_text=>'Sets the animation when navigating within the Carousel Region.' +,p_null_text=>'Fade' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31243140009047198) +,p_theme_id=>42 +,p_name=>'COLLAPSIBLE_BUTTON_ICONS' +,p_display_name=>'Collapsible Button Icons' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Determines which arrows to use to represent the icons for the collapse and expand button.' +,p_null_text=>'Arrows' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31243596357047200) +,p_theme_id=>42 +,p_name=>'COLLAPSIBLE_ICON_POSITION' +,p_display_name=>'Collapsible Icon Position' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Determines the position of the expand and collapse toggle for the region.' +,p_null_text=>'Start' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31248905259047222) +,p_theme_id=>42 +,p_name=>'DEFAULT_STATE' +,p_display_name=>'Default State' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the default state of the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31252392786047232) +,p_theme_id=>42 +,p_name=>'HEADING_FONT' +,p_display_name=>'Heading Font' +,p_display_sequence=>100 +,p_template_types=>'REGION' +,p_help_text=>'Sets the font-family of the heading for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31252747527047233) +,p_theme_id=>42 +,p_name=>'REGION_TITLE' +,p_display_name=>'Region Title' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the source of the Title Bar region''s title.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31253785248047239) +,p_theme_id=>42 +,p_name=>'BODY_STYLE' +,p_display_name=>'Body Style' +,p_display_sequence=>20 +,p_template_types=>'REGION' +,p_help_text=>'Controls the display of the region''s body container.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31256033446047246) +,p_theme_id=>42 +,p_name=>'ICON_SHAPE' +,p_display_name=>'Icon Shape' +,p_display_sequence=>60 +,p_template_types=>'REGION' +,p_help_text=>'Determines the shape of the icon.' +,p_null_text=>'Rounded Corners' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31257264692047251) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICON' +,p_display_name=>'Display Icon' +,p_display_sequence=>50 +,p_template_types=>'REGION' +,p_help_text=>'Display the Hero Region icon.' +,p_null_text=>'Yes (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31258671642047255) +,p_theme_id=>42 +,p_name=>'IMAGE_RATIO' +,p_display_name=>'Ratio' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31259859785047259) +,p_theme_id=>42 +,p_name=>'IMAGE_SCALE' +,p_display_name=>'Scale' +,p_display_sequence=>20 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31260836239047262) +,p_theme_id=>42 +,p_name=>'IMAGE_SHAPE' +,p_display_name=>'Shape' +,p_display_sequence=>30 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31261878259047268) +,p_theme_id=>42 +,p_name=>'IMAGE_FILTER' +,p_display_name=>'Filter' +,p_display_sequence=>40 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31265891040047282) +,p_theme_id=>42 +,p_name=>'DIALOG_SIZE' +,p_display_name=>'Size' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31271034476047298) +,p_theme_id=>42 +,p_name=>'REGION_POSITION' +,p_display_name=>'Position' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'Sets the position of the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31276487753047314) +,p_theme_id=>42 +,p_name=>'CALLOUT_POSITION' +,p_display_name=>'Callout Position' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_help_text=>'Determines where the callout for the popup will be positioned relative to its parent.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31281437129047329) +,p_theme_id=>42 +,p_name=>'ALIGNMENT' +,p_display_name=>'Alignment' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_help_text=>'This sets the vertical alignment of the region.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31284132339047337) +,p_theme_id=>42 +,p_name=>'LOGIN_HEADER' +,p_display_name=>'Login Header' +,p_display_sequence=>10 +,p_template_types=>'REGION' +,p_help_text=>'Controls the display of the Login region header.' +,p_null_text=>'Icon and Title (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31286030296047343) +,p_theme_id=>42 +,p_name=>'RESULT_APPEARANCE' +,p_display_name=>'Result Appearance' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31286672626047345) +,p_theme_id=>42 +,p_name=>'ICON_SIZE' +,p_display_name=>'Icon Size' +,p_display_sequence=>3 +,p_template_types=>'REGION' +,p_null_text=>'Initial' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31298405181047381) +,p_theme_id=>42 +,p_name=>'LAYOUT' +,p_display_name=>'Layout' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31298820794047382) +,p_theme_id=>42 +,p_name=>'TAB_STYLE' +,p_display_name=>'Tab Style' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31299437052047384) +,p_theme_id=>42 +,p_name=>'TABS_SIZE' +,p_display_name=>'Tabs Size' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31307052381047404) +,p_theme_id=>42 +,p_name=>'HIDE_STEPS_FOR' +,p_display_name=>'Hide Steps For' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31308219770047420) +,p_theme_id=>42 +,p_name=>'STYLE' +,p_display_name=>'Style' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the overall style for the component.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31308830089047422) +,p_theme_id=>42 +,p_name=>'BADGE_SIZE' +,p_display_name=>'Badge Size' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31310025303047425) +,p_theme_id=>42 +,p_name=>'LAYOUT' +,p_display_name=>'Layout' +,p_display_sequence=>30 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the layout of Cards in the report.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31312444117047433) +,p_theme_id=>42 +,p_name=>'ICON_SHAPE' +,p_display_name=>'Icon Shape' +,p_display_sequence=>60 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the shape of the icon.' +,p_null_text=>'Circle' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31313012548047435) +,p_theme_id=>42 +,p_name=>'ANIMATION' +,p_display_name=>'Animation' +,p_display_sequence=>70 +,p_template_types=>'REPORT' +,p_help_text=>'Sets the hover and focus animation.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31314881035047441) +,p_theme_id=>42 +,p_name=>'BODY_TEXT' +,p_display_name=>'Body Text' +,p_display_sequence=>40 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the height of the card body.' +,p_null_text=>'Auto' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31315889783047444) +,p_theme_id=>42 +,p_name=>'ICONS' +,p_display_name=>'Icons' +,p_display_sequence=>20 +,p_template_types=>'REPORT' +,p_help_text=>'Controls how to handle icons in the report.' +,p_null_text=>'No Icons' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31317812638047451) +,p_theme_id=>42 +,p_name=>'COMMENTS_STYLE' +,p_display_name=>'Comments Style' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_help_text=>'Determines the style in which comments are displayed.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31318600245047454) +,p_theme_id=>42 +,p_name=>'COL_CONTENT_TITLE' +,p_display_name=>'Title' +,p_display_sequence=>120 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31319083204047455) +,p_theme_id=>42 +,p_name=>'COL_SELECTION' +,p_display_name=>'Selection' +,p_display_sequence=>100 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31319490575047456) +,p_theme_id=>42 +,p_name=>'COL_ICON' +,p_display_name=>'Icon' +,p_display_sequence=>110 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31319869067047458) +,p_theme_id=>42 +,p_name=>'COL_CONTENT_DESCRIPTION' +,p_display_name=>'Description' +,p_display_sequence=>130 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31320225305047459) +,p_theme_id=>42 +,p_name=>'COL_MISC' +,p_display_name=>'Misc' +,p_display_sequence=>140 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31320610492047460) +,p_theme_id=>42 +,p_name=>'COL_ACTIONS' +,p_display_name=>'Actions' +,p_display_sequence=>150 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31321064769047461) +,p_theme_id=>42 +,p_name=>'CONTENT_ALIGNMENT' +,p_display_name=>'Content Alignment' +,p_display_sequence=>90 +,p_template_types=>'REPORT' +,p_null_text=>'Center (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31322004297047465) +,p_theme_id=>42 +,p_name=>'DISPLAY_ITEMS' +,p_display_name=>'Display Items' +,p_display_sequence=>20 +,p_template_types=>'REPORT' +,p_null_text=>'Inline (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31322494129047466) +,p_theme_id=>42 +,p_name=>'DISPLAY_LABELS' +,p_display_name=>'Display Labels' +,p_display_sequence=>30 +,p_template_types=>'REPORT' +,p_null_text=>'Inline (Default)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31323454816047470) +,p_theme_id=>42 +,p_name=>'SIZE' +,p_display_name=>'Size' +,p_display_sequence=>35 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31326247712047481) +,p_theme_id=>42 +,p_name=>'REPORT_BORDER' +,p_display_name=>'Report Border' +,p_display_sequence=>30 +,p_template_types=>'REPORT' +,p_help_text=>'Controls the display of the Report''s borders.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31327017286047483) +,p_theme_id=>42 +,p_name=>'ALTERNATING_ROWS' +,p_display_name=>'Alternating Rows' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_help_text=>'Shades alternate rows in the report with slightly different background colors.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31328060212047487) +,p_theme_id=>42 +,p_name=>'ROW_HIGHLIGHTING' +,p_display_name=>'Row Highlighting' +,p_display_sequence=>20 +,p_template_types=>'REPORT' +,p_help_text=>'Determines whether you want the row to be highlighted on hover.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31329896644047493) +,p_theme_id=>42 +,p_name=>'LABEL_WIDTH' +,p_display_name=>'Label Width' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31333469453047520) +,p_theme_id=>42 +,p_name=>'STYLE' +,p_display_name=>'Style' +,p_display_sequence=>10 +,p_template_types=>'LIST' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31334085454047522) +,p_theme_id=>42 +,p_name=>'LAYOUT' +,p_display_name=>'Layout' +,p_display_sequence=>30 +,p_template_types=>'LIST' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31335851511047528) +,p_theme_id=>42 +,p_name=>'BADGE_SIZE' +,p_display_name=>'Badge Size' +,p_display_sequence=>70 +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31337659204047534) +,p_theme_id=>42 +,p_name=>'ICON_SHAPE' +,p_display_name=>'Icon Shape' +,p_display_sequence=>60 +,p_template_types=>'LIST' +,p_help_text=>'Determines the shape of the icon.' +,p_null_text=>'Circle' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31338487549047537) +,p_theme_id=>42 +,p_name=>'ANIMATION' +,p_display_name=>'Animation' +,p_display_sequence=>80 +,p_template_types=>'LIST' +,p_help_text=>'Sets the hover and focus animation.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31340842392047545) +,p_theme_id=>42 +,p_name=>'ICONS' +,p_display_name=>'Icons' +,p_display_sequence=>20 +,p_template_types=>'LIST' +,p_null_text=>'No Icons' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31341441364047546) +,p_theme_id=>42 +,p_name=>'BODY_TEXT' +,p_display_name=>'Body Text' +,p_display_sequence=>40 +,p_template_types=>'LIST' +,p_help_text=>'Determines the height of the card body.' +,p_null_text=>'Auto' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31342849330047551) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICONS' +,p_display_name=>'Display Icons' +,p_display_sequence=>30 +,p_template_types=>'LIST' +,p_null_text=>'No Icons' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31346054661047564) +,p_theme_id=>42 +,p_name=>'SIZE' +,p_display_name=>'Size' +,p_display_sequence=>1 +,p_template_types=>'LIST' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31349798798047580) +,p_theme_id=>42 +,p_name=>'COLLAPSE_STYLE' +,p_display_name=>'Collapse Mode' +,p_display_sequence=>30 +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31355659206047600) +,p_theme_id=>42 +,p_name=>'DESKTOP' +,p_display_name=>'Desktop' +,p_display_sequence=>90 +,p_template_types=>'LIST' +,p_help_text=>'Determines the display for a desktop-sized screen' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31356446897047603) +,p_theme_id=>42 +,p_name=>'MOBILE' +,p_display_name=>'Mobile' +,p_display_sequence=>100 +,p_template_types=>'LIST' +,p_help_text=>'Determines the display for a mobile-sized screen' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31357683769047607) +,p_theme_id=>42 +,p_name=>'LABEL_DISPLAY' +,p_display_name=>'Label Display' +,p_display_sequence=>50 +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31358899556047619) +,p_theme_id=>42 +,p_name=>'REQUIRED_INDICATOR' +,p_display_name=>'Required Indicator' +,p_display_sequence=>1 +,p_template_types=>'FIELD' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31360692804047635) +,p_theme_id=>42 +,p_name=>'ICON_HOVER_ANIMATION' +,p_display_name=>'Icon Hover Animation' +,p_display_sequence=>55 +,p_template_types=>'BUTTON' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31362200474047641) +,p_theme_id=>42 +,p_name=>'ICON_POSITION' +,p_display_name=>'Icon Position' +,p_display_sequence=>50 +,p_template_types=>'BUTTON' +,p_help_text=>'Sets the position of the icon relative to the label.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31451380318048261) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL' +,p_display_name=>'Heading Level' +,p_display_sequence=>1 +,p_template_types=>'REGION' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31452785283048267) +,p_theme_id=>42 +,p_name=>'BOTTOM_MARGIN' +,p_display_name=>'Bottom Margin' +,p_display_sequence=>220 +,p_template_types=>'FIELD' +,p_help_text=>'Set the bottom margin for this field.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31453110590048269) +,p_theme_id=>42 +,p_name=>'REGION_BOTTOM_MARGIN' +,p_display_name=>'Bottom Margin' +,p_display_sequence=>210 +,p_template_types=>'REGION' +,p_help_text=>'Set the bottom margin for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31454786796048274) +,p_theme_id=>42 +,p_name=>'LEFT_MARGIN' +,p_display_name=>'Left Margin' +,p_display_sequence=>220 +,p_template_types=>'FIELD' +,p_help_text=>'Set the left margin for this field.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31455157742048276) +,p_theme_id=>42 +,p_name=>'REGION_LEFT_MARGIN' +,p_display_name=>'Left Margin' +,p_display_sequence=>220 +,p_template_types=>'REGION' +,p_help_text=>'Set the left margin for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31456792703048281) +,p_theme_id=>42 +,p_name=>'RIGHT_MARGIN' +,p_display_name=>'Right Margin' +,p_display_sequence=>230 +,p_template_types=>'FIELD' +,p_help_text=>'Set the right margin for this field.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31457140988048282) +,p_theme_id=>42 +,p_name=>'REGION_RIGHT_MARGIN' +,p_display_name=>'Right Margin' +,p_display_sequence=>230 +,p_template_types=>'REGION' +,p_help_text=>'Set the right margin for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31458775703048288) +,p_theme_id=>42 +,p_name=>'TOP_MARGIN' +,p_display_name=>'Top Margin' +,p_display_sequence=>200 +,p_template_types=>'FIELD' +,p_help_text=>'Set the top margin for this field.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31459181256048289) +,p_theme_id=>42 +,p_name=>'REGION_TOP_MARGIN' +,p_display_name=>'Top Margin' +,p_display_sequence=>200 +,p_template_types=>'REGION' +,p_help_text=>'Set the top margin for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31460758435048294) +,p_theme_id=>42 +,p_name=>'TYPE' +,p_display_name=>'Type' +,p_display_sequence=>20 +,p_template_types=>'BUTTON' +,p_null_text=>'Normal' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31461152070048296) +,p_theme_id=>42 +,p_name=>'SPACING_BOTTOM' +,p_display_name=>'Spacing Bottom' +,p_display_sequence=>100 +,p_template_types=>'BUTTON' +,p_help_text=>'Controls the spacing to the bottom of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31461538297048297) +,p_theme_id=>42 +,p_name=>'SPACING_LEFT' +,p_display_name=>'Spacing Left' +,p_display_sequence=>70 +,p_template_types=>'BUTTON' +,p_help_text=>'Controls the spacing to the left of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31461941428048298) +,p_theme_id=>42 +,p_name=>'SPACING_RIGHT' +,p_display_name=>'Spacing Right' +,p_display_sequence=>80 +,p_template_types=>'BUTTON' +,p_help_text=>'Controls the spacing to the right of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31462381549048300) +,p_theme_id=>42 +,p_name=>'SPACING_TOP' +,p_display_name=>'Spacing Top' +,p_display_sequence=>90 +,p_template_types=>'BUTTON' +,p_help_text=>'Controls the spacing to the top of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31462737991048301) +,p_theme_id=>42 +,p_name=>'SIZE' +,p_display_name=>'Size' +,p_display_sequence=>10 +,p_template_types=>'BUTTON' +,p_help_text=>'Sets the size of the button.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31463190100048302) +,p_theme_id=>42 +,p_name=>'STYLE' +,p_display_name=>'Style' +,p_display_sequence=>30 +,p_template_types=>'BUTTON' +,p_help_text=>'Sets the style of the button. Use the "Simple" option for secondary actions or sets of buttons. Use the "Remove UI Decoration" option to make the button appear as text.' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31464578919048310) +,p_theme_id=>42 +,p_name=>'BUTTON_SET' +,p_display_name=>'Button Set' +,p_display_sequence=>40 +,p_template_types=>'BUTTON' +,p_help_text=>'Enables you to group many buttons together into a pill. You can use this option to specify where the button is within this set. Set the option to Default if this button is not part of a button set.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31465900302048314) +,p_theme_id=>42 +,p_name=>'WIDTH' +,p_display_name=>'Width' +,p_display_sequence=>60 +,p_template_types=>'BUTTON' +,p_help_text=>'Sets the width of the button.' +,p_null_text=>'Auto - Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31467121041048318) +,p_theme_id=>42 +,p_name=>'LABEL_POSITION' +,p_display_name=>'Label Position' +,p_display_sequence=>140 +,p_template_types=>'REGION' +,p_help_text=>'Sets the position of the label relative to the form item.' +,p_null_text=>'Inline - Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31467516135048320) +,p_theme_id=>42 +,p_name=>'ITEM_SIZE' +,p_display_name=>'Item Size' +,p_display_sequence=>110 +,p_template_types=>'REGION' +,p_help_text=>'Sets the size of the form items within this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31467908206048321) +,p_theme_id=>42 +,p_name=>'LABEL_ALIGNMENT' +,p_display_name=>'Label Alignment' +,p_display_sequence=>130 +,p_template_types=>'REGION' +,p_help_text=>'Set the label text alignment for items within this region.' +,p_null_text=>'Right' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31468359822048322) +,p_theme_id=>42 +,p_name=>'ITEM_PADDING' +,p_display_name=>'Item Spacing' +,p_display_sequence=>100 +,p_template_types=>'REGION' +,p_help_text=>'Sets the padding around items within this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31469174993048325) +,p_theme_id=>42 +,p_name=>'ITEM_WIDTH' +,p_display_name=>'Item Width' +,p_display_sequence=>120 +,p_template_types=>'REGION' +,p_help_text=>'Sets the width of the form items within this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31469701436048327) +,p_theme_id=>42 +,p_name=>'DISPLAY_TEXT_STYLE' +,p_display_name=>'Display Text Style' +,p_display_sequence=>400 +,p_template_types=>'FIELD' +,p_help_text=>'Determines the display style for Display Only & Read Only display items.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31470135177048329) +,p_theme_id=>42 +,p_name=>'SIZE' +,p_display_name=>'Size' +,p_display_sequence=>10 +,p_template_types=>'FIELD' +,p_null_text=>'Default' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31470699282048330) +,p_theme_id=>42 +,p_name=>'ITEM_POST_TEXT' +,p_display_name=>'Item Post Text' +,p_display_sequence=>30 +,p_template_types=>'FIELD' +,p_help_text=>'Adjust the display of the Item Post Text' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31471105702048332) +,p_theme_id=>42 +,p_name=>'ITEM_PRE_TEXT' +,p_display_name=>'Item Pre Text' +,p_display_sequence=>20 +,p_template_types=>'FIELD' +,p_help_text=>'Adjust the display of the Item Pre Text' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31471580053048333) +,p_theme_id=>42 +,p_name=>'RADIO_GROUP_DISPLAY' +,p_display_name=>'Item Group Display' +,p_display_sequence=>300 +,p_template_types=>'FIELD' +,p_help_text=>'Determines the display style for radio and check box items.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31472312449048336) +,p_theme_id=>42 +,p_name=>'CONTENT_PADDING' +,p_display_name=>'Content Padding' +,p_display_sequence=>1 +,p_template_types=>'PAGE' +,p_help_text=>'Sets the Content Body padding for the page.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31472765148048337) +,p_theme_id=>42 +,p_name=>'SORT_ORDER_ALIGNMENT' +,p_display_name=>'Sort Order Alignment' +,p_display_sequence=>145 +,p_template_types=>'REGION' +,p_help_text=>'Sets the alignment of the sort order item.' +,p_null_text=>'Default (Start)' +,p_is_advanced=>'Y' +); +wwv_flow_imp_shared.create_template_opt_group( + p_id=>wwv_flow_imp.id(31473377784048339) +,p_theme_id=>42 +,p_name=>'PAGINATION_DISPLAY' +,p_display_name=>'Pagination Display' +,p_display_sequence=>10 +,p_template_types=>'REPORT' +,p_help_text=>'Controls the display of pagination for this region.' +,p_null_text=>'Default' +,p_is_advanced=>'Y' +); +end; +/ +prompt --application/shared_components/user_interface/template_options +begin +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31186226858046993) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_css_classes=>'t-Dialog--noPadding' +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31186609174047003) +,p_theme_id=>42 +,p_name=>'POSITION_END' +,p_display_name=>'End' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_css_classes=>'js-dialog-class-t-Drawer--pullOutEnd' +,p_group_id=>wwv_flow_imp.id(31186475717047002) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31186842656047005) +,p_theme_id=>42 +,p_name=>'POSITION_START' +,p_display_name=>'Start' +,p_display_sequence=>10 +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_css_classes=>'js-dialog-class-t-Drawer--pullOutStart' +,p_group_id=>wwv_flow_imp.id(31186475717047002) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31187289531047006) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_css_classes=>'js-dialog-class-t-Drawer--sm' +,p_group_id=>wwv_flow_imp.id(31187058081047006) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31187430589047007) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_css_classes=>'js-dialog-class-t-Drawer--md' +,p_group_id=>wwv_flow_imp.id(31187058081047006) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31187612405047008) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>30 +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_css_classes=>'js-dialog-class-t-Drawer--lg' +,p_group_id=>wwv_flow_imp.id(31187058081047006) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31187855983047008) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_EXTRA_LARGE' +,p_display_name=>'Extra Large' +,p_display_sequence=>40 +,p_page_template_id=>wwv_flow_imp.id(31185077399046952) +,p_css_classes=>'js-dialog-class-t-Drawer--xl' +,p_group_id=>wwv_flow_imp.id(31187058081047006) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31191520973047022) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(31187899277047008) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31195526847047033) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(31191671749047022) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31197386876047038) +,p_theme_id=>42 +,p_name=>'PAGE_BACKGROUND_3' +,p_display_name=>'Background 3' +,p_display_sequence=>30 +,p_page_template_id=>wwv_flow_imp.id(31195615249047033) +,p_css_classes=>'t-LoginPage--bg3' +,p_group_id=>wwv_flow_imp.id(31197119847047038) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31197711337047040) +,p_theme_id=>42 +,p_name=>'PAGE_LAYOUT_SPLIT' +,p_display_name=>'Split' +,p_display_sequence=>1 +,p_page_template_id=>wwv_flow_imp.id(31195615249047033) +,p_css_classes=>'t-LoginPage--split' +,p_group_id=>wwv_flow_imp.id(31197583057047039) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31197975500047040) +,p_theme_id=>42 +,p_name=>'PAGE_BACKGROUND_1' +,p_display_name=>'Background 1' +,p_display_sequence=>10 +,p_page_template_id=>wwv_flow_imp.id(31195615249047033) +,p_css_classes=>'t-LoginPage--bg1' +,p_group_id=>wwv_flow_imp.id(31197119847047038) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31198149678047041) +,p_theme_id=>42 +,p_name=>'PAGE_BACKGROUND_2' +,p_display_name=>'Background 2' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(31195615249047033) +,p_css_classes=>'t-LoginPage--bg2' +,p_group_id=>wwv_flow_imp.id(31197119847047038) +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31202189487047053) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(31198216217047041) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31205525680047062) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(31202226098047053) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31206860630047066) +,p_theme_id=>42 +,p_name=>'STRETCH_TO_FIT_WINDOW' +,p_display_name=>'Stretch to Fit Window' +,p_display_sequence=>1 +,p_page_template_id=>wwv_flow_imp.id(31205670429047062) +,p_css_classes=>'ui-dialog--stretch' +,p_template_types=>'PAGE' +,p_help_text=>'Stretch the dialog to fit the browser window.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31207098642047067) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(31205670429047062) +,p_css_classes=>'t-Dialog--noPadding' +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31210747131047079) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(31207192331047067) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31214132961047089) +,p_theme_id=>42 +,p_name=>'STICKY_HEADER_ON_MOBILE' +,p_display_name=>'Sticky Header on Mobile' +,p_display_sequence=>100 +,p_page_template_id=>wwv_flow_imp.id(31210869918047080) +,p_css_classes=>'js-pageStickyMobileHeader' +,p_template_types=>'PAGE' +,p_help_text=>'This will position the contents of the Breadcrumb Bar region position so it sticks to the top of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31215400535047093) +,p_theme_id=>42 +,p_name=>'STRETCH_TO_FIT_WINDOW' +,p_display_name=>'Stretch to Fit Window' +,p_display_sequence=>10 +,p_page_template_id=>wwv_flow_imp.id(31214298134047089) +,p_css_classes=>'ui-dialog--stretch' +,p_template_types=>'PAGE' +,p_help_text=>'Stretch the dialog to fit the browser window.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31215692377047094) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>20 +,p_page_template_id=>wwv_flow_imp.id(31214298134047089) +,p_css_classes=>'t-Dialog--noPadding' +,p_template_types=>'PAGE' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31218032965047117) +,p_theme_id=>42 +,p_name=>'WIZARD' +,p_display_name=>'Wizard' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--wizard' +,p_group_id=>wwv_flow_imp.id(31217816141047116) +,p_template_types=>'REGION' +,p_help_text=>'Show the alert in a wizard style region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31218223915047118) +,p_theme_id=>42 +,p_name=>'HORIZONTAL' +,p_display_name=>'Horizontal' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--horizontal' +,p_group_id=>wwv_flow_imp.id(31217816141047116) +,p_template_types=>'REGION' +,p_help_text=>'Show horizontal alert with buttons to the right.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31218681761047119) +,p_theme_id=>42 +,p_name=>'WARNING' +,p_display_name=>'Warning' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--warning' +,p_group_id=>wwv_flow_imp.id(31218490808047118) +,p_template_types=>'REGION' +,p_help_text=>'Show a warning alert.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31218846606047120) +,p_theme_id=>42 +,p_name=>'SUCCESS' +,p_display_name=>'Success' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--success' +,p_group_id=>wwv_flow_imp.id(31218490808047118) +,p_template_types=>'REGION' +,p_help_text=>'Show success alert.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31219062699047121) +,p_theme_id=>42 +,p_name=>'DANGER' +,p_display_name=>'Danger' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--danger' +,p_group_id=>wwv_flow_imp.id(31218490808047118) +,p_template_types=>'REGION' +,p_help_text=>'Show an error or danger alert.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31219252535047121) +,p_theme_id=>42 +,p_name=>'COLOREDBACKGROUND' +,p_display_name=>'Highlight Background' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--colorBG' +,p_template_types=>'REGION' +,p_help_text=>'Set alert background color to that of the alert type (warning, success, etc.)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31219409060047122) +,p_theme_id=>42 +,p_name=>'INFORMATION' +,p_display_name=>'Information' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--info' +,p_group_id=>wwv_flow_imp.id(31218490808047118) +,p_template_types=>'REGION' +,p_help_text=>'Show informational alert.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31219812475047124) +,p_theme_id=>42 +,p_name=>'USEDEFAULTICONS' +,p_display_name=>'Show Default Icons' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--defaultIcons' +,p_group_id=>wwv_flow_imp.id(31219692635047123) +,p_template_types=>'REGION' +,p_help_text=>'Uses default icons for alert types.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31220215117047125) +,p_theme_id=>42 +,p_name=>'HIDDENHEADERNOAT' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--removeHeading js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(31220046886047124) +,p_template_types=>'REGION' +,p_help_text=>'Hides the Alert Title from being displayed.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31220475450047126) +,p_theme_id=>42 +,p_name=>'HIDDENHEADER' +,p_display_name=>'Hidden but Accessible' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--accessibleHeading' +,p_group_id=>wwv_flow_imp.id(31220046886047124) +,p_template_types=>'REGION' +,p_help_text=>'Visually hides the alert title, but assistive technologies can still read it.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31220601801047126) +,p_theme_id=>42 +,p_name=>'HIDE_ICONS' +,p_display_name=>'Hide Icons' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--noIcon' +,p_group_id=>wwv_flow_imp.id(31219692635047123) +,p_template_types=>'REGION' +,p_help_text=>'Hides alert icons' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31220872503047127) +,p_theme_id=>42 +,p_name=>'SHOW_CUSTOM_ICONS' +,p_display_name=>'Show Custom Icons' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31215795963047096) +,p_css_classes=>'t-Alert--customIcons' +,p_group_id=>wwv_flow_imp.id(31219692635047123) +,p_template_types=>'REGION' +,p_help_text=>'Set custom icons by modifying the Alert Region''s Icon CSS Classes property.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31226939264047143) +,p_theme_id=>42 +,p_name=>'REMOVEUIDECORATION' +,p_display_name=>'Remove UI Decoration' +,p_display_sequence=>4 +,p_region_template_id=>wwv_flow_imp.id(31223789889047135) +,p_css_classes=>'t-ButtonRegion--noUI' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31227107911047144) +,p_theme_id=>42 +,p_name=>'BORDERLESS' +,p_display_name=>'Borderless' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31223789889047135) +,p_css_classes=>'t-ButtonRegion--noBorder' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31227556313047145) +,p_theme_id=>42 +,p_name=>'SLIMPADDING' +,p_display_name=>'Slim Padding' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(31223789889047135) +,p_css_classes=>'t-ButtonRegion--slimPadding' +,p_group_id=>wwv_flow_imp.id(31227358523047144) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31227775824047146) +,p_theme_id=>42 +,p_name=>'NOPADDING' +,p_display_name=>'No Padding' +,p_display_sequence=>3 +,p_region_template_id=>wwv_flow_imp.id(31223789889047135) +,p_css_classes=>'t-ButtonRegion--noPadding' +,p_group_id=>wwv_flow_imp.id(31227358523047144) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31227928350047146) +,p_theme_id=>42 +,p_name=>'STICK_TO_BOTTOM' +,p_display_name=>'Stick to Bottom for Mobile' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31223789889047135) +,p_css_classes=>'t-ButtonRegion--stickToBottom' +,p_template_types=>'REGION' +,p_help_text=>'This will position the button container region to the bottom of the screen for small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31229279802047150) +,p_theme_id=>42 +,p_name=>'STYLE_A' +,p_display_name=>'Style A' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31228066901047147) +,p_css_classes=>'t-CardsRegion--styleA' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31229471934047151) +,p_theme_id=>42 +,p_name=>'STYLE_B' +,p_display_name=>'Style B' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31228066901047147) +,p_css_classes=>'t-CardsRegion--styleB' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31229667640047151) +,p_theme_id=>42 +,p_name=>'STYLE_C' +,p_display_name=>'Style C' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31228066901047147) +,p_css_classes=>'t-CardsRegion--styleC' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31229851939047152) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31228066901047147) +,p_css_classes=>'u-colors' +,p_template_types=>'REGION' +,p_help_text=>'Applies the colors from the theme''s color palette to the icons or initials within cards.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31233540888047162) +,p_theme_id=>42 +,p_name=>'SHOW_REGION_ICON' +,p_display_name=>'Show Region Icon' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--showIcon' +,p_template_types=>'REGION' +,p_help_text=>'Displays the region icon in the region header beside the region title' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31233795898047163) +,p_theme_id=>42 +,p_name=>'SHOW_MAXIMIZE_BUTTON' +,p_display_name=>'Show Maximize Button' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'js-showMaximizeButton' +,p_template_types=>'REGION' +,p_help_text=>'Displays a button in the Region Header to maximize the region. Clicking this button will toggle the maximize state and stretch the region to fill the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31234162852047164) +,p_theme_id=>42 +,p_name=>'10_SECONDS' +,p_display_name=>'10 Seconds' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'js-cycle10s' +,p_group_id=>wwv_flow_imp.id(31233910760047164) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31234364049047165) +,p_theme_id=>42 +,p_name=>'15_SECONDS' +,p_display_name=>'15 Seconds' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'js-cycle15s' +,p_group_id=>wwv_flow_imp.id(31233910760047164) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31234595725047166) +,p_theme_id=>42 +,p_name=>'20_SECONDS' +,p_display_name=>'20 Seconds' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'js-cycle20s' +,p_group_id=>wwv_flow_imp.id(31233910760047164) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31234711993047166) +,p_theme_id=>42 +,p_name=>'5_SECONDS' +,p_display_name=>'5 Seconds' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'js-cycle5s' +,p_group_id=>wwv_flow_imp.id(31233910760047164) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31235126737047168) +,p_theme_id=>42 +,p_name=>'240PX' +,p_display_name=>'240px' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'i-h240' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 240px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31235332996047168) +,p_theme_id=>42 +,p_name=>'320PX' +,p_display_name=>'320px' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'i-h320' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 320px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31235596445047169) +,p_theme_id=>42 +,p_name=>'480PX' +,p_display_name=>'480px' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'i-h480' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31235728798047170) +,p_theme_id=>42 +,p_name=>'640PX' +,p_display_name=>'640px' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'i-h640' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31236190739047173) +,p_theme_id=>42 +,p_name=>'ACCENT_1' +,p_display_name=>'Accent 1' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--accent1' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31236388986047173) +,p_theme_id=>42 +,p_name=>'ACCENT_2' +,p_display_name=>'Accent 2' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--accent2' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31236566099047174) +,p_theme_id=>42 +,p_name=>'ACCENT_3' +,p_display_name=>'Accent 3' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--accent3' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31236714325047175) +,p_theme_id=>42 +,p_name=>'ACCENT_4' +,p_display_name=>'Accent 4' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--accent4' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31236899725047176) +,p_theme_id=>42 +,p_name=>'ACCENT_5' +,p_display_name=>'Accent 5' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--accent5' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31237298843047178) +,p_theme_id=>42 +,p_name=>'HIDDENHEADERNOAT' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--removeHeader' +,p_group_id=>wwv_flow_imp.id(31237150580047177) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31237730628047179) +,p_theme_id=>42 +,p_name=>'HIDEOVERFLOW' +,p_display_name=>'Hide' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--hiddenOverflow' +,p_group_id=>wwv_flow_imp.id(31237540081047178) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31237902372047180) +,p_theme_id=>42 +,p_name=>'HIDEREGIONHEADER' +,p_display_name=>'Hidden but accessible' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--hideHeader' +,p_group_id=>wwv_flow_imp.id(31237150580047177) +,p_template_types=>'REGION' +,p_help_text=>'This option will hide the region header. Note that the region title will still be audible for Screen Readers. Buttons placed in the region header will be hidden and inaccessible.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31238121953047180) +,p_theme_id=>42 +,p_name=>'NOBODYPADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes padding from region body.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31238398323047181) +,p_theme_id=>42 +,p_name=>'NOBORDER' +,p_display_name=>'Remove Borders' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--noBorder' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_help_text=>'Removes borders from the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31238575985047182) +,p_theme_id=>42 +,p_name=>'REMEMBER_CAROUSEL_SLIDE' +,p_display_name=>'Remember Carousel Slide' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'js-useLocalStorage' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31238719643047183) +,p_theme_id=>42 +,p_name=>'SCROLLBODY' +,p_display_name=>'Scroll' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--scrollBody' +,p_group_id=>wwv_flow_imp.id(31237540081047178) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31239123648047184) +,p_theme_id=>42 +,p_name=>'SLIDE' +,p_display_name=>'Slide' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--carouselSlide' +,p_group_id=>wwv_flow_imp.id(31238962954047184) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31239361813047186) +,p_theme_id=>42 +,p_name=>'SPIN' +,p_display_name=>'Spin' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--carouselSpin' +,p_group_id=>wwv_flow_imp.id(31238962954047184) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31239521573047187) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stack Region' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--stacked' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_help_text=>'Removes side borders and shadows, and can be useful for accordions and regions that need to be grouped together vertically.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31239719878047187) +,p_theme_id=>42 +,p_name=>'SHOW_NEXT_AND_PREVIOUS_BUTTONS' +,p_display_name=>'Show Next and Previous Buttons' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31229937557047152) +,p_css_classes=>'t-Region--showCarouselControls' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31243327037047199) +,p_theme_id=>42 +,p_name=>'ICONS_PLUS_OR_MINUS' +,p_display_name=>'Plus or Minus' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--hideShowIconsMath' +,p_group_id=>wwv_flow_imp.id(31243140009047198) +,p_template_types=>'REGION' +,p_help_text=>'Use the plus and minus icons for the expand and collapse button.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31243754547047200) +,p_theme_id=>42 +,p_name=>'CONRTOLS_POSITION_END' +,p_display_name=>'End' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--controlsPosEnd' +,p_group_id=>wwv_flow_imp.id(31243596357047200) +,p_template_types=>'REGION' +,p_help_text=>'Position the expand / collapse button to the end of the region header.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31243946668047201) +,p_theme_id=>42 +,p_name=>'480PX' +,p_display_name=>'480px' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'i-h480' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +,p_help_text=>'Sets body height to 480px.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31244184616047202) +,p_theme_id=>42 +,p_name=>'640PX' +,p_display_name=>'640px' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'i-h640' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +,p_help_text=>'Sets body height to 640px.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31244321317047203) +,p_theme_id=>42 +,p_name=>'REMOVE_UI_DECORATION' +,p_display_name=>'Remove UI Decoration' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--noUI' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_help_text=>'Removes UI decoration (borders, backgrounds, shadows, etc) from the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31244540392047203) +,p_theme_id=>42 +,p_name=>'ACCENT_6' +,p_display_name=>'Accent 6' +,p_display_sequence=>60 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent6' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31244711122047204) +,p_theme_id=>42 +,p_name=>'ACCENT_7' +,p_display_name=>'Accent 7' +,p_display_sequence=>70 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent7' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31244998005047205) +,p_theme_id=>42 +,p_name=>'ACCENT_8' +,p_display_name=>'Accent 8' +,p_display_sequence=>80 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent8' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31245164866047205) +,p_theme_id=>42 +,p_name=>'ACCENT_9' +,p_display_name=>'Accent 9' +,p_display_sequence=>90 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent9' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31245361830047206) +,p_theme_id=>42 +,p_name=>'ACCENT_10' +,p_display_name=>'Accent 10' +,p_display_sequence=>100 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent10' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31245583096047207) +,p_theme_id=>42 +,p_name=>'ACCENT_11' +,p_display_name=>'Accent 11' +,p_display_sequence=>110 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent11' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31245792027047207) +,p_theme_id=>42 +,p_name=>'ACCENT_12' +,p_display_name=>'Accent 12' +,p_display_sequence=>120 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent12' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31245913957047208) +,p_theme_id=>42 +,p_name=>'ACCENT_13' +,p_display_name=>'Accent 13' +,p_display_sequence=>130 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent13' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31246164387047209) +,p_theme_id=>42 +,p_name=>'ACCENT_14' +,p_display_name=>'Accent 14' +,p_display_sequence=>140 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent14' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31246377887047209) +,p_theme_id=>42 +,p_name=>'ACCENT_15' +,p_display_name=>'Accent 15' +,p_display_sequence=>150 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent15' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31246516090047210) +,p_theme_id=>42 +,p_name=>'240PX' +,p_display_name=>'240px' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'i-h240' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 240px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31246716596047211) +,p_theme_id=>42 +,p_name=>'320PX' +,p_display_name=>'320px' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'i-h320' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 320px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31246936840047212) +,p_theme_id=>42 +,p_name=>'ACCENT_1' +,p_display_name=>'Accent 1' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent1' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31247154882047213) +,p_theme_id=>42 +,p_name=>'ACCENT_2' +,p_display_name=>'Accent 2' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent2' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31247359940047214) +,p_theme_id=>42 +,p_name=>'ACCENT_3' +,p_display_name=>'Accent 3' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent3' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31247559112047217) +,p_theme_id=>42 +,p_name=>'ACCENT_4' +,p_display_name=>'Accent 4' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent4' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31247707996047218) +,p_theme_id=>42 +,p_name=>'ACCENT_5' +,p_display_name=>'Accent 5' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--accent5' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31247974352047218) +,p_theme_id=>42 +,p_name=>'HIDEOVERFLOW' +,p_display_name=>'Hide' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--hiddenOverflow' +,p_group_id=>wwv_flow_imp.id(31237540081047178) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31248162839047219) +,p_theme_id=>42 +,p_name=>'NOBODYPADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes padding from region body.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31248385222047220) +,p_theme_id=>42 +,p_name=>'NOBORDER' +,p_display_name=>'Remove Borders' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--noBorder' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_help_text=>'Removes borders from the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31248521528047220) +,p_theme_id=>42 +,p_name=>'SCROLLBODY' +,p_display_name=>'Scroll - Default' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--scrollBody' +,p_group_id=>wwv_flow_imp.id(31237540081047178) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31248720677047221) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stack Region' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'t-Region--stacked' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_help_text=>'Removes side borders and shadows, and can be useful for accordions and regions that need to be grouped together vertically.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31249196152047223) +,p_theme_id=>42 +,p_name=>'EXPANDED' +,p_display_name=>'Expanded' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'is-expanded' +,p_group_id=>wwv_flow_imp.id(31248905259047222) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31249338745047223) +,p_theme_id=>42 +,p_name=>'COLLAPSED' +,p_display_name=>'Collapsed' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'is-collapsed' +,p_group_id=>wwv_flow_imp.id(31248905259047222) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31249533678047224) +,p_theme_id=>42 +,p_name=>'REMEMBER_COLLAPSIBLE_STATE' +,p_display_name=>'Remember Collapsible State' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31239851723047187) +,p_css_classes=>'js-useLocalStorage' +,p_template_types=>'REGION' +,p_help_text=>'This option saves the current state of the collapsible region for the duration of the session.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31251778806047230) +,p_theme_id=>42 +,p_name=>'SHOW_REGION_ICON' +,p_display_name=>'Show Region Icon' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-ContentBlock--showIcon' +,p_template_types=>'REGION' +,p_help_text=>'Displays the region icon in the region header beside the region title' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31251987666047230) +,p_theme_id=>42 +,p_name=>'HIDEREGIONHEADER' +,p_display_name=>'Hidden but accessible' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-ContentBlock--hideHeader' +,p_group_id=>wwv_flow_imp.id(31237150580047177) +,p_template_types=>'REGION' +,p_help_text=>'This option will hide the region header. Note that the region title will still be audible for Screen Readers. Buttons placed in the region header will be hidden and inaccessible.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31252162372047231) +,p_theme_id=>42 +,p_name=>'HIDDENHEADERNOAT' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-Region--removeHeader js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(31237150580047177) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31252581202047232) +,p_theme_id=>42 +,p_name=>'HEADING_FONT_ALTERNATIVE' +,p_display_name=>'Alternative' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-ContentBlock--headingFontAlt' +,p_group_id=>wwv_flow_imp.id(31252392786047232) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31252979740047234) +,p_theme_id=>42 +,p_name=>'CONTENT_TITLE_H1' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-ContentBlock--h1' +,p_group_id=>wwv_flow_imp.id(31252747527047233) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31253099699047234) +,p_theme_id=>42 +,p_name=>'CONTENT_TITLE_H2' +,p_display_name=>'Medium' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-ContentBlock--h2' +,p_group_id=>wwv_flow_imp.id(31252747527047233) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31253310051047235) +,p_theme_id=>42 +,p_name=>'CONTENT_TITLE_H3' +,p_display_name=>'Small' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-ContentBlock--h3' +,p_group_id=>wwv_flow_imp.id(31252747527047233) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31253512258047235) +,p_theme_id=>42 +,p_name=>'ADD_BODY_PADDING' +,p_display_name=>'Add Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-ContentBlock--padded' +,p_template_types=>'REGION' +,p_help_text=>'Adds padding to the region''s body container.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31253933208047239) +,p_theme_id=>42 +,p_name=>'SHADOW_BACKGROUND' +,p_display_name=>'Shadow Background' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-ContentBlock--shadowBG' +,p_group_id=>wwv_flow_imp.id(31253785248047239) +,p_template_types=>'REGION' +,p_help_text=>'Gives the region body a slightly darker background.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31254125760047240) +,p_theme_id=>42 +,p_name=>'LIGHT_BACKGROUND' +,p_display_name=>'Light Background' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31249643261047224) +,p_css_classes=>'t-ContentBlock--lightBG' +,p_group_id=>wwv_flow_imp.id(31253785248047239) +,p_template_types=>'REGION' +,p_help_text=>'Gives the region body a slightly lighter background.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31256270135047247) +,p_theme_id=>42 +,p_name=>'ICONS_CIRCULAR' +,p_display_name=>'Circle' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31254284814047240) +,p_css_classes=>'t-HeroRegion--iconsCircle' +,p_group_id=>wwv_flow_imp.id(31256033446047246) +,p_template_types=>'REGION' +,p_help_text=>'The icons are displayed within a circle.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31256430643047248) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31254284814047240) +,p_css_classes=>'t-HeroRegion--iconsSquare' +,p_group_id=>wwv_flow_imp.id(31256033446047246) +,p_template_types=>'REGION' +,p_help_text=>'The icons are displayed within a square.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31256670915047248) +,p_theme_id=>42 +,p_name=>'HEADING_FONT_ALTERNATIVE' +,p_display_name=>'Alternative' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31254284814047240) +,p_css_classes=>'t-HeroRegion--headingFontAlt' +,p_group_id=>wwv_flow_imp.id(31252392786047232) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31256875110047249) +,p_theme_id=>42 +,p_name=>'FEATURED' +,p_display_name=>'Featured' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31254284814047240) +,p_css_classes=>'t-HeroRegion--featured' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31257065218047250) +,p_theme_id=>42 +,p_name=>'STACKED_FEATURED' +,p_display_name=>'Stacked Featured' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31254284814047240) +,p_css_classes=>'t-HeroRegion--featured t-HeroRegion--centered' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31257412979047252) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICON_NO' +,p_display_name=>'No' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31254284814047240) +,p_css_classes=>'t-HeroRegion--hideIcon' +,p_group_id=>wwv_flow_imp.id(31257264692047251) +,p_template_types=>'REGION' +,p_help_text=>'Hide the Hero Region icon.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31257630551047252) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31254284814047240) +,p_css_classes=>'t-HeroRegion--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes the padding around the hero region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31258802414047256) +,p_theme_id=>42 +,p_name=>'RATIO_AUTO' +,p_display_name=>'Auto' +,p_display_sequence=>100 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--auto' +,p_group_id=>wwv_flow_imp.id(31258671642047255) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31259001850047257) +,p_theme_id=>42 +,p_name=>'RATIO_1_1' +,p_display_name=>'1:1 (Square)' +,p_display_sequence=>110 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--1x1' +,p_group_id=>wwv_flow_imp.id(31258671642047255) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31259223634047257) +,p_theme_id=>42 +,p_name=>'RATIO_16_9' +,p_display_name=>'16:9 (Widescreen)' +,p_display_sequence=>120 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--16x9' +,p_group_id=>wwv_flow_imp.id(31258671642047255) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31259437018047258) +,p_theme_id=>42 +,p_name=>'RATIO_4_3' +,p_display_name=>'4:3 (Standard)' +,p_display_sequence=>130 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--4x3' +,p_group_id=>wwv_flow_imp.id(31258671642047255) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31259605453047259) +,p_theme_id=>42 +,p_name=>'IMAGE_STRETCH' +,p_display_name=>'Image Stretch' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--stretch' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31260071672047260) +,p_theme_id=>42 +,p_name=>'SCALE_CONTAIN' +,p_display_name=>'Contain' +,p_display_sequence=>200 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--contain' +,p_group_id=>wwv_flow_imp.id(31259859785047259) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31260263102047260) +,p_theme_id=>42 +,p_name=>'SCALE_COVER' +,p_display_name=>'Cover' +,p_display_sequence=>210 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--cover' +,p_group_id=>wwv_flow_imp.id(31259859785047259) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31260454147047261) +,p_theme_id=>42 +,p_name=>'SCALE_FILL' +,p_display_name=>'Fill' +,p_display_sequence=>220 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--fill' +,p_group_id=>wwv_flow_imp.id(31259859785047259) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31260690262047262) +,p_theme_id=>42 +,p_name=>'SCALE_DOWN' +,p_display_name=>'Scale Down' +,p_display_sequence=>230 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--scale-down' +,p_group_id=>wwv_flow_imp.id(31259859785047259) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31261089825047263) +,p_theme_id=>42 +,p_name=>'SHAPE_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>300 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--square' +,p_group_id=>wwv_flow_imp.id(31260836239047262) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31261286838047264) +,p_theme_id=>42 +,p_name=>'SHAPE_ROUNDED' +,p_display_name=>'Rounded' +,p_display_sequence=>310 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--rounded' +,p_group_id=>wwv_flow_imp.id(31260836239047262) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31261454715047264) +,p_theme_id=>42 +,p_name=>'SHAPE_CIRCLE' +,p_display_name=>'Circle' +,p_display_sequence=>320 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--circle' +,p_group_id=>wwv_flow_imp.id(31260836239047262) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31261688528047265) +,p_theme_id=>42 +,p_name=>'RATIO_2_1' +,p_display_name=>'2:1 (Univisium)' +,p_display_sequence=>140 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--2x1' +,p_group_id=>wwv_flow_imp.id(31258671642047255) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31262004635047268) +,p_theme_id=>42 +,p_name=>'FILTER_NONE' +,p_display_name=>'None' +,p_display_sequence=>400 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--noFilter' +,p_group_id=>wwv_flow_imp.id(31261878259047268) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31262262282047269) +,p_theme_id=>42 +,p_name=>'FILTER_GRAYSCALE' +,p_display_name=>'Grayscale' +,p_display_sequence=>410 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--grayscale' +,p_group_id=>wwv_flow_imp.id(31261878259047268) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31262480831047270) +,p_theme_id=>42 +,p_name=>'FILTER_SEPIA' +,p_display_name=>'Sepia' +,p_display_sequence=>420 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--sepia' +,p_group_id=>wwv_flow_imp.id(31261878259047268) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31262626058047272) +,p_theme_id=>42 +,p_name=>'FILTER_BLUR' +,p_display_name=>'Blur' +,p_display_sequence=>430 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--blur' +,p_group_id=>wwv_flow_imp.id(31261878259047268) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31262856843047273) +,p_theme_id=>42 +,p_name=>'FILTER_INVERT' +,p_display_name=>'Invert' +,p_display_sequence=>440 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--invert' +,p_group_id=>wwv_flow_imp.id(31261878259047268) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31263031725047274) +,p_theme_id=>42 +,p_name=>'FILTER_SATURATE' +,p_display_name=>'Saturate' +,p_display_sequence=>450 +,p_region_template_id=>wwv_flow_imp.id(31257699833047252) +,p_css_classes=>'t-ImageRegion--saturate' +,p_group_id=>wwv_flow_imp.id(31261878259047268) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31266062146047283) +,p_theme_id=>42 +,p_name=>'NONE' +,p_display_name=>'None' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(31263155642047274) +,p_css_classes=>'js-dialog-nosize' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31266243472047284) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(31263155642047274) +,p_css_classes=>'t-DialogRegion--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes the padding around the region body.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31266451562047284) +,p_theme_id=>42 +,p_name=>'AUTO_HEIGHT_INLINE_DIALOG' +,p_display_name=>'Auto Height' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31263155642047274) +,p_css_classes=>'js-dialog-autoheight' +,p_template_types=>'REGION' +,p_help_text=>'This option will set the height of the dialog to fit its contents.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31266604455047285) +,p_theme_id=>42 +,p_name=>'DRAGGABLE' +,p_display_name=>'Draggable' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31263155642047274) +,p_css_classes=>'js-draggable' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31266811649047286) +,p_theme_id=>42 +,p_name=>'MODAL' +,p_display_name=>'Modal' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31263155642047274) +,p_css_classes=>'js-modal' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31267009007047287) +,p_theme_id=>42 +,p_name=>'RESIZABLE' +,p_display_name=>'Resizable' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31263155642047274) +,p_css_classes=>'js-resizable' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31267256350047287) +,p_theme_id=>42 +,p_name=>'SMALL_480X320' +,p_display_name=>'Small (480x320)' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31263155642047274) +,p_css_classes=>'js-dialog-size480x320' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31267445063047288) +,p_theme_id=>42 +,p_name=>'LARGE_720X480' +,p_display_name=>'Large (720x480)' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31263155642047274) +,p_css_classes=>'js-dialog-size720x480' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31267695928047289) +,p_theme_id=>42 +,p_name=>'MEDIUM_600X400' +,p_display_name=>'Medium (600x400)' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31263155642047274) +,p_css_classes=>'js-dialog-size600x400' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31270450543047296) +,p_theme_id=>42 +,p_name=>'MODAL' +,p_display_name=>'Modal' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31267738263047289) +,p_css_classes=>'js-modal' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31270660298047297) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(31267738263047289) +,p_css_classes=>'t-DialogRegion--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes the padding around the region body.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31270817218047298) +,p_theme_id=>42 +,p_name=>'NONE' +,p_display_name=>'None (Auto)' +,p_display_sequence=>5 +,p_region_template_id=>wwv_flow_imp.id(31267738263047289) +,p_css_classes=>'js-dialog-nosize' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31271283628047299) +,p_theme_id=>42 +,p_name=>'POSITION_START' +,p_display_name=>'Start' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31267738263047289) +,p_css_classes=>'js-dialog-class-t-Drawer--pullOutStart' +,p_group_id=>wwv_flow_imp.id(31271034476047298) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31271432304047300) +,p_theme_id=>42 +,p_name=>'POSITION_END' +,p_display_name=>'End' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31267738263047289) +,p_css_classes=>'js-dialog-class-t-Drawer--pullOutEnd' +,p_group_id=>wwv_flow_imp.id(31271034476047298) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31271625438047300) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31267738263047289) +,p_css_classes=>'js-dialog-class-t-Drawer--sm' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31271832938047301) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31267738263047289) +,p_css_classes=>'js-dialog-class-t-Drawer--md' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31272074505047302) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31267738263047289) +,p_css_classes=>'js-dialog-class-t-Drawer--lg' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31272282359047302) +,p_theme_id=>42 +,p_name=>'DRAWER_SIZE_EXTRA_LARGE' +,p_display_name=>'Extra Large' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31267738263047289) +,p_css_classes=>'js-dialog-class-t-Drawer--xl' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31275041517047310) +,p_theme_id=>42 +,p_name=>'AUTO_HEIGHT_INLINE_DIALOG' +,p_display_name=>'Auto Height' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-dialog-autoheight' +,p_template_types=>'REGION' +,p_help_text=>'This option will set the height of the dialog to fit its contents.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31275243165047310) +,p_theme_id=>42 +,p_name=>'LARGE_720X480' +,p_display_name=>'Large (720x480)' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-dialog-size720x480' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31275461607047311) +,p_theme_id=>42 +,p_name=>'MEDIUM_600X400' +,p_display_name=>'Medium (600x400)' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-dialog-size600x400' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31275697894047312) +,p_theme_id=>42 +,p_name=>'SMALL_480X320' +,p_display_name=>'Small (480x320)' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-dialog-size480x320' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31275804512047312) +,p_theme_id=>42 +,p_name=>'NONE' +,p_display_name=>'None' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-dialog-nosize' +,p_group_id=>wwv_flow_imp.id(31265891040047282) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31276034567047313) +,p_theme_id=>42 +,p_name=>'REMOVE_BODY_PADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'t-DialogRegion--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes the padding around the region body.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31276222397047314) +,p_theme_id=>42 +,p_name=>'DISPLAY_POPUP_CALLOUT' +,p_display_name=>'Display Popup Callout' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-popup-callout' +,p_template_types=>'REGION' +,p_help_text=>'Use this option to add display a callout for the popup. Note that callout will only be displayed if the data-parent-element custom attribute is defined.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31276677632047315) +,p_theme_id=>42 +,p_name=>'BEFORE' +,p_display_name=>'Before' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-popup-pos-before' +,p_group_id=>wwv_flow_imp.id(31276487753047314) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout before or typically to the left of the parent.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31276821009047316) +,p_theme_id=>42 +,p_name=>'AFTER' +,p_display_name=>'After' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-popup-pos-after' +,p_group_id=>wwv_flow_imp.id(31276487753047314) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout after or typically to the right of the parent.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31277027146047316) +,p_theme_id=>42 +,p_name=>'ABOVE' +,p_display_name=>'Above' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-popup-pos-above' +,p_group_id=>wwv_flow_imp.id(31276487753047314) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout above or typically on top of the parent.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31277253685047317) +,p_theme_id=>42 +,p_name=>'BELOW' +,p_display_name=>'Below' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-popup-pos-below' +,p_group_id=>wwv_flow_imp.id(31276487753047314) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout below or typically to the bottom of the parent.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31277417504047318) +,p_theme_id=>42 +,p_name=>'INSIDE' +,p_display_name=>'Inside' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-popup-pos-inside' +,p_group_id=>wwv_flow_imp.id(31276487753047314) +,p_template_types=>'REGION' +,p_help_text=>'Positions the callout inside of the parent. This is useful when the parent is sufficiently large, such as a report or large region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31277613876047318) +,p_theme_id=>42 +,p_name=>'REMOVE_PAGE_OVERLAY' +,p_display_name=>'Remove Page Overlay' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31272387697047303) +,p_css_classes=>'js-popup-noOverlay' +,p_template_types=>'REGION' +,p_help_text=>'This option will display the inline dialog without an overlay on the background.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31279530632047323) +,p_theme_id=>42 +,p_name=>'SHOW_MAXIMIZE_BUTTON' +,p_display_name=>'Show Maximize Button' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31277749952047319) +,p_css_classes=>'js-showMaximizeButton' +,p_template_types=>'REGION' +,p_help_text=>'Displays a button in the Interactive Reports toolbar to maximize the report. Clicking this button will toggle the maximize state and stretch the report to fill the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31279789749047324) +,p_theme_id=>42 +,p_name=>'REMOVEBORDERS' +,p_display_name=>'Remove Borders' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31277749952047319) +,p_css_classes=>'t-IRR-region--noBorders' +,p_template_types=>'REGION' +,p_help_text=>'Removes borders around the Interactive Report' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31281053255047328) +,p_theme_id=>42 +,p_name=>'STACK_MOBILE' +,p_display_name=>'Stack on Mobile' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31279881338047324) +,p_css_classes=>'t-ItemContainer--stackMobile' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31281257680047328) +,p_theme_id=>42 +,p_name=>'WRAP_ITEMS' +,p_display_name=>'Wrap Items' +,p_display_sequence=>2 +,p_region_template_id=>wwv_flow_imp.id(31279881338047324) +,p_css_classes=>'t-ItemContainer--wrap' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31281603535047330) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_START' +,p_display_name=>'Start' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31279881338047324) +,p_css_classes=>'t-ItemContainer--alignStart' +,p_group_id=>wwv_flow_imp.id(31281437129047329) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31281890564047330) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_CENTER' +,p_display_name=>'Center' +,p_display_sequence=>11 +,p_region_template_id=>wwv_flow_imp.id(31279881338047324) +,p_css_classes=>'t-ItemContainer--alignCenter' +,p_group_id=>wwv_flow_imp.id(31281437129047329) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31282015708047331) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_END' +,p_display_name=>'End' +,p_display_sequence=>12 +,p_region_template_id=>wwv_flow_imp.id(31279881338047324) +,p_css_classes=>'t-ItemContainer--alignEnd' +,p_group_id=>wwv_flow_imp.id(31281437129047329) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31282211098047332) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_STRETCH' +,p_display_name=>'Stretch' +,p_display_sequence=>13 +,p_region_template_id=>wwv_flow_imp.id(31279881338047324) +,p_css_classes=>'t-ItemContainer--alignStretch' +,p_group_id=>wwv_flow_imp.id(31281437129047329) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31284323513047338) +,p_theme_id=>42 +,p_name=>'LOGIN_HEADER_ICON' +,p_display_name=>'Icon' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31282305326047333) +,p_css_classes=>'t-Login-region--headerIcon' +,p_group_id=>wwv_flow_imp.id(31284132339047337) +,p_template_types=>'REGION' +,p_help_text=>'Displays only the Region Icon in the Login region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31284550289047339) +,p_theme_id=>42 +,p_name=>'LOGIN_HEADER_TITLE' +,p_display_name=>'Title' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31282305326047333) +,p_css_classes=>'t-Login-region--headerTitle js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(31284132339047337) +,p_template_types=>'REGION' +,p_help_text=>'Displays only the Region Title in the Login region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31284714469047339) +,p_theme_id=>42 +,p_name=>'LOGO_HEADER_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31282305326047333) +,p_css_classes=>'t-Login-region--headerHidden js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(31284132339047337) +,p_template_types=>'REGION' +,p_help_text=>'Hides both the Region Icon and Title from the Login region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31286284587047344) +,p_theme_id=>42 +,p_name=>'RESULT_APPEARANCE_BOXED' +,p_display_name=>'Boxed' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31284804830047340) +,p_css_classes=>'t-ResultsRegion--boxed' +,p_group_id=>wwv_flow_imp.id(31286030296047343) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31286475380047345) +,p_theme_id=>42 +,p_name=>'RESULT_APPEARANCE_FLAT' +,p_display_name=>'Flat' +,p_display_sequence=>2 +,p_region_template_id=>wwv_flow_imp.id(31284804830047340) +,p_css_classes=>'t-ResultsRegion--flat' +,p_group_id=>wwv_flow_imp.id(31286030296047343) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31286841275047346) +,p_theme_id=>42 +,p_name=>'ICON_SIZE_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31284804830047340) +,p_css_classes=>'t-ResultsRegion--iconSm' +,p_group_id=>wwv_flow_imp.id(31286672626047345) +,p_template_types=>'REGION' +,p_help_text=>'Sets the icon size to small (16px).' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31287091469047347) +,p_theme_id=>42 +,p_name=>'ICON_SIZE_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>2 +,p_region_template_id=>wwv_flow_imp.id(31284804830047340) +,p_css_classes=>'t-ResultsRegion--iconMd' +,p_group_id=>wwv_flow_imp.id(31286672626047345) +,p_template_types=>'REGION' +,p_help_text=>'Sets the icon size to medium (32px).' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31287225387047347) +,p_theme_id=>42 +,p_name=>'ICON_SIZE_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>3 +,p_region_template_id=>wwv_flow_imp.id(31284804830047340) +,p_css_classes=>'t-ResultsRegion--iconLg' +,p_group_id=>wwv_flow_imp.id(31286672626047345) +,p_template_types=>'REGION' +,p_help_text=>'Sets the icon size to large (64px).' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31287495259047348) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31284804830047340) +,p_css_classes=>'u-colors' +,p_template_types=>'REGION' +,p_help_text=>'Applies the colors from the theme''s color palette to the icons or initials within search results.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31291488667047358) +,p_theme_id=>42 +,p_name=>'SHOW_REGION_ICON' +,p_display_name=>'Show Region Icon' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--showIcon' +,p_template_types=>'REGION' +,p_help_text=>'Displays the region icon in the region header beside the region title' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31291655864047359) +,p_theme_id=>42 +,p_name=>'TEXT_CONTENT' +,p_display_name=>'Text Content' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--textContent' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_help_text=>'Useful for displaying primarily text-based content, such as FAQs and more.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31291888569047359) +,p_theme_id=>42 +,p_name=>'NOBORDER' +,p_display_name=>'Remove Borders' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--noBorder' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_help_text=>'Removes borders from the region.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31292068297047360) +,p_theme_id=>42 +,p_name=>'NOBODYPADDING' +,p_display_name=>'Remove Body Padding' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--noPadding' +,p_template_types=>'REGION' +,p_help_text=>'Removes padding from region body.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31292261161047360) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stack Region' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--stacked' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_help_text=>'Removes side borders and shadows, and can be useful for accordions and regions that need to be grouped together vertically.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31292467837047361) +,p_theme_id=>42 +,p_name=>'240PX' +,p_display_name=>'240px' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'i-h240' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 240px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31292626163047362) +,p_theme_id=>42 +,p_name=>'320PX' +,p_display_name=>'320px' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'i-h320' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +,p_help_text=>'Sets region body height to 320px.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31292895519047362) +,p_theme_id=>42 +,p_name=>'REMOVE_UI_DECORATION' +,p_display_name=>'Remove UI Decoration' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--noUI' +,p_group_id=>wwv_flow_imp.id(31226753679047143) +,p_template_types=>'REGION' +,p_help_text=>'Removes UI decoration (borders, backgrounds, shadows, etc) from the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31293091308047363) +,p_theme_id=>42 +,p_name=>'SCROLLBODY' +,p_display_name=>'Scroll - Default' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--scrollBody' +,p_group_id=>wwv_flow_imp.id(31237540081047178) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31293268289047364) +,p_theme_id=>42 +,p_name=>'HIDEREGIONHEADER' +,p_display_name=>'Hidden but accessible' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--hideHeader' +,p_group_id=>wwv_flow_imp.id(31237150580047177) +,p_template_types=>'REGION' +,p_help_text=>'This option will hide the region header. Note that the region title will still be audible for Screen Readers. Buttons placed in the region header will be hidden and inaccessible.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31293415336047364) +,p_theme_id=>42 +,p_name=>'HIDEOVERFLOW' +,p_display_name=>'Hide' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--hiddenOverflow' +,p_group_id=>wwv_flow_imp.id(31237540081047178) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31293668293047365) +,p_theme_id=>42 +,p_name=>'HIDDENHEADERNOAT' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--removeHeader js-removeLandmark' +,p_group_id=>wwv_flow_imp.id(31237150580047177) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31293816293047366) +,p_theme_id=>42 +,p_name=>'ACCENT_1' +,p_display_name=>'Accent 1' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent1' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31294068976047366) +,p_theme_id=>42 +,p_name=>'ACCENT_2' +,p_display_name=>'Accent 2' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent2' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31294275952047367) +,p_theme_id=>42 +,p_name=>'ACCENT_3' +,p_display_name=>'Accent 3' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent3' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31294468376047368) +,p_theme_id=>42 +,p_name=>'ACCENT_4' +,p_display_name=>'Accent 4' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent4' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31294685818047368) +,p_theme_id=>42 +,p_name=>'ACCENT_5' +,p_display_name=>'Accent 5' +,p_display_sequence=>50 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent5' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31294838761047369) +,p_theme_id=>42 +,p_name=>'480PX' +,p_display_name=>'480px' +,p_display_sequence=>30 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'i-h480' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31295013197047370) +,p_theme_id=>42 +,p_name=>'640PX' +,p_display_name=>'640px' +,p_display_sequence=>40 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'i-h640' +,p_group_id=>wwv_flow_imp.id(31234939287047167) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31295227287047370) +,p_theme_id=>42 +,p_name=>'ACCENT_6' +,p_display_name=>'Accent 6' +,p_display_sequence=>60 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent6' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31295459835047371) +,p_theme_id=>42 +,p_name=>'ACCENT_7' +,p_display_name=>'Accent 7' +,p_display_sequence=>70 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent7' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31295671025047372) +,p_theme_id=>42 +,p_name=>'ACCENT_8' +,p_display_name=>'Accent 8' +,p_display_sequence=>80 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent8' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31295870274047372) +,p_theme_id=>42 +,p_name=>'ACCENT_9' +,p_display_name=>'Accent 9' +,p_display_sequence=>90 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent9' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31296047503047373) +,p_theme_id=>42 +,p_name=>'ACCENT_10' +,p_display_name=>'Accent 10' +,p_display_sequence=>100 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent10' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31296203401047374) +,p_theme_id=>42 +,p_name=>'ACCENT_11' +,p_display_name=>'Accent 11' +,p_display_sequence=>110 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent11' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31296447920047374) +,p_theme_id=>42 +,p_name=>'ACCENT_12' +,p_display_name=>'Accent 12' +,p_display_sequence=>120 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent12' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31296655368047375) +,p_theme_id=>42 +,p_name=>'ACCENT_13' +,p_display_name=>'Accent 13' +,p_display_sequence=>130 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent13' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31296814040047376) +,p_theme_id=>42 +,p_name=>'ACCENT_14' +,p_display_name=>'Accent 14' +,p_display_sequence=>140 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent14' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31297053220047376) +,p_theme_id=>42 +,p_name=>'ACCENT_15' +,p_display_name=>'Accent 15' +,p_display_sequence=>150 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'t-Region--accent15' +,p_group_id=>wwv_flow_imp.id(31235902533047172) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31297286582047377) +,p_theme_id=>42 +,p_name=>'SHOW_MAXIMIZE_BUTTON' +,p_display_name=>'Show Maximize Button' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31287510711047348) +,p_css_classes=>'js-showMaximizeButton' +,p_template_types=>'REGION' +,p_help_text=>'Displays a button in the Region Header to maximize the region. Clicking this button will toggle the maximize state and stretch the region to fill the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31298235006047380) +,p_theme_id=>42 +,p_name=>'REMEMBER_ACTIVE_TAB' +,p_display_name=>'Remember Active Tab' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31297360622047377) +,p_css_classes=>'js-useLocalStorage' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31298665987047381) +,p_theme_id=>42 +,p_name=>'FILL_TAB_LABELS' +,p_display_name=>'Fill Tab Labels' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31297360622047377) +,p_css_classes=>'t-TabsRegion-mod--fillLabels' +,p_group_id=>wwv_flow_imp.id(31298405181047381) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31299074307047382) +,p_theme_id=>42 +,p_name=>'SIMPLE' +,p_display_name=>'Simple' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31297360622047377) +,p_css_classes=>'t-TabsRegion-mod--simple' +,p_group_id=>wwv_flow_imp.id(31298820794047382) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31299229240047383) +,p_theme_id=>42 +,p_name=>'PILL' +,p_display_name=>'Pill' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31297360622047377) +,p_css_classes=>'t-TabsRegion-mod--pill' +,p_group_id=>wwv_flow_imp.id(31298820794047382) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31299622608047384) +,p_theme_id=>42 +,p_name=>'TABS_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31297360622047377) +,p_css_classes=>'t-TabsRegion-mod--small' +,p_group_id=>wwv_flow_imp.id(31299437052047384) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31299827523047385) +,p_theme_id=>42 +,p_name=>'TABSLARGE' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31297360622047377) +,p_css_classes=>'t-TabsRegion-mod--large' +,p_group_id=>wwv_flow_imp.id(31299437052047384) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31304155126047396) +,p_theme_id=>42 +,p_name=>'USE_COMPACT_STYLE' +,p_display_name=>'Use Compact Style' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31299982287047385) +,p_css_classes=>'t-BreadcrumbRegion--compactTitle' +,p_template_types=>'REGION' +,p_help_text=>'Uses a compact style for the breadcrumbs.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31304299998047396) +,p_theme_id=>42 +,p_name=>'HEADING_FONT_ALTERNATIVE' +,p_display_name=>'Alternative' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31299982287047385) +,p_css_classes=>'t-BreadcrumbRegion--headingFontAlt' +,p_group_id=>wwv_flow_imp.id(31252392786047232) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31304558021047397) +,p_theme_id=>42 +,p_name=>'HIDE_BREADCRUMB' +,p_display_name=>'Show Breadcrumbs' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31299982287047385) +,p_css_classes=>'t-BreadcrumbRegion--showBreadcrumb' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31304709762047398) +,p_theme_id=>42 +,p_name=>'GET_TITLE_FROM_BREADCRUMB' +,p_display_name=>'Use Current Breadcrumb Entry' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31299982287047385) +,p_css_classes=>'t-BreadcrumbRegion--useBreadcrumbTitle' +,p_group_id=>wwv_flow_imp.id(31252747527047233) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31304958415047398) +,p_theme_id=>42 +,p_name=>'REGION_HEADER_VISIBLE' +,p_display_name=>'Use Region Title' +,p_display_sequence=>1 +,p_region_template_id=>wwv_flow_imp.id(31299982287047385) +,p_css_classes=>'t-BreadcrumbRegion--useRegionTitle' +,p_group_id=>wwv_flow_imp.id(31252747527047233) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31306842395047403) +,p_theme_id=>42 +,p_name=>'SHOW_TITLE' +,p_display_name=>'Show Title' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31305034662047398) +,p_css_classes=>'t-Wizard--showTitle' +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31307221813047404) +,p_theme_id=>42 +,p_name=>'HIDESMALLSCREENS' +,p_display_name=>'Small Screens (Tablet)' +,p_display_sequence=>20 +,p_region_template_id=>wwv_flow_imp.id(31305034662047398) +,p_css_classes=>'t-Wizard--hideStepsSmall' +,p_group_id=>wwv_flow_imp.id(31307052381047404) +,p_template_types=>'REGION' +,p_help_text=>'Hides the wizard progress steps for screens that are smaller than 768px wide.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31307419784047405) +,p_theme_id=>42 +,p_name=>'HIDEXSMALLSCREENS' +,p_display_name=>'X Small Screens (Mobile)' +,p_display_sequence=>10 +,p_region_template_id=>wwv_flow_imp.id(31305034662047398) +,p_css_classes=>'t-Wizard--hideStepsXSmall' +,p_group_id=>wwv_flow_imp.id(31307052381047404) +,p_template_types=>'REGION' +,p_help_text=>'Hides the wizard progress steps for screens that are smaller than 768px wide.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31308086611047417) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'u-colors' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31308407722047420) +,p_theme_id=>42 +,p_name=>'CIRCULAR' +,p_display_name=>'Circular' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--circular' +,p_group_id=>wwv_flow_imp.id(31308219770047420) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31308649260047421) +,p_theme_id=>42 +,p_name=>'GRID' +,p_display_name=>'Grid' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--dash' +,p_group_id=>wwv_flow_imp.id(31308219770047420) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31309027362047422) +,p_theme_id=>42 +,p_name=>'128PX' +,p_display_name=>'128px' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--xxlarge' +,p_group_id=>wwv_flow_imp.id(31308830089047422) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31309271580047423) +,p_theme_id=>42 +,p_name=>'32PX' +,p_display_name=>'32px' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--small' +,p_group_id=>wwv_flow_imp.id(31308830089047422) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31309493114047424) +,p_theme_id=>42 +,p_name=>'48PX' +,p_display_name=>'48px' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--medium' +,p_group_id=>wwv_flow_imp.id(31308830089047422) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31309676851047424) +,p_theme_id=>42 +,p_name=>'64PX' +,p_display_name=>'64px' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--large' +,p_group_id=>wwv_flow_imp.id(31308830089047422) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31309889625047425) +,p_theme_id=>42 +,p_name=>'96PX' +,p_display_name=>'96px' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--xlarge' +,p_group_id=>wwv_flow_imp.id(31308830089047422) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31310202453047426) +,p_theme_id=>42 +,p_name=>'2COLUMNGRID' +,p_display_name=>'2 Column Grid' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +,p_help_text=>'Arrange badges in a two column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31310492265047427) +,p_theme_id=>42 +,p_name=>'3COLUMNGRID' +,p_display_name=>'3 Column Grid' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--3cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +,p_help_text=>'Arrange badges in a 3 column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31310607691047427) +,p_theme_id=>42 +,p_name=>'4COLUMNGRID' +,p_display_name=>'4 Column Grid' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--4cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31310881086047428) +,p_theme_id=>42 +,p_name=>'5COLUMNGRID' +,p_display_name=>'5 Column Grid' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--5cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31311019661047429) +,p_theme_id=>42 +,p_name=>'FLEXIBLEBOX' +,p_display_name=>'Flexible Box' +,p_display_sequence=>80 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--flex' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31311281009047429) +,p_theme_id=>42 +,p_name=>'FLOATITEMS' +,p_display_name=>'Float Items' +,p_display_sequence=>70 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--float' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31311436694047430) +,p_theme_id=>42 +,p_name=>'FIXED' +,p_display_name=>'Span Horizontally' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--fixed' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31311675993047431) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31307738164047416) +,p_css_classes=>'t-BadgeList--stacked' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31312011561047432) +,p_theme_id=>42 +,p_name=>'BLOCK' +,p_display_name=>'Block' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--featured t-Cards--block force-fa-lg' +,p_group_id=>wwv_flow_imp.id(31308219770047420) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31312225463047433) +,p_theme_id=>42 +,p_name=>'DISPLAY_SUBTITLE' +,p_display_name=>'Display Subtitle' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--displaySubtitle' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31312644980047434) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--iconsSquare' +,p_group_id=>wwv_flow_imp.id(31312444117047433) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31312812739047435) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--iconsRounded' +,p_group_id=>wwv_flow_imp.id(31312444117047433) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31313281815047436) +,p_theme_id=>42 +,p_name=>'CARDS_COLOR_FILL' +,p_display_name=>'Color Fill' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--animColorFill' +,p_group_id=>wwv_flow_imp.id(31313012548047435) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31313423634047437) +,p_theme_id=>42 +,p_name=>'CARD_RAISE_CARD' +,p_display_name=>'Raise Card' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--animRaiseCard' +,p_group_id=>wwv_flow_imp.id(31313012548047435) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31313603415047437) +,p_theme_id=>42 +,p_name=>'2_COLUMNS' +,p_display_name=>'2 Columns' +,p_display_sequence=>15 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31313878023047438) +,p_theme_id=>42 +,p_name=>'3_COLUMNS' +,p_display_name=>'3 Columns' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--3cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31314027796047439) +,p_theme_id=>42 +,p_name=>'4_COLUMNS' +,p_display_name=>'4 Columns' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--4cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31314234310047439) +,p_theme_id=>42 +,p_name=>'5_COLUMNS' +,p_display_name=>'5 Columns' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--5cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31314444215047440) +,p_theme_id=>42 +,p_name=>'FLOAT' +,p_display_name=>'Float' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--float' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31314612291047441) +,p_theme_id=>42 +,p_name=>'SPAN_HORIZONTALLY' +,p_display_name=>'Span Horizontally' +,p_display_sequence=>70 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--spanHorizontally' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31315096666047442) +,p_theme_id=>42 +,p_name=>'2_LINES' +,p_display_name=>'2 Lines' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--desc-2ln' +,p_group_id=>wwv_flow_imp.id(31314881035047441) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31315264104047443) +,p_theme_id=>42 +,p_name=>'3_LINES' +,p_display_name=>'3 Lines' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--desc-3ln' +,p_group_id=>wwv_flow_imp.id(31314881035047441) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31315486542047443) +,p_theme_id=>42 +,p_name=>'4_LINES' +,p_display_name=>'4 Lines' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--desc-4ln' +,p_group_id=>wwv_flow_imp.id(31314881035047441) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31315658138047444) +,p_theme_id=>42 +,p_name=>'USE_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'u-colors' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31316026905047445) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICONS' +,p_display_name=>'Display Icons' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--displayIcons' +,p_group_id=>wwv_flow_imp.id(31315889783047444) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31316219072047446) +,p_theme_id=>42 +,p_name=>'DISPLAY_INITIALS' +,p_display_name=>'Display Initials' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--displayInitials' +,p_group_id=>wwv_flow_imp.id(31315889783047444) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31316451785047446) +,p_theme_id=>42 +,p_name=>'FEATURED' +,p_display_name=>'Featured' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--featured force-fa-lg' +,p_group_id=>wwv_flow_imp.id(31308219770047420) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31316671979047447) +,p_theme_id=>42 +,p_name=>'BASIC' +,p_display_name=>'Basic' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--basic' +,p_group_id=>wwv_flow_imp.id(31308219770047420) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31316828495047448) +,p_theme_id=>42 +,p_name=>'COMPACT' +,p_display_name=>'Compact' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--compact' +,p_group_id=>wwv_flow_imp.id(31308219770047420) +,p_template_types=>'REPORT' +,p_help_text=>'Use this option when you want to show smaller cards.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31317056241047448) +,p_theme_id=>42 +,p_name=>'HIDDEN_BODY_TEXT' +,p_display_name=>'Hidden' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(31311775441047431) +,p_css_classes=>'t-Cards--hideBody' +,p_group_id=>wwv_flow_imp.id(31314881035047441) +,p_template_types=>'REPORT' +,p_help_text=>'This option hides the card body which contains description and subtext.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31317445306047450) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31317120060047449) +,p_css_classes=>'t-Comments--iconsSquare' +,p_group_id=>wwv_flow_imp.id(31312444117047433) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31317644539047451) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31317120060047449) +,p_css_classes=>'t-Comments--iconsRounded' +,p_group_id=>wwv_flow_imp.id(31312444117047433) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31318008902047452) +,p_theme_id=>42 +,p_name=>'BASIC' +,p_display_name=>'Basic' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31317120060047449) +,p_css_classes=>'t-Comments--basic' +,p_group_id=>wwv_flow_imp.id(31317812638047451) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31318210361047453) +,p_theme_id=>42 +,p_name=>'SPEECH_BUBBLES' +,p_display_name=>'Speech Bubbles' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31317120060047449) +,p_css_classes=>'t-Comments--chat' +,p_group_id=>wwv_flow_imp.id(31317812638047451) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31318867235047455) +,p_theme_id=>42 +,p_name=>'TITLE_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31318324689047453) +,p_css_classes=>'t-ContentRow--hideTitle' +,p_group_id=>wwv_flow_imp.id(31318600245047454) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Title from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31319206122047456) +,p_theme_id=>42 +,p_name=>'SELECTION_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31318324689047453) +,p_css_classes=>'t-ContentRow--hideSelection' +,p_group_id=>wwv_flow_imp.id(31319083204047455) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Selection column from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31319627806047457) +,p_theme_id=>42 +,p_name=>'ICON_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31318324689047453) +,p_css_classes=>'t-ContentRow--hideIcon' +,p_group_id=>wwv_flow_imp.id(31319490575047456) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Icon from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31320055585047458) +,p_theme_id=>42 +,p_name=>'DESCRIPTION_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(31318324689047453) +,p_css_classes=>'t-ContentRow--hideDescription' +,p_group_id=>wwv_flow_imp.id(31319869067047458) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Description from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31320451259047459) +,p_theme_id=>42 +,p_name=>'MISC_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(31318324689047453) +,p_css_classes=>'t-ContentRow--hideMisc' +,p_group_id=>wwv_flow_imp.id(31320225305047459) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Misc column from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31320843313047461) +,p_theme_id=>42 +,p_name=>'ACTIONS_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(31318324689047453) +,p_css_classes=>'t-ContentRow--hideActions' +,p_group_id=>wwv_flow_imp.id(31320610492047460) +,p_template_types=>'REPORT' +,p_help_text=>'Hides the Actions column from being rendered on the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31321226122047462) +,p_theme_id=>42 +,p_name=>'ALIGNMENT_TOP' +,p_display_name=>'Top' +,p_display_sequence=>100 +,p_report_template_id=>wwv_flow_imp.id(31318324689047453) +,p_css_classes=>'t-ContentRow--alignTop' +,p_group_id=>wwv_flow_imp.id(31321064769047461) +,p_template_types=>'REPORT' +,p_help_text=>'Aligns the content to the top of the row. This is useful when you expect that yours rows will vary in height (e.g. some rows will have longer descriptions than others).' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31321423397047463) +,p_theme_id=>42 +,p_name=>'STYLE_COMPACT' +,p_display_name=>'Compact' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(31318324689047453) +,p_css_classes=>'t-ContentRow--styleCompact' +,p_group_id=>wwv_flow_imp.id(31308219770047420) +,p_template_types=>'REPORT' +,p_help_text=>'This option reduces the padding and font sizes to present a compact display of the same information.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31321860328047464) +,p_theme_id=>42 +,p_name=>'HIDE_EMPTY_VALUES' +,p_display_name=>'Hide Empty Values' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(31321540969047463) +,p_css_classes=>'t-ContextualInfo--hideNulls' +,p_template_types=>'REPORT' +,p_help_text=>'This option will hide the null rows. Note: This only works in browsers that supports :has() pseudo-class.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31322236518047465) +,p_theme_id=>42 +,p_name=>'DISPLAY_ITEMS_STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(31321540969047463) +,p_css_classes=>'t-ContextualInfo-item--stacked' +,p_group_id=>wwv_flow_imp.id(31322004297047465) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31322617227047467) +,p_theme_id=>42 +,p_name=>'DISPLAY_LABELS_STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(31321540969047463) +,p_css_classes=>'t-ContextualInfo-label--stacked' +,p_group_id=>wwv_flow_imp.id(31322494129047466) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31323068434047469) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--iconsSquare' +,p_group_id=>wwv_flow_imp.id(31312444117047433) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31323275772047469) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--iconsRounded' +,p_group_id=>wwv_flow_imp.id(31312444117047433) +,p_template_types=>'REPORT' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31323613934047471) +,p_theme_id=>42 +,p_name=>'LARGE' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--large force-fa-lg' +,p_group_id=>wwv_flow_imp.id(31323454816047470) +,p_template_types=>'REPORT' +,p_help_text=>'Increases the size of the text and icons in the list.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31323840755047471) +,p_theme_id=>42 +,p_name=>'2_COLUMN_GRID' +,p_display_name=>'2 Column Grid' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--cols t-MediaList--2cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31324033396047472) +,p_theme_id=>42 +,p_name=>'3_COLUMN_GRID' +,p_display_name=>'3 Column Grid' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--cols t-MediaList--3cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31324247707047473) +,p_theme_id=>42 +,p_name=>'4_COLUMN_GRID' +,p_display_name=>'4 Column Grid' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--cols t-MediaList--4cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31324481230047474) +,p_theme_id=>42 +,p_name=>'5_COLUMN_GRID' +,p_display_name=>'5 Column Grid' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--cols t-MediaList--5cols' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31324610266047475) +,p_theme_id=>42 +,p_name=>'STACK' +,p_display_name=>'Stack' +,p_display_sequence=>5 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--stack' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31324864447047476) +,p_theme_id=>42 +,p_name=>'SPAN_HORIZONTAL' +,p_display_name=>'Span Horizontal' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--horizontal' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31325089332047476) +,p_theme_id=>42 +,p_name=>'SHOW_ICONS' +,p_display_name=>'Show Icons' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--showIcons' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31325203916047477) +,p_theme_id=>42 +,p_name=>'SHOW_DESCRIPTION' +,p_display_name=>'Show Description' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--showDesc' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31325487557047478) +,p_theme_id=>42 +,p_name=>'SHOW_BADGES' +,p_display_name=>'Show Badges' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'t-MediaList--showBadges' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31325697736047478) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(31322736067047467) +,p_css_classes=>'u-colors' +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31326403576047482) +,p_theme_id=>42 +,p_name=>'REMOVEALLBORDERS' +,p_display_name=>'No Borders' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31325945190047479) +,p_css_classes=>'t-Report--noBorders' +,p_group_id=>wwv_flow_imp.id(31326247712047481) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31326688429047482) +,p_theme_id=>42 +,p_name=>'STRETCHREPORT' +,p_display_name=>'Stretch Report' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31325945190047479) +,p_css_classes=>'t-Report--stretch' +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31326844224047483) +,p_theme_id=>42 +,p_name=>'REMOVEOUTERBORDERS' +,p_display_name=>'No Outer Borders' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(31325945190047479) +,p_css_classes=>'t-Report--inline' +,p_group_id=>wwv_flow_imp.id(31326247712047481) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31327244670047484) +,p_theme_id=>42 +,p_name=>'ALTROWCOLORSDISABLE' +,p_display_name=>'Disable' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31325945190047479) +,p_css_classes=>'t-Report--staticRowColors' +,p_group_id=>wwv_flow_imp.id(31327017286047483) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31327481753047485) +,p_theme_id=>42 +,p_name=>'ALTROWCOLORSENABLE' +,p_display_name=>'Enable' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31325945190047479) +,p_css_classes=>'t-Report--altRowsDefault' +,p_group_id=>wwv_flow_imp.id(31327017286047483) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31327684625047485) +,p_theme_id=>42 +,p_name=>'HORIZONTALBORDERS' +,p_display_name=>'Horizontal Only' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31325945190047479) +,p_css_classes=>'t-Report--horizontalBorders' +,p_group_id=>wwv_flow_imp.id(31326247712047481) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31327885490047486) +,p_theme_id=>42 +,p_name=>'VERTICALBORDERS' +,p_display_name=>'Vertical Only' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31325945190047479) +,p_css_classes=>'t-Report--verticalBorders' +,p_group_id=>wwv_flow_imp.id(31326247712047481) +,p_template_types=>'REPORT' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31328205325047487) +,p_theme_id=>42 +,p_name=>'ENABLE' +,p_display_name=>'Enable' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31325945190047479) +,p_css_classes=>'t-Report--rowHighlight' +,p_group_id=>wwv_flow_imp.id(31328060212047487) +,p_template_types=>'REPORT' +,p_help_text=>'Enable row highlighting on mouse over' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31328418528047488) +,p_theme_id=>42 +,p_name=>'ROWHIGHLIGHTDISABLE' +,p_display_name=>'Disable' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31325945190047479) +,p_css_classes=>'t-Report--rowHighlightOff' +,p_group_id=>wwv_flow_imp.id(31328060212047487) +,p_template_types=>'REPORT' +,p_help_text=>'Disable row highlighting on mouse over' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31328893352047490) +,p_theme_id=>42 +,p_name=>'COMPACT' +,p_display_name=>'Compact' +,p_display_sequence=>1 +,p_report_template_id=>wwv_flow_imp.id(31328587321047489) +,p_css_classes=>'t-Timeline--compact' +,p_group_id=>wwv_flow_imp.id(31308219770047420) +,p_template_types=>'REPORT' +,p_help_text=>'Displays a compact version of timeline with smaller text and fewer columns.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31329211221047491) +,p_theme_id=>42 +,p_name=>'HIDE_EMPTY_VALUES' +,p_display_name=>'Hide Empty Values' +,p_display_sequence=>70 +,p_report_template_id=>wwv_flow_imp.id(31328974689047490) +,p_css_classes=>'t-AVPList--hideNulls' +,p_template_types=>'REPORT' +,p_help_text=>'This option will hide the null rows. Note: This only works in browsers that supports :has() pseudo-class.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31329410735047492) +,p_theme_id=>42 +,p_name=>'LEFT_ALIGNED_DETAILS' +,p_display_name=>'Left Aligned Details' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31328974689047490) +,p_css_classes=>'t-AVPList--leftAligned' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31329698663047493) +,p_theme_id=>42 +,p_name=>'RIGHT_ALIGNED_DETAILS' +,p_display_name=>'Right Aligned Details' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31328974689047490) +,p_css_classes=>'t-AVPList--rightAligned' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31330074142047494) +,p_theme_id=>42 +,p_name=>'FIXED_SMALL' +,p_display_name=>'Fixed - Small' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31328974689047490) +,p_css_classes=>'t-AVPList--fixedLabelSmall' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31330218572047495) +,p_theme_id=>42 +,p_name=>'FIXED_MEDIUM' +,p_display_name=>'Fixed - Medium' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31328974689047490) +,p_css_classes=>'t-AVPList--fixedLabelMedium' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31330461739047495) +,p_theme_id=>42 +,p_name=>'FIXED_LARGE' +,p_display_name=>'Fixed - Large' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31328974689047490) +,p_css_classes=>'t-AVPList--fixedLabelLarge' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31330602929047496) +,p_theme_id=>42 +,p_name=>'VARIABLE_SMALL' +,p_display_name=>'Variable - Small' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(31328974689047490) +,p_css_classes=>'t-AVPList--variableLabelSmall' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31330825282047497) +,p_theme_id=>42 +,p_name=>'VARIABLE_MEDIUM' +,p_display_name=>'Variable - Medium' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(31328974689047490) +,p_css_classes=>'t-AVPList--variableLabelMedium' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31331062268047497) +,p_theme_id=>42 +,p_name=>'VARIABLE_LARGE' +,p_display_name=>'Variable - Large' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(31328974689047490) +,p_css_classes=>'t-AVPList--variableLabelLarge' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31331485142047499) +,p_theme_id=>42 +,p_name=>'FIXED_SMALL' +,p_display_name=>'Fixed - Small' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31331125516047497) +,p_css_classes=>'t-AVPList--fixedLabelSmall' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31331627221047499) +,p_theme_id=>42 +,p_name=>'FIXED_MEDIUM' +,p_display_name=>'Fixed - Medium' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31331125516047497) +,p_css_classes=>'t-AVPList--fixedLabelMedium' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31331808965047500) +,p_theme_id=>42 +,p_name=>'FIXED_LARGE' +,p_display_name=>'Fixed - Large' +,p_display_sequence=>30 +,p_report_template_id=>wwv_flow_imp.id(31331125516047497) +,p_css_classes=>'t-AVPList--fixedLabelLarge' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31332073698047501) +,p_theme_id=>42 +,p_name=>'VARIABLE_LARGE' +,p_display_name=>'Variable - Large' +,p_display_sequence=>60 +,p_report_template_id=>wwv_flow_imp.id(31331125516047497) +,p_css_classes=>'t-AVPList--variableLabelLarge' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31332218462047501) +,p_theme_id=>42 +,p_name=>'VARIABLE_MEDIUM' +,p_display_name=>'Variable - Medium' +,p_display_sequence=>50 +,p_report_template_id=>wwv_flow_imp.id(31331125516047497) +,p_css_classes=>'t-AVPList--variableLabelMedium' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31332420739047502) +,p_theme_id=>42 +,p_name=>'VARIABLE_SMALL' +,p_display_name=>'Variable - Small' +,p_display_sequence=>40 +,p_report_template_id=>wwv_flow_imp.id(31331125516047497) +,p_css_classes=>'t-AVPList--variableLabelSmall' +,p_group_id=>wwv_flow_imp.id(31329896644047493) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31332640128047503) +,p_theme_id=>42 +,p_name=>'LEFT_ALIGNED_DETAILS' +,p_display_name=>'Left Aligned Details' +,p_display_sequence=>10 +,p_report_template_id=>wwv_flow_imp.id(31331125516047497) +,p_css_classes=>'t-AVPList--leftAligned' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31332896288047503) +,p_theme_id=>42 +,p_name=>'RIGHT_ALIGNED_DETAILS' +,p_display_name=>'Right Aligned Details' +,p_display_sequence=>20 +,p_report_template_id=>wwv_flow_imp.id(31331125516047497) +,p_css_classes=>'t-AVPList--rightAligned' +,p_group_id=>wwv_flow_imp.id(31310025303047425) +,p_template_types=>'REPORT' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31333200566047519) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'u-colors' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31333665019047520) +,p_theme_id=>42 +,p_name=>'CIRCULAR' +,p_display_name=>'Circular' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--circular' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31333857003047521) +,p_theme_id=>42 +,p_name=>'GRID' +,p_display_name=>'Grid' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--dash' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31334220830047522) +,p_theme_id=>42 +,p_name=>'FLOATITEMS' +,p_display_name=>'Float Items' +,p_display_sequence=>70 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--float' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Float badges to left' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31334428905047523) +,p_theme_id=>42 +,p_name=>'FLEXIBLEBOX' +,p_display_name=>'Flexible Box' +,p_display_sequence=>80 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--flex' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Use flexbox to arrange items' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31334603536047524) +,p_theme_id=>42 +,p_name=>'FIXED' +,p_display_name=>'Span Horizontally' +,p_display_sequence=>60 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--fixed' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Span badges horizontally' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31334891702047524) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--stacked' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Stack badges on top of each other' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31335077204047525) +,p_theme_id=>42 +,p_name=>'2COLUMNGRID' +,p_display_name=>'2 Column Grid' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Arrange badges in a two column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31335266108047526) +,p_theme_id=>42 +,p_name=>'3COLUMNGRID' +,p_display_name=>'3 Column Grid' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--3cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Arrange badges in a 3 column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31335431999047526) +,p_theme_id=>42 +,p_name=>'4COLUMNGRID' +,p_display_name=>'4 Column Grid' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--4cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Arrange badges in 4 column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31335666999047527) +,p_theme_id=>42 +,p_name=>'5COLUMNGRID' +,p_display_name=>'5 Column Grid' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--cols t-BadgeList--5cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Arrange badges in a 5 column grid' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31336024320047528) +,p_theme_id=>42 +,p_name=>'SMALL' +,p_display_name=>'32px' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--small' +,p_group_id=>wwv_flow_imp.id(31335851511047528) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31336210463047529) +,p_theme_id=>42 +,p_name=>'MEDIUM' +,p_display_name=>'48px' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--medium' +,p_group_id=>wwv_flow_imp.id(31335851511047528) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31336405296047530) +,p_theme_id=>42 +,p_name=>'LARGE' +,p_display_name=>'64px' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--large' +,p_group_id=>wwv_flow_imp.id(31335851511047528) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31336624150047530) +,p_theme_id=>42 +,p_name=>'XXLARGE' +,p_display_name=>'128px' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--xxlarge' +,p_group_id=>wwv_flow_imp.id(31335851511047528) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31336862467047531) +,p_theme_id=>42 +,p_name=>'XLARGE' +,p_display_name=>'96px' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(31332927167047507) +,p_css_classes=>'t-BadgeList--xlarge' +,p_group_id=>wwv_flow_imp.id(31335851511047528) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31337274064047533) +,p_theme_id=>42 +,p_name=>'DISPLAY_SUBTITLE' +,p_display_name=>'Display Subtitle' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--displaySubtitle' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31337414799047533) +,p_theme_id=>42 +,p_name=>'BLOCK' +,p_display_name=>'Block' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--featured t-Cards--block force-fa-lg' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31337822717047535) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--iconsSquare' +,p_group_id=>wwv_flow_imp.id(31337659204047534) +,p_template_types=>'LIST' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31338060931047535) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--iconsRounded' +,p_group_id=>wwv_flow_imp.id(31337659204047534) +,p_template_types=>'LIST' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31338220263047536) +,p_theme_id=>42 +,p_name=>'CARDS_STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>5 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--stacked' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Stacks the cards on top of each other.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31338614902047537) +,p_theme_id=>42 +,p_name=>'COLOR_FILL' +,p_display_name=>'Color Fill' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--animColorFill' +,p_group_id=>wwv_flow_imp.id(31338487549047537) +,p_template_types=>'LIST' +,p_help_text=>'Fills the card background with the color of the icon or default link style.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31338833010047538) +,p_theme_id=>42 +,p_name=>'RAISE_CARD' +,p_display_name=>'Raise Card' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--animRaiseCard' +,p_group_id=>wwv_flow_imp.id(31338487549047537) +,p_template_types=>'LIST' +,p_help_text=>'Raises the card so it pops up.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31339034298047539) +,p_theme_id=>42 +,p_name=>'SPAN_HORIZONTALLY' +,p_display_name=>'Span Horizontally' +,p_display_sequence=>70 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--spanHorizontally' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31339227570047539) +,p_theme_id=>42 +,p_name=>'FLOAT' +,p_display_name=>'Float' +,p_display_sequence=>60 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--float' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31339482867047540) +,p_theme_id=>42 +,p_name=>'2_COLUMNS' +,p_display_name=>'2 Columns' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31339665035047541) +,p_theme_id=>42 +,p_name=>'3_COLUMNS' +,p_display_name=>'3 Columns' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--3cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31339846150047541) +,p_theme_id=>42 +,p_name=>'4_COLUMNS' +,p_display_name=>'4 Columns' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--4cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31340078874047542) +,p_theme_id=>42 +,p_name=>'5_COLUMNS' +,p_display_name=>'5 Columns' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--5cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31340291082047543) +,p_theme_id=>42 +,p_name=>'FEATURED' +,p_display_name=>'Featured' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--featured force-fa-lg' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31340470098047543) +,p_theme_id=>42 +,p_name=>'BASIC' +,p_display_name=>'Basic' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--basic' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31340687052047544) +,p_theme_id=>42 +,p_name=>'USE_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'u-colors' +,p_template_types=>'LIST' +,p_help_text=>'Applies the colors from the theme''s color palette to the icons or initials within cards.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31341014518047545) +,p_theme_id=>42 +,p_name=>'DISPLAY_ICONS' +,p_display_name=>'Display Icons' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--displayIcons' +,p_group_id=>wwv_flow_imp.id(31340842392047545) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31341218032047546) +,p_theme_id=>42 +,p_name=>'DISPLAY_INITIALS' +,p_display_name=>'Display Initials' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--displayInitials' +,p_group_id=>wwv_flow_imp.id(31340842392047545) +,p_template_types=>'LIST' +,p_help_text=>'Initials come from List Attribute 3' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31341604192047547) +,p_theme_id=>42 +,p_name=>'2_LINES' +,p_display_name=>'2 Lines' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--desc-2ln' +,p_group_id=>wwv_flow_imp.id(31341441364047546) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31341893923047548) +,p_theme_id=>42 +,p_name=>'3_LINES' +,p_display_name=>'3 Lines' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--desc-3ln' +,p_group_id=>wwv_flow_imp.id(31341441364047546) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31342020252047548) +,p_theme_id=>42 +,p_name=>'4_LINES' +,p_display_name=>'4 Lines' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--desc-4ln' +,p_group_id=>wwv_flow_imp.id(31341441364047546) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31342265523047549) +,p_theme_id=>42 +,p_name=>'COMPACT' +,p_display_name=>'Compact' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--compact' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +,p_help_text=>'Use this option when you want to show smaller cards.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31342407360047550) +,p_theme_id=>42 +,p_name=>'HIDDEN_BODY_TEXT' +,p_display_name=>'Hidden' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(31336968034047531) +,p_css_classes=>'t-Cards--hideBody' +,p_group_id=>wwv_flow_imp.id(31341441364047546) +,p_template_types=>'LIST' +,p_help_text=>'This option hides the card body which contains description and subtext.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31343071451047552) +,p_theme_id=>42 +,p_name=>'SHOWICONS' +,p_display_name=>'For All Items' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31342577477047550) +,p_css_classes=>'t-LinksList--showIcons' +,p_group_id=>wwv_flow_imp.id(31342849330047551) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31343290491047553) +,p_theme_id=>42 +,p_name=>'SHOWGOTOARROW' +,p_display_name=>'Show Right Arrow' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31342577477047550) +,p_css_classes=>'t-LinksList--showArrow' +,p_template_types=>'LIST' +,p_help_text=>'Show arrow to the right of link' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31343408793047553) +,p_theme_id=>42 +,p_name=>'DISABLETEXTWRAPPING' +,p_display_name=>'Disable Text Wrapping' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31342577477047550) +,p_css_classes=>'t-LinksList--nowrap' +,p_template_types=>'LIST' +,p_help_text=>'Do not allow link text to wrap to new lines. Truncate with ellipsis.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31343658239047554) +,p_theme_id=>42 +,p_name=>'SHOWBADGES' +,p_display_name=>'Show Badges' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31342577477047550) +,p_css_classes=>'t-LinksList--showBadge' +,p_template_types=>'LIST' +,p_help_text=>'Show badge to right of link (requires Attribute 1 to be populated)' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31343855977047554) +,p_theme_id=>42 +,p_name=>'SHOWTOPICONS' +,p_display_name=>'For Top Level Items Only' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31342577477047550) +,p_css_classes=>'t-LinksList--showTopIcons' +,p_group_id=>wwv_flow_imp.id(31342849330047551) +,p_template_types=>'LIST' +,p_help_text=>'This will show icons for top level items of the list only. It will not show icons for sub lists.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31344034907047556) +,p_theme_id=>42 +,p_name=>'ACTIONS' +,p_display_name=>'Actions' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31342577477047550) +,p_css_classes=>'t-LinksList--actions' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +,p_help_text=>'Render as actions to be placed on the right side column.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31344493197047558) +,p_theme_id=>42 +,p_name=>'ICONS_SQUARE' +,p_display_name=>'Square' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--iconsSquare' +,p_group_id=>wwv_flow_imp.id(31337659204047534) +,p_template_types=>'LIST' +,p_help_text=>'The icons are displayed within a square shape.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31344671075047559) +,p_theme_id=>42 +,p_name=>'ICONS_ROUNDED' +,p_display_name=>'Rounded Corners' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--iconsRounded' +,p_group_id=>wwv_flow_imp.id(31337659204047534) +,p_template_types=>'LIST' +,p_help_text=>'The icons are displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31344813932047559) +,p_theme_id=>42 +,p_name=>'SPANHORIZONTAL' +,p_display_name=>'Span Horizontal' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--horizontal' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Show all list items in one horizontal row.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31345083088047560) +,p_theme_id=>42 +,p_name=>'2COLUMNGRID' +,p_display_name=>'2 Column Grid' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--cols t-MediaList--2cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31345220782047561) +,p_theme_id=>42 +,p_name=>'3COLUMNGRID' +,p_display_name=>'3 Column Grid' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--cols t-MediaList--3cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31345408049047562) +,p_theme_id=>42 +,p_name=>'4COLUMNGRID' +,p_display_name=>'4 Column Grid' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--cols t-MediaList--4cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31345671440047563) +,p_theme_id=>42 +,p_name=>'5COLUMNGRID' +,p_display_name=>'5 Column Grid' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--cols t-MediaList--5cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31345897062047563) +,p_theme_id=>42 +,p_name=>'APPLY_THEME_COLORS' +,p_display_name=>'Apply Theme Colors' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'u-colors' +,p_template_types=>'LIST' +,p_help_text=>'Applies colors from the Theme''s color palette to icons in the list.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31346270688047565) +,p_theme_id=>42 +,p_name=>'LIST_SIZE_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--large force-fa-lg' +,p_group_id=>wwv_flow_imp.id(31346054661047564) +,p_template_types=>'LIST' +,p_help_text=>'Increases the size of the text and icons in the list.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31346403709047565) +,p_theme_id=>42 +,p_name=>'SHOW_ICONS' +,p_display_name=>'Show Icons' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--showIcons' +,p_template_types=>'LIST' +,p_help_text=>'Display an icon next to the list item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31346662038047566) +,p_theme_id=>42 +,p_name=>'SHOW_DESCRIPTION' +,p_display_name=>'Show Description' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--showDesc' +,p_template_types=>'LIST' +,p_help_text=>'Shows the description (Attribute 1) for each list item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31346825641047567) +,p_theme_id=>42 +,p_name=>'SHOW_BADGES' +,p_display_name=>'Show Badges' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31344138206047556) +,p_css_classes=>'t-MediaList--showBadges' +,p_template_types=>'LIST' +,p_help_text=>'Show a badge (Attribute 2) to the right of the list item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31347288957047570) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(31346939209047567) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add display a callout for the menu.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31347479807047570) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(31346939209047567) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add shortcuts for menu items. Note that actions.js must be included on your page to support this functionality.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31347695105047571) +,p_theme_id=>42 +,p_name=>'BEHAVE_LIKE_TABS' +,p_display_name=>'Behave Like Tabs' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31346939209047567) +,p_css_classes=>'js-tabLike' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31347885611047572) +,p_theme_id=>42 +,p_name=>'SHOW_SUB_MENU_ICONS' +,p_display_name=>'Show Sub Menu Icons' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31346939209047567) +,p_css_classes=>'js-showSubMenuIcons' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31348229502047573) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31347904065047572) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Enables you to define a keyboard shortcut to activate the menu item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31348404819047574) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31347904065047572) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add display a callout for the menu. Note that callout will only be displayed if the data-parent-element custom attribute is defined.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31348816679047576) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31348512523047574) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add display a callout for the menu.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31349271662047578) +,p_theme_id=>42 +,p_name=>'STYLE_A' +,p_display_name=>'Style A' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31348939739047576) +,p_css_classes=>'t-TreeNav--styleA' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +,p_help_text=>'Style Variation A' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31349413656047578) +,p_theme_id=>42 +,p_name=>'STYLE_B' +,p_display_name=>'Style B' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31348939739047576) +,p_css_classes=>'t-TreeNav--styleB' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +,p_help_text=>'Style Variation B' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31349672947047579) +,p_theme_id=>42 +,p_name=>'STYLE_C' +,p_display_name=>'Classic' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31348939739047576) +,p_css_classes=>'t-TreeNav--classic' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +,p_help_text=>'Classic Style' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31350022743047580) +,p_theme_id=>42 +,p_name=>'COLLAPSE_STYLE_HIDDEN' +,p_display_name=>'Hidden' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31348939739047576) +,p_css_classes=>'js-navCollapsed--hidden' +,p_group_id=>wwv_flow_imp.id(31349798798047580) +,p_template_types=>'LIST' +,p_help_text=>'Completely hide the navigation menu when it is collapsed.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31350275207047581) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(31348939739047576) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add shortcuts for menu items. Note that actions.js must be included on your page to support this functionality.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31350423701047582) +,p_theme_id=>42 +,p_name=>'ICON_DEFAULT' +,p_display_name=>'Icon' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31348939739047576) +,p_css_classes=>'js-navCollapsed--default' +,p_group_id=>wwv_flow_imp.id(31349798798047580) +,p_template_types=>'LIST' +,p_help_text=>'Display icons when the navigation menu is collapsed for large screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31350690821047582) +,p_theme_id=>42 +,p_name=>'COLLAPSED_DEFAULT' +,p_display_name=>'Collapsed by Default' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31348939739047576) +,p_css_classes=>'js-defaultCollapsed' +,p_template_types=>'LIST' +,p_help_text=>'This option will load the side navigation menu in a collapsed state by default.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31351073747047584) +,p_theme_id=>42 +,p_name=>'LARGE' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31350713684047582) +,p_css_classes=>'t-Tabs--large' +,p_group_id=>wwv_flow_imp.id(31346054661047564) +,p_template_types=>'LIST' +,p_help_text=>'Increases font size and white space around tab items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31351276323047584) +,p_theme_id=>42 +,p_name=>'SIMPLE' +,p_display_name=>'Simple' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31350713684047582) +,p_css_classes=>'t-Tabs--simple' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +,p_help_text=>'A very simplistic tab UI.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31351417531047585) +,p_theme_id=>42 +,p_name=>'PILL' +,p_display_name=>'Pill' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31350713684047582) +,p_css_classes=>'t-Tabs--pill' +,p_group_id=>wwv_flow_imp.id(31333469453047520) +,p_template_types=>'LIST' +,p_help_text=>'Displays tabs in a pill container.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31351641700047586) +,p_theme_id=>42 +,p_name=>'INLINE_WITH_LABEL' +,p_display_name=>'Inline with Label' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31350713684047582) +,p_css_classes=>'t-Tabs--inlineIcons' +,p_group_id=>wwv_flow_imp.id(31340842392047545) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31351828411047587) +,p_theme_id=>42 +,p_name=>'ABOVE_LABEL' +,p_display_name=>'Above Label' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31350713684047582) +,p_css_classes=>'t-Tabs--iconsAbove' +,p_group_id=>wwv_flow_imp.id(31340842392047545) +,p_template_types=>'LIST' +,p_help_text=>'Places icons above tab label.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31352067082047587) +,p_theme_id=>42 +,p_name=>'FILL_LABELS' +,p_display_name=>'Fill Labels' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(31350713684047582) +,p_css_classes=>'t-Tabs--fillLabels' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +,p_help_text=>'Stretch tabs to fill to the width of the tabs container.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31352228375047588) +,p_theme_id=>42 +,p_name=>'SMALL' +,p_display_name=>'Small' +,p_display_sequence=>5 +,p_list_template_id=>wwv_flow_imp.id(31350713684047582) +,p_css_classes=>'t-Tabs--small' +,p_group_id=>wwv_flow_imp.id(31346054661047564) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31352638799047590) +,p_theme_id=>42 +,p_name=>'FULL_WIDTH' +,p_display_name=>'Full Width' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31352304501047588) +,p_css_classes=>'t-MegaMenu--fullWidth' +,p_template_types=>'LIST' +,p_help_text=>'Stretches the menu to fill the width of the screen.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31352898395047590) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31352304501047588) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Displays a callout arrow that points to where the menu was activated from.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31353076328047591) +,p_theme_id=>42 +,p_name=>'2_COLUMNS' +,p_display_name=>'2 Columns' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31352304501047588) +,p_css_classes=>'t-MegaMenu--layout2Cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31353251512047592) +,p_theme_id=>42 +,p_name=>'3_COLUMNS' +,p_display_name=>'3 Columns' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31352304501047588) +,p_css_classes=>'t-MegaMenu--layout3Cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31353401233047592) +,p_theme_id=>42 +,p_name=>'4_COLUMNS' +,p_display_name=>'4 Columns' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31352304501047588) +,p_css_classes=>'t-MegaMenu--layout4Cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31353687372047593) +,p_theme_id=>42 +,p_name=>'5_COLUMNS' +,p_display_name=>'5 Columns' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(31352304501047588) +,p_css_classes=>'t-MegaMenu--layout5Cols' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31353851365047594) +,p_theme_id=>42 +,p_name=>'STACKED' +,p_display_name=>'Stacked' +,p_display_sequence=>60 +,p_list_template_id=>wwv_flow_imp.id(31352304501047588) +,p_css_classes=>'t-MegaMenu--layoutStacked' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31354030292047594) +,p_theme_id=>42 +,p_name=>'CUSTOM' +,p_display_name=>'Custom' +,p_display_sequence=>60 +,p_list_template_id=>wwv_flow_imp.id(31352304501047588) +,p_css_classes=>'t-MegaMenu--layoutCustom' +,p_group_id=>wwv_flow_imp.id(31334085454047522) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31354285356047595) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(31352304501047588) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add shortcuts for menu items. Note that actions.js must be included on your page to support this functionality.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31354608620047596) +,p_theme_id=>42 +,p_name=>'DISPLAY_MENU_CALLOUT' +,p_display_name=>'Display Menu Callout' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(31354380661047595) +,p_css_classes=>'js-menu-callout' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add display a callout for the menu.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31354806414047597) +,p_theme_id=>42 +,p_name=>'ADD_ACTIONS' +,p_display_name=>'Add Actions' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(31354380661047595) +,p_css_classes=>'js-addActions' +,p_template_types=>'LIST' +,p_help_text=>'Use this option to add shortcuts for menu items. Note that actions.js must be included on your page to support this functionality.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31355095422047598) +,p_theme_id=>42 +,p_name=>'BEHAVE_LIKE_TABS' +,p_display_name=>'Behave Like Tabs' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(31354380661047595) +,p_css_classes=>'js-tabLike' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31355289397047598) +,p_theme_id=>42 +,p_name=>'SHOW_SUB_MENU_ICONS' +,p_display_name=>'Show Sub Menu Icons' +,p_display_sequence=>1 +,p_list_template_id=>wwv_flow_imp.id(31354380661047595) +,p_css_classes=>'js-showSubMenuIcons' +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31355889722047601) +,p_theme_id=>42 +,p_name=>'LABEL_INLINE_LG' +,p_display_name=>'Display labels inline' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31355361482047598) +,p_css_classes=>'t-NavTabs--inlineLabels-lg' +,p_group_id=>wwv_flow_imp.id(31355659206047600) +,p_template_types=>'LIST' +,p_help_text=>'Display the label inline with the icon and badge' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31356044424047602) +,p_theme_id=>42 +,p_name=>'LABEL_ABOVE_LG' +,p_display_name=>'Display labels above' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31355361482047598) +,p_css_classes=>'t-NavTabs--stacked' +,p_group_id=>wwv_flow_imp.id(31355659206047600) +,p_template_types=>'LIST' +,p_help_text=>'Display the label stacked above the icon and badge' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31356232122047602) +,p_theme_id=>42 +,p_name=>'NO_LABEL_LG' +,p_display_name=>'Do not display labels' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31355361482047598) +,p_css_classes=>'t-NavTabs--hiddenLabels-lg' +,p_group_id=>wwv_flow_imp.id(31355659206047600) +,p_template_types=>'LIST' +,p_help_text=>'Hides the label for the list item' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31356638959047604) +,p_theme_id=>42 +,p_name=>'DISPLAY_LABELS_SM' +,p_display_name=>'Display labels' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(31355361482047598) +,p_css_classes=>'t-NavTabs--displayLabels-sm' +,p_group_id=>wwv_flow_imp.id(31356446897047603) +,p_template_types=>'LIST' +,p_help_text=>'Displays the label for the list items below the icon' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31356807148047604) +,p_theme_id=>42 +,p_name=>'HIDE_LABELS_SM' +,p_display_name=>'Do not display labels' +,p_display_sequence=>50 +,p_list_template_id=>wwv_flow_imp.id(31355361482047598) +,p_css_classes=>'t-NavTabs--hiddenLabels-sm' +,p_group_id=>wwv_flow_imp.id(31356446897047603) +,p_template_types=>'LIST' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31357296840047606) +,p_theme_id=>42 +,p_name=>'WIZARD_PROGRESS_LINKS' +,p_display_name=>'Make Wizard Steps Clickable' +,p_display_sequence=>40 +,p_list_template_id=>wwv_flow_imp.id(31356974588047605) +,p_css_classes=>'js-wizardProgressLinks' +,p_template_types=>'LIST' +,p_help_text=>'This option will make the wizard steps clickable links.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31357464116047606) +,p_theme_id=>42 +,p_name=>'VERTICAL_LIST' +,p_display_name=>'Vertical Orientation' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31356974588047605) +,p_css_classes=>'t-WizardSteps--vertical' +,p_template_types=>'LIST' +,p_help_text=>'Displays the wizard progress list in a vertical orientation and is suitable for displaying within a side column of a page.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31357865663047608) +,p_theme_id=>42 +,p_name=>'ALLSTEPS' +,p_display_name=>'All Steps' +,p_display_sequence=>10 +,p_list_template_id=>wwv_flow_imp.id(31356974588047605) +,p_css_classes=>'t-WizardSteps--displayLabels' +,p_group_id=>wwv_flow_imp.id(31357683769047607) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31358095528047608) +,p_theme_id=>42 +,p_name=>'CURRENTSTEPONLY' +,p_display_name=>'Current Step Only' +,p_display_sequence=>20 +,p_list_template_id=>wwv_flow_imp.id(31356974588047605) +,p_css_classes=>'t-WizardSteps--displayCurrentLabelOnly' +,p_group_id=>wwv_flow_imp.id(31357683769047607) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31358297862047609) +,p_theme_id=>42 +,p_name=>'HIDELABELS' +,p_display_name=>'Hide Labels' +,p_display_sequence=>30 +,p_list_template_id=>wwv_flow_imp.id(31356974588047605) +,p_css_classes=>'t-WizardSteps--hideLabels' +,p_group_id=>wwv_flow_imp.id(31357683769047607) +,p_template_types=>'LIST' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31359158171047620) +,p_theme_id=>42 +,p_name=>'INDICATOR_ASTERISK' +,p_display_name=>'Asterisk' +,p_display_sequence=>10 +,p_field_template_id=>wwv_flow_imp.id(31358704193047618) +,p_css_classes=>'t-Form-fieldContainer--indicatorAsterisk' +,p_group_id=>wwv_flow_imp.id(31358899556047619) +,p_template_types=>'FIELD' +,p_help_text=>'Displays an asterisk * on required items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31359320280047620) +,p_theme_id=>42 +,p_name=>'INDICATOR_LABEL' +,p_display_name=>'Inline Label' +,p_display_sequence=>20 +,p_field_template_id=>wwv_flow_imp.id(31358704193047618) +,p_css_classes=>'t-Form-fieldContainer--indicatorLabel' +,p_group_id=>wwv_flow_imp.id(31358899556047619) +,p_template_types=>'FIELD' +,p_help_text=>'Displays "Required" inline.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31359616288047622) +,p_theme_id=>42 +,p_name=>'INDICATOR_ASTERISK' +,p_display_name=>'Asterisk' +,p_display_sequence=>10 +,p_field_template_id=>wwv_flow_imp.id(31359466136047621) +,p_css_classes=>'t-Form-fieldContainer--indicatorAsterisk' +,p_group_id=>wwv_flow_imp.id(31358899556047619) +,p_template_types=>'FIELD' +,p_help_text=>'Displays an asterisk * on required items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31359823603047623) +,p_theme_id=>42 +,p_name=>'INDICATOR_LABEL' +,p_display_name=>'Inline Label' +,p_display_sequence=>20 +,p_field_template_id=>wwv_flow_imp.id(31359466136047621) +,p_css_classes=>'t-Form-fieldContainer--indicatorLabel' +,p_group_id=>wwv_flow_imp.id(31358899556047619) +,p_template_types=>'FIELD' +,p_help_text=>'Displays "Required" inline.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31360181373047625) +,p_theme_id=>42 +,p_name=>'INDICATOR_ASTERISK' +,p_display_name=>'Asterisk' +,p_display_sequence=>10 +,p_field_template_id=>wwv_flow_imp.id(31359925708047623) +,p_css_classes=>'t-Form-fieldContainer--indicatorAsterisk' +,p_group_id=>wwv_flow_imp.id(31358899556047619) +,p_template_types=>'FIELD' +,p_help_text=>'Displays an asterisk * on required items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31360305477047625) +,p_theme_id=>42 +,p_name=>'INDICATOR_LABEL' +,p_display_name=>'Inline Label' +,p_display_sequence=>20 +,p_field_template_id=>wwv_flow_imp.id(31359925708047623) +,p_css_classes=>'t-Form-fieldContainer--indicatorLabel' +,p_group_id=>wwv_flow_imp.id(31358899556047619) +,p_template_types=>'FIELD' +,p_help_text=>'Displays "Required" inline.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31360850433047636) +,p_theme_id=>42 +,p_name=>'SPIN' +,p_display_name=>'Spin' +,p_display_sequence=>10 +,p_button_template_id=>wwv_flow_imp.id(31360458231047627) +,p_css_classes=>'t-Button--hoverIconSpin' +,p_group_id=>wwv_flow_imp.id(31360692804047635) +,p_template_types=>'BUTTON' +,p_help_text=>'The icon will spin on button hover or focus.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31361096249047637) +,p_theme_id=>42 +,p_name=>'PUSH' +,p_display_name=>'Push' +,p_display_sequence=>20 +,p_button_template_id=>wwv_flow_imp.id(31360458231047627) +,p_css_classes=>'t-Button--hoverIconPush' +,p_group_id=>wwv_flow_imp.id(31360692804047635) +,p_template_types=>'BUTTON' +,p_help_text=>'The icon will animate to the right or left on button hover or focus.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31361430031047638) +,p_theme_id=>42 +,p_name=>'HIDE_ICON_ON_DESKTOP' +,p_display_name=>'Hide Icon on Desktop' +,p_display_sequence=>20 +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_css_classes=>'t-Button--desktopHideIcon' +,p_template_types=>'BUTTON' +,p_help_text=>'This template options hides the button icon on large screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31361633001047639) +,p_theme_id=>42 +,p_name=>'HIDE_LABEL_ON_MOBILE' +,p_display_name=>'Hide Label on Mobile' +,p_display_sequence=>10 +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_css_classes=>'t-Button--mobileHideLabel' +,p_template_types=>'BUTTON' +,p_help_text=>'This template options hides the button label on small screens.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31361897843047639) +,p_theme_id=>42 +,p_name=>'SPIN' +,p_display_name=>'Spin' +,p_display_sequence=>10 +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_css_classes=>'t-Button--hoverIconSpin' +,p_group_id=>wwv_flow_imp.id(31360692804047635) +,p_template_types=>'BUTTON' +,p_help_text=>'The icon will spin on button hover or focus.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31362009585047640) +,p_theme_id=>42 +,p_name=>'PUSH' +,p_display_name=>'Push' +,p_display_sequence=>20 +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_css_classes=>'t-Button--hoverIconPush' +,p_group_id=>wwv_flow_imp.id(31360692804047635) +,p_template_types=>'BUTTON' +,p_help_text=>'The icon will animate to the right or left on button hover or focus.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31362465332047641) +,p_theme_id=>42 +,p_name=>'LEFTICON' +,p_display_name=>'Left' +,p_display_sequence=>10 +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_css_classes=>'t-Button--iconLeft' +,p_group_id=>wwv_flow_imp.id(31362200474047641) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31362615760047642) +,p_theme_id=>42 +,p_name=>'RIGHTICON' +,p_display_name=>'Right' +,p_display_sequence=>20 +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_css_classes=>'t-Button--iconRight' +,p_group_id=>wwv_flow_imp.id(31362200474047641) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31451563298048262) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H1' +,p_display_name=>'H1' +,p_display_sequence=>10 +,p_css_classes=>'js-headingLevel-1' +,p_group_id=>wwv_flow_imp.id(31451380318048261) +,p_template_types=>'REGION' +,p_help_text=>'H1' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31451782392048263) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H2' +,p_display_name=>'H2' +,p_display_sequence=>20 +,p_css_classes=>'js-headingLevel-2' +,p_group_id=>wwv_flow_imp.id(31451380318048261) +,p_template_types=>'REGION' +,p_help_text=>'H2' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31451924475048264) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H3' +,p_display_name=>'H3' +,p_display_sequence=>30 +,p_css_classes=>'js-headingLevel-3' +,p_group_id=>wwv_flow_imp.id(31451380318048261) +,p_template_types=>'REGION' +,p_help_text=>'H3' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31452146631048265) +,p_theme_id=>42 +,p_name=>'H4' +,p_display_name=>'H4' +,p_display_sequence=>40 +,p_css_classes=>'js-headingLevel-4' +,p_group_id=>wwv_flow_imp.id(31451380318048261) +,p_template_types=>'REGION' +,p_help_text=>'H4' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31452378160048265) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H5' +,p_display_name=>'H5' +,p_display_sequence=>50 +,p_css_classes=>'js-headingLevel-5' +,p_group_id=>wwv_flow_imp.id(31451380318048261) +,p_template_types=>'REGION' +,p_help_text=>'H5' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31452589835048266) +,p_theme_id=>42 +,p_name=>'HEADING_LEVEL_H6' +,p_display_name=>'H6' +,p_display_sequence=>60 +,p_css_classes=>'js-headingLevel-6' +,p_group_id=>wwv_flow_imp.id(31451380318048261) +,p_template_types=>'REGION' +,p_help_text=>'H6' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31452931487048268) +,p_theme_id=>42 +,p_name=>'FBM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-bottom-lg' +,p_group_id=>wwv_flow_imp.id(31452785283048267) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a large bottom margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31453333216048270) +,p_theme_id=>42 +,p_name=>'RBM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-bottom-lg' +,p_group_id=>wwv_flow_imp.id(31453110590048269) +,p_template_types=>'REGION' +,p_help_text=>'Adds a large bottom margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31453548335048270) +,p_theme_id=>42 +,p_name=>'FBM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-bottom-md' +,p_group_id=>wwv_flow_imp.id(31452785283048267) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a medium bottom margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31453743234048271) +,p_theme_id=>42 +,p_name=>'RBM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-bottom-md' +,p_group_id=>wwv_flow_imp.id(31453110590048269) +,p_template_types=>'REGION' +,p_help_text=>'Adds a medium bottom margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31453938254048272) +,p_theme_id=>42 +,p_name=>'FBM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-bottom-none' +,p_group_id=>wwv_flow_imp.id(31452785283048267) +,p_template_types=>'FIELD' +,p_help_text=>'Removes the bottom margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31454156794048272) +,p_theme_id=>42 +,p_name=>'RBM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-bottom-none' +,p_group_id=>wwv_flow_imp.id(31453110590048269) +,p_template_types=>'REGION' +,p_help_text=>'Removes the bottom margin for this region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31454329850048273) +,p_theme_id=>42 +,p_name=>'FBM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-bottom-sm' +,p_group_id=>wwv_flow_imp.id(31452785283048267) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a small bottom margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31454577779048274) +,p_theme_id=>42 +,p_name=>'RBM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-bottom-sm' +,p_group_id=>wwv_flow_imp.id(31453110590048269) +,p_template_types=>'REGION' +,p_help_text=>'Adds a small bottom margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31454993510048275) +,p_theme_id=>42 +,p_name=>'FLM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-left-lg' +,p_group_id=>wwv_flow_imp.id(31454786796048274) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a large left margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31455376219048276) +,p_theme_id=>42 +,p_name=>'RLM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-left-lg' +,p_group_id=>wwv_flow_imp.id(31455157742048276) +,p_template_types=>'REGION' +,p_help_text=>'Adds a large right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31455503582048277) +,p_theme_id=>42 +,p_name=>'FLM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-left-md' +,p_group_id=>wwv_flow_imp.id(31454786796048274) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a medium left margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31455789805048278) +,p_theme_id=>42 +,p_name=>'RLM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-left-md' +,p_group_id=>wwv_flow_imp.id(31455157742048276) +,p_template_types=>'REGION' +,p_help_text=>'Adds a medium right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31455975862048278) +,p_theme_id=>42 +,p_name=>'FLM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-left-none' +,p_group_id=>wwv_flow_imp.id(31454786796048274) +,p_template_types=>'FIELD' +,p_help_text=>'Removes the left margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31456108199048279) +,p_theme_id=>42 +,p_name=>'RLM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-left-none' +,p_group_id=>wwv_flow_imp.id(31455157742048276) +,p_template_types=>'REGION' +,p_help_text=>'Removes the left margin from the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31456354244048280) +,p_theme_id=>42 +,p_name=>'FLM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-left-sm' +,p_group_id=>wwv_flow_imp.id(31454786796048274) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a small left margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31456595577048280) +,p_theme_id=>42 +,p_name=>'RLM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-left-sm' +,p_group_id=>wwv_flow_imp.id(31455157742048276) +,p_template_types=>'REGION' +,p_help_text=>'Adds a small left margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31456933237048282) +,p_theme_id=>42 +,p_name=>'FRM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-right-lg' +,p_group_id=>wwv_flow_imp.id(31456792703048281) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a large right margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31457366945048283) +,p_theme_id=>42 +,p_name=>'RRM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-right-lg' +,p_group_id=>wwv_flow_imp.id(31457140988048282) +,p_template_types=>'REGION' +,p_help_text=>'Adds a large right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31457581697048284) +,p_theme_id=>42 +,p_name=>'FRM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-right-md' +,p_group_id=>wwv_flow_imp.id(31456792703048281) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a medium right margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31457746667048284) +,p_theme_id=>42 +,p_name=>'RRM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-right-md' +,p_group_id=>wwv_flow_imp.id(31457140988048282) +,p_template_types=>'REGION' +,p_help_text=>'Adds a medium right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31457994827048285) +,p_theme_id=>42 +,p_name=>'FRM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-right-none' +,p_group_id=>wwv_flow_imp.id(31456792703048281) +,p_template_types=>'FIELD' +,p_help_text=>'Removes the right margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31458132453048286) +,p_theme_id=>42 +,p_name=>'RRM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-right-none' +,p_group_id=>wwv_flow_imp.id(31457140988048282) +,p_template_types=>'REGION' +,p_help_text=>'Removes the right margin from the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31458355439048286) +,p_theme_id=>42 +,p_name=>'FRM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-right-sm' +,p_group_id=>wwv_flow_imp.id(31456792703048281) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a small right margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31458594964048287) +,p_theme_id=>42 +,p_name=>'RRM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-right-sm' +,p_group_id=>wwv_flow_imp.id(31457140988048282) +,p_template_types=>'REGION' +,p_help_text=>'Adds a small right margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31458923265048288) +,p_theme_id=>42 +,p_name=>'FTM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-top-lg' +,p_group_id=>wwv_flow_imp.id(31458775703048288) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a large top margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31459374666048290) +,p_theme_id=>42 +,p_name=>'RTM_LARGE' +,p_display_name=>'Large' +,p_display_sequence=>40 +,p_css_classes=>'margin-top-lg' +,p_group_id=>wwv_flow_imp.id(31459181256048289) +,p_template_types=>'REGION' +,p_help_text=>'Adds a large top margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31459547273048290) +,p_theme_id=>42 +,p_name=>'FTM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-top-md' +,p_group_id=>wwv_flow_imp.id(31458775703048288) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a medium top margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31459796201048291) +,p_theme_id=>42 +,p_name=>'RTM_MEDIUM' +,p_display_name=>'Medium' +,p_display_sequence=>30 +,p_css_classes=>'margin-top-md' +,p_group_id=>wwv_flow_imp.id(31459181256048289) +,p_template_types=>'REGION' +,p_help_text=>'Adds a medium top margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31459938820048292) +,p_theme_id=>42 +,p_name=>'FTM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-top-none' +,p_group_id=>wwv_flow_imp.id(31458775703048288) +,p_template_types=>'FIELD' +,p_help_text=>'Removes the top margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31460124591048292) +,p_theme_id=>42 +,p_name=>'RTM_NONE' +,p_display_name=>'None' +,p_display_sequence=>10 +,p_css_classes=>'margin-top-none' +,p_group_id=>wwv_flow_imp.id(31459181256048289) +,p_template_types=>'REGION' +,p_help_text=>'Removes the top margin for this region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31460299538048293) +,p_theme_id=>42 +,p_name=>'FTM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-top-sm' +,p_group_id=>wwv_flow_imp.id(31458775703048288) +,p_template_types=>'FIELD' +,p_help_text=>'Adds a small top margin for this field.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31460596334048294) +,p_theme_id=>42 +,p_name=>'RTM_SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'margin-top-sm' +,p_group_id=>wwv_flow_imp.id(31459181256048289) +,p_template_types=>'REGION' +,p_help_text=>'Adds a small top margin to the region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31460982640048295) +,p_theme_id=>42 +,p_name=>'DANGER' +,p_display_name=>'Danger' +,p_display_sequence=>30 +,p_css_classes=>'t-Button--danger' +,p_group_id=>wwv_flow_imp.id(31460758435048294) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31461379643048296) +,p_theme_id=>42 +,p_name=>'LARGEBOTTOMMARGIN' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--gapBottom' +,p_group_id=>wwv_flow_imp.id(31461152070048296) +,p_template_types=>'BUTTON' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31461764875048298) +,p_theme_id=>42 +,p_name=>'LARGELEFTMARGIN' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--gapLeft' +,p_group_id=>wwv_flow_imp.id(31461538297048297) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31462166901048299) +,p_theme_id=>42 +,p_name=>'LARGERIGHTMARGIN' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--gapRight' +,p_group_id=>wwv_flow_imp.id(31461941428048298) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31462538387048300) +,p_theme_id=>42 +,p_name=>'LARGETOPMARGIN' +,p_display_name=>'Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--gapTop' +,p_group_id=>wwv_flow_imp.id(31462381549048300) +,p_template_types=>'BUTTON' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31462976107048301) +,p_theme_id=>42 +,p_name=>'LARGE' +,p_display_name=>'Large' +,p_display_sequence=>30 +,p_css_classes=>'t-Button--large' +,p_group_id=>wwv_flow_imp.id(31462737991048301) +,p_template_types=>'BUTTON' +,p_help_text=>'A large button.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31463328959048303) +,p_theme_id=>42 +,p_name=>'DISPLAY_AS_LINK' +,p_display_name=>'Display as Link' +,p_display_sequence=>30 +,p_css_classes=>'t-Button--link' +,p_group_id=>wwv_flow_imp.id(31463190100048302) +,p_template_types=>'BUTTON' +,p_help_text=>'This option makes the button appear as a text link.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31463587582048304) +,p_theme_id=>42 +,p_name=>'NOUI' +,p_display_name=>'Remove UI Decoration' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--noUI' +,p_group_id=>wwv_flow_imp.id(31463190100048302) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31463798396048304) +,p_theme_id=>42 +,p_name=>'SMALLBOTTOMMARGIN' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--padBottom' +,p_group_id=>wwv_flow_imp.id(31461152070048296) +,p_template_types=>'BUTTON' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31463973436048305) +,p_theme_id=>42 +,p_name=>'SMALLLEFTMARGIN' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--padLeft' +,p_group_id=>wwv_flow_imp.id(31461538297048297) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31464105073048306) +,p_theme_id=>42 +,p_name=>'SMALLRIGHTMARGIN' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--padRight' +,p_group_id=>wwv_flow_imp.id(31461941428048298) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31464374444048309) +,p_theme_id=>42 +,p_name=>'SMALLTOPMARGIN' +,p_display_name=>'Small' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--padTop' +,p_group_id=>wwv_flow_imp.id(31462381549048300) +,p_template_types=>'BUTTON' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31464798389048310) +,p_theme_id=>42 +,p_name=>'PILL' +,p_display_name=>'Inner Button' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--pill' +,p_group_id=>wwv_flow_imp.id(31464578919048310) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31464918873048311) +,p_theme_id=>42 +,p_name=>'PILLEND' +,p_display_name=>'Last Button' +,p_display_sequence=>30 +,p_css_classes=>'t-Button--pillEnd' +,p_group_id=>wwv_flow_imp.id(31464578919048310) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31465133850048312) +,p_theme_id=>42 +,p_name=>'PILLSTART' +,p_display_name=>'First Button' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--pillStart' +,p_group_id=>wwv_flow_imp.id(31464578919048310) +,p_template_types=>'BUTTON' +,p_help_text=>'Use this for the start of a pill button.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31465369461048312) +,p_theme_id=>42 +,p_name=>'PRIMARY' +,p_display_name=>'Primary' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--primary' +,p_group_id=>wwv_flow_imp.id(31460758435048294) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31465591080048313) +,p_theme_id=>42 +,p_name=>'SIMPLE' +,p_display_name=>'Simple' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--simple' +,p_group_id=>wwv_flow_imp.id(31463190100048302) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31465750943048314) +,p_theme_id=>42 +,p_name=>'SMALL' +,p_display_name=>'Small' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--small' +,p_group_id=>wwv_flow_imp.id(31462737991048301) +,p_template_types=>'BUTTON' +,p_help_text=>'A small button.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31466156188048315) +,p_theme_id=>42 +,p_name=>'STRETCH' +,p_display_name=>'Stretch' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--stretch' +,p_group_id=>wwv_flow_imp.id(31465900302048314) +,p_template_types=>'BUTTON' +,p_help_text=>'Stretches button to fill container' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31466324131048316) +,p_theme_id=>42 +,p_name=>'SUCCESS' +,p_display_name=>'Success' +,p_display_sequence=>40 +,p_css_classes=>'t-Button--success' +,p_group_id=>wwv_flow_imp.id(31460758435048294) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31466566729048316) +,p_theme_id=>42 +,p_name=>'TINY' +,p_display_name=>'Tiny' +,p_display_sequence=>10 +,p_css_classes=>'t-Button--tiny' +,p_group_id=>wwv_flow_imp.id(31462737991048301) +,p_template_types=>'BUTTON' +,p_help_text=>'A very small button.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31466720130048317) +,p_theme_id=>42 +,p_name=>'WARNING' +,p_display_name=>'Warning' +,p_display_sequence=>20 +,p_css_classes=>'t-Button--warning' +,p_group_id=>wwv_flow_imp.id(31460758435048294) +,p_template_types=>'BUTTON' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31466953143048318) +,p_theme_id=>42 +,p_name=>'DEFERRED_PAGE_RENDERING' +,p_display_name=>'Deferred Page Rendering' +,p_display_sequence=>1 +,p_css_classes=>'t-DeferredRendering' +,p_template_types=>'PAGE' +,p_help_text=>'Defer page rendering until all page components have finished loading.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31467375188048319) +,p_theme_id=>42 +,p_name=>'SHOWFORMLABELSABOVE' +,p_display_name=>'Show Form Labels Above' +,p_display_sequence=>10 +,p_css_classes=>'t-Form--labelsAbove' +,p_group_id=>wwv_flow_imp.id(31467121041048318) +,p_template_types=>'REGION' +,p_help_text=>'Show form labels above input fields.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31467717682048321) +,p_theme_id=>42 +,p_name=>'FORMSIZELARGE' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_css_classes=>'t-Form--large' +,p_group_id=>wwv_flow_imp.id(31467516135048320) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31468131230048322) +,p_theme_id=>42 +,p_name=>'FORMLEFTLABELS' +,p_display_name=>'Left' +,p_display_sequence=>20 +,p_css_classes=>'t-Form--leftLabels' +,p_group_id=>wwv_flow_imp.id(31467908206048321) +,p_template_types=>'REGION' +,p_help_text=>'Align form labels to left.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31468589541048323) +,p_theme_id=>42 +,p_name=>'FORMREMOVEPADDING' +,p_display_name=>'None' +,p_display_sequence=>20 +,p_css_classes=>'t-Form--noPadding' +,p_group_id=>wwv_flow_imp.id(31468359822048322) +,p_template_types=>'REGION' +,p_help_text=>'Removes spacing between items.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31468781255048324) +,p_theme_id=>42 +,p_name=>'FORMSLIMPADDING' +,p_display_name=>'Slim' +,p_display_sequence=>10 +,p_css_classes=>'t-Form--slimPadding' +,p_group_id=>wwv_flow_imp.id(31468359822048322) +,p_template_types=>'REGION' +,p_help_text=>'Reduces form item spacing.' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31468958648048325) +,p_theme_id=>42 +,p_name=>'FORMSTANDARDPADDING' +,p_display_name=>'Standard' +,p_display_sequence=>5 +,p_css_classes=>'t-Form--standardPadding' +,p_group_id=>wwv_flow_imp.id(31468359822048322) +,p_template_types=>'REGION' +,p_help_text=>'Uses the standard spacing between items.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31469381679048326) +,p_theme_id=>42 +,p_name=>'STRETCH_FORM_FIELDS' +,p_display_name=>'Stretch Form Fields' +,p_display_sequence=>10 +,p_css_classes=>'t-Form--stretchInputs' +,p_group_id=>wwv_flow_imp.id(31469174993048325) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31469541206048327) +,p_theme_id=>42 +,p_name=>'FORMSIZEXLARGE' +,p_display_name=>'X Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Form--xlarge' +,p_group_id=>wwv_flow_imp.id(31467516135048320) +,p_template_types=>'REGION' +,p_is_advanced=>'N' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31469921336048328) +,p_theme_id=>42 +,p_name=>'DISPLAY_TEXT_STYLE_BOLD' +,p_display_name=>'Bold' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--boldDisplay' +,p_group_id=>wwv_flow_imp.id(31469701436048327) +,p_template_types=>'FIELD' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31470383854048329) +,p_theme_id=>42 +,p_name=>'LARGE_FIELD' +,p_display_name=>'Large' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--large' +,p_group_id=>wwv_flow_imp.id(31470135177048329) +,p_template_types=>'FIELD' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31470515470048330) +,p_theme_id=>42 +,p_name=>'DISPLAY_TEXT_STYLE_NORMAL' +,p_display_name=>'Normal' +,p_display_sequence=>20 +,p_css_classes=>'t-Form-fieldContainer--normalDisplay' +,p_group_id=>wwv_flow_imp.id(31469701436048327) +,p_template_types=>'FIELD' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31470938541048331) +,p_theme_id=>42 +,p_name=>'POST_TEXT_BLOCK' +,p_display_name=>'Display as Block' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--postTextBlock' +,p_group_id=>wwv_flow_imp.id(31470699282048330) +,p_template_types=>'FIELD' +,p_help_text=>'Displays the Item Post Text in a block style immediately after the item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31471333314048332) +,p_theme_id=>42 +,p_name=>'PRE_TEXT_BLOCK' +,p_display_name=>'Display as Block' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--preTextBlock' +,p_group_id=>wwv_flow_imp.id(31471105702048332) +,p_template_types=>'FIELD' +,p_help_text=>'Displays the Item Pre Text in a block style immediately before the item.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31471701149048334) +,p_theme_id=>42 +,p_name=>'DISPLAY_AS_PILL_BUTTON' +,p_display_name=>'Display as Pill Button' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--radioButtonGroup' +,p_group_id=>wwv_flow_imp.id(31471580053048333) +,p_template_types=>'FIELD' +,p_help_text=>'Displays the radio buttons to look like a button set / pill button. Note that the the radio buttons must all be in the same row for this option to work.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31471905609048335) +,p_theme_id=>42 +,p_name=>'STRETCH_FORM_ITEM' +,p_display_name=>'Stretch Form Item' +,p_display_sequence=>10 +,p_css_classes=>'t-Form-fieldContainer--stretchInputs' +,p_template_types=>'FIELD' +,p_help_text=>'Stretches the form item to fill its container.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31472194487048335) +,p_theme_id=>42 +,p_name=>'X_LARGE_SIZE' +,p_display_name=>'X Large' +,p_display_sequence=>20 +,p_css_classes=>'t-Form-fieldContainer--xlarge' +,p_group_id=>wwv_flow_imp.id(31470135177048329) +,p_template_types=>'FIELD' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31472577549048337) +,p_theme_id=>42 +,p_name=>'REMOVE_PADDING' +,p_display_name=>'Remove Padding' +,p_display_sequence=>1 +,p_css_classes=>'t-PageBody--noContentPadding' +,p_group_id=>wwv_flow_imp.id(31472312449048336) +,p_template_types=>'PAGE' +,p_help_text=>'Removes padding from the content region.' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31472919717048338) +,p_theme_id=>42 +,p_name=>'SORT_CENTER' +,p_display_name=>'Center' +,p_display_sequence=>10 +,p_css_classes=>'t-Region-orderBy--center' +,p_group_id=>wwv_flow_imp.id(31472765148048337) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31473163334048339) +,p_theme_id=>42 +,p_name=>'SORT_END' +,p_display_name=>'End' +,p_display_sequence=>20 +,p_css_classes=>'t-Region-orderBy--end' +,p_group_id=>wwv_flow_imp.id(31472765148048337) +,p_template_types=>'REGION' +); +wwv_flow_imp_shared.create_template_option( + p_id=>wwv_flow_imp.id(31473577551048340) +,p_theme_id=>42 +,p_name=>'HIDE_WHEN_ALL_ROWS_DISPLAYED' +,p_display_name=>'Hide when all rows displayed' +,p_display_sequence=>10 +,p_css_classes=>'t-Report--hideNoPagination' +,p_group_id=>wwv_flow_imp.id(31473377784048339) +,p_template_types=>'REPORT' +,p_help_text=>'This option will hide the pagination when all rows are displayed.' +); +end; +/ +prompt --application/shared_components/globalization/language +begin +null; +end; +/ +prompt --application/shared_components/globalization/translations +begin +null; +end; +/ +prompt --application/shared_components/logic/build_options +begin +wwv_flow_imp_shared.create_build_option( + p_id=>wwv_flow_imp.id(31183727531046906) +,p_build_option_name=>'Commented Out' +,p_build_option_status=>'EXCLUDE' +,p_version_scn=>42195170934376 +); +end; +/ +prompt --application/shared_components/globalization/messages +begin +null; +end; +/ +prompt --application/shared_components/globalization/dyntranslations +begin +null; +end; +/ +prompt --application/shared_components/security/authentications/oracle_apex_accounts +begin +wwv_flow_imp_shared.create_authentication( + p_id=>wwv_flow_imp.id(31184016932046916) +,p_name=>'Oracle APEX Accounts' +,p_scheme_type=>'NATIVE_APEX_ACCOUNTS' +,p_invalid_session_type=>'LOGIN' +,p_use_secure_cookie_yn=>'N' +,p_ras_mode=>0 +,p_version_scn=>42195170934727 +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_avatar +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(31363172049047681) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$AVATAR' +,p_display_name=>'Avatar' +,p_supported_component_types=>'PARTIAL' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$AVATAR'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +' ', +'{else/}', +' {if ?LINK/}{if IMAGE/}#DE'
+||'SCRIPTION#{else/}{if ?INITIALS/}#INITIALS#{endif/}{endif/}{if ?LINK/}{else/}{endif/}', +'{endif/}')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>2 +,p_standard_attributes=>'REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1564363394689414260 +,p_version_scn=>133929266 +,p_subscribe_plugin_settings=>true +,p_help_text=>'Display an image, icon, or initials. Available as a partial template to display a single row.' +,p_version_identifier=>'1.0' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31363416288047756) +,p_plugin_id=>wwv_flow_imp.id(31363172049047681) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_default_value=>'IMAGE' +,p_demo_value=>'IMAGE' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31363735458047770) +,p_plugin_attribute_id=>wwv_flow_imp.id(31363416288047756) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'IMAGE' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31364175159047776) +,p_plugin_attribute_id=>wwv_flow_imp.id(31363416288047756) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'INITIALS' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31364505429047777) +,p_plugin_attribute_id=>wwv_flow_imp.id(31363416288047756) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'ICON' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31364977760047779) +,p_plugin_id=>wwv_flow_imp.id(31363172049047681) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>false +,p_demo_value=>'#APEX_FILES#apex_ui/img/favicons/app-artwork-catalog.png' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31363416288047756) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'IMAGE' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31365251089047781) +,p_plugin_id=>wwv_flow_imp.id(31363172049047681) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>55 +,p_static_id=>'DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Enter a short description of the image/icon or select a source column from the quick pick options. This will be used as title & alt text for the avatar image/icon.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31365514024047782) +,p_plugin_id=>wwv_flow_imp.id(31363172049047681) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31363416288047756) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'INITIALS' +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31365821191047784) +,p_plugin_id=>wwv_flow_imp.id(31363172049047681) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31363416288047756) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'ICON' +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31366189914047785) +,p_plugin_id=>wwv_flow_imp.id(31363172049047681) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31366428738047786) +,p_plugin_attribute_id=>wwv_flow_imp.id(31366189914047785) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31366856363047787) +,p_plugin_attribute_id=>wwv_flow_imp.id(31366189914047785) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31367200292047788) +,p_plugin_attribute_id=>wwv_flow_imp.id(31366189914047785) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31367671564047790) +,p_plugin_attribute_id=>wwv_flow_imp.id(31366189914047785) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31368085550047791) +,p_plugin_id=>wwv_flow_imp.id(31363172049047681) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Set the size of the avatar. The default inherits the sizing set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31368302587047793) +,p_plugin_attribute_id=>wwv_flow_imp.id(31368085550047791) +,p_display_sequence=>10 +,p_display_value=>'Extra Extra Small' +,p_return_value=>'t-Avatar--xxs' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31368734952047794) +,p_plugin_attribute_id=>wwv_flow_imp.id(31368085550047791) +,p_display_sequence=>20 +,p_display_value=>'Extra Small' +,p_return_value=>'t-Avatar--xs' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31369172014047795) +,p_plugin_attribute_id=>wwv_flow_imp.id(31368085550047791) +,p_display_sequence=>30 +,p_display_value=>'Small' +,p_return_value=>'t-Avatar--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31369577979047797) +,p_plugin_attribute_id=>wwv_flow_imp.id(31368085550047791) +,p_display_sequence=>40 +,p_display_value=>'Medium' +,p_return_value=>'t-Avatar--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31369958045047798) +,p_plugin_attribute_id=>wwv_flow_imp.id(31368085550047791) +,p_display_sequence=>50 +,p_display_value=>'Large' +,p_return_value=>'t-Avatar--lg' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31370391509047799) +,p_plugin_attribute_id=>wwv_flow_imp.id(31368085550047791) +,p_display_sequence=>60 +,p_display_value=>'Extra Large' +,p_return_value=>'t-Avatar--xl' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31370763352047800) +,p_plugin_attribute_id=>wwv_flow_imp.id(31368085550047791) +,p_display_sequence=>70 +,p_display_value=>'Extra Extra Large' +,p_return_value=>'t-Avatar--xxl' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31371196120047802) +,p_plugin_id=>wwv_flow_imp.id(31363172049047681) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'CSS_CLASSES' +,p_prompt=>'CSS Classes' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_is_common=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Enter classes to add to this component. You may add multiple classes by separating them with a space.' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1831414028599161453) +,p_plugin_id=>wwv_flow_imp.id(31363172049047681) +,p_name=>'Link' +,p_static_id=>'LINK' +,p_display_sequence=>10 +,p_is_quick_pick=>true +,p_type=>'LINK' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_badge +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(31372241032047839) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$BADGE' +,p_display_name=>'Badge' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$BADGE'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +' ', +'{else/}', +' {if ?LINK/}', +' {if ?ICON/}{endif/}', +' {if LABEL_DISPLAY/}#LABEL#{endif/}', +' #VALUE#', +' {if ?LINK/}{else/}{endif/}', +'{endif/}', +'')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>true +,p_api_version=>1 +,p_report_body_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if !APEX$HAS_MESSAGE/}', +'
      #APEX$ROWS#
    ', +'{endif/}')) +,p_report_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • #APEX$PARTIAL#
  • ', +'')) +,p_report_placeholder_count=>1 +,p_standard_attributes=>'REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1564377533892414278 +,p_version_scn=>133929097 +,p_subscribe_plugin_settings=>true +,p_help_text=>'Display content within a badge. Available for multiple report rows or a single row.' +,p_version_identifier=>'1.0' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31372534265047847) +,p_plugin_id=>wwv_flow_imp.id(31372241032047839) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>true +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter a value for the badge label or select a source column from the quick pick options.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31372874458047848) +,p_plugin_id=>wwv_flow_imp.id(31372241032047839) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'VALUE' +,p_prompt=>'Value' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_help_text=>'Select a source column for the badge value.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31373175650047849) +,p_plugin_id=>wwv_flow_imp.id(31372241032047839) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'STATE' +,p_prompt=>'State' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select the source column for the state of the badge. Substitute column value with "danger", "warning", "success" or "info" for default styling.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31373424332047850) +,p_plugin_id=>wwv_flow_imp.id(31372241032047839) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the badge.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31373769126047852) +,p_plugin_id=>wwv_flow_imp.id(31372241032047839) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'LABEL_DISPLAY' +,p_prompt=>'Display Label' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the badge label. When set to Yes, the badge label will be displayed in addition to the badge value. When set to No, only the badge value will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31374040583047853) +,p_plugin_id=>wwv_flow_imp.id(31372241032047839) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Select the badge style. Default inherits the style set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31374333023047854) +,p_plugin_attribute_id=>wwv_flow_imp.id(31374040583047853) +,p_display_sequence=>10 +,p_display_value=>'Subtle' +,p_return_value=>'t-Badge--subtle' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31374772974047856) +,p_plugin_attribute_id=>wwv_flow_imp.id(31374040583047853) +,p_display_sequence=>20 +,p_display_value=>'Outline' +,p_return_value=>'t-Badge--outline' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31375181337047857) +,p_plugin_id=>wwv_flow_imp.id(31372241032047839) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the badge. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31375454013047858) +,p_plugin_attribute_id=>wwv_flow_imp.id(31375181337047857) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Badge--rounded' +,p_help_text=>'Displayed with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31375837722047860) +,p_plugin_attribute_id=>wwv_flow_imp.id(31375181337047857) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Badge--circle' +,p_help_text=>'Displayed with circular edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31376240768047861) +,p_plugin_attribute_id=>wwv_flow_imp.id(31375181337047857) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Badge--square' +,p_help_text=>'Displayed with squared edges.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31376638991047862) +,p_plugin_id=>wwv_flow_imp.id(31372241032047839) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Set the size of the badge. The default inherits the sizing set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31376984044047864) +,p_plugin_attribute_id=>wwv_flow_imp.id(31376638991047862) +,p_display_sequence=>10 +,p_display_value=>'Small' +,p_return_value=>'t-Badge--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31377375632047865) +,p_plugin_attribute_id=>wwv_flow_imp.id(31376638991047862) +,p_display_sequence=>20 +,p_display_value=>'Medium' +,p_return_value=>'t-Badge--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31377766436047866) +,p_plugin_attribute_id=>wwv_flow_imp.id(31376638991047862) +,p_display_sequence=>30 +,p_display_value=>'Large' +,p_return_value=>'t-Badge--lg' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1542854474183150034) +,p_plugin_id=>wwv_flow_imp.id(31372241032047839) +,p_name=>'Link' +,p_static_id=>'LINK' +,p_display_sequence=>10 +,p_type=>'LINK' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_button +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(31378302607047873) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$BUTTON' +,p_display_name=>'Button' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$BUTTON'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if MENU_ID/}{else/}{endif/}', +'')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_substitute_attributes=>true +,p_reference_id=>1568467215199837453 +,p_version_scn=>76331028 +,p_subscribe_plugin_settings=>true +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31378645860047876) +,p_plugin_id=>wwv_flow_imp.id(31378302607047873) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'RAW' +,p_is_translatable=>true +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31378981902047877) +,p_plugin_id=>wwv_flow_imp.id(31378302607047873) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'LINK_URL' +,p_prompt=>'Link URL' +,p_attribute_type=>'LINK' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31379241782047878) +,p_plugin_id=>wwv_flow_imp.id(31378302607047873) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'LINK_ATTR' +,p_prompt=>'Link Attribute' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'RAW' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31379521212047880) +,p_plugin_id=>wwv_flow_imp.id(31378302607047873) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'ICON_CLASSES' +,p_prompt=>'Icon Classes' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31379820314047881) +,p_plugin_id=>wwv_flow_imp.id(31378302607047873) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'CSS_CLASSES' +,p_prompt=>'CSS Classes' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31380196985047882) +,p_plugin_id=>wwv_flow_imp.id(31378302607047873) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'IS_DISABLED' +,p_prompt=>'Is Disabled' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31380465651047884) +,p_plugin_id=>wwv_flow_imp.id(31378302607047873) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'IS_HOT' +,p_prompt=>'Is Hot' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31380776265047885) +,p_plugin_id=>wwv_flow_imp.id(31378302607047873) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'IS_ICON_ONLY' +,p_prompt=>'Is Icon Only' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_comments +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(31381073245047889) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$COMMENTS' +,p_display_name=>'Comments' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$COMMENTS'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +'
    ', +' {if DISPLAY_AVATAR%assigned/}', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    {endif/}', +' {with/}', +' SIZE:=t-Avatar--xs', +' SHAPE:=#AVATAR_SHAPE#', +' {apply THEME$AVATAR/}', +'
    ', +' {endif/}', +'
    ', +'
    ', +' ', +'
    ', +'
    ', +'
    ', +'
    ', +'{else/}', +'
    ', +' {if DISPLAY_AVATAR/}', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    #APEX$SELECTOR#
    {endif/}', +' {with/}', +' TYPE:=#AVATAR_TYPE#', +' IMAGE:=#AVATAR_IMAGE#', +' DESCRIPTION:=#AVATAR_DESCRIPTION#', +' ICON:=#AVATAR_ICON#', +' INITIALS:=#AVATAR_INITIALS#', +' SIZE:=t-Avatar--xs', +' SHAPE:=#AVATAR_SHAPE#', +' CSS_CLASSES:=u-color', +' LINK:=#AVATAR_LINK#', +' LINK_ATTR:=#AVATAR_LINK_ATTR#', +' {apply THEME$AVATAR/}', +'
    ', +' {endif/}', +'
    ', +'
    ', +' {if USER_NAME_LINK/}{endif/}#USER_NAME#{if USER_NAME_LINK/}{endif/}', +' {if COMMENT_DATE/}#COMMENT_DATE#{endif/}', +' {if ACTIONS/}#ACTIONS#{endif/}', +'
    ', +'
    ', +' #COMMENT_TEXT#', +' {if ATTRIBUTES/}
    #ATTRIBUTES#
    {endif/}', +'
    ', +'
    ', +'
    ', +'{endif/}')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_report_body_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      #APEX$ROWS#
    ', +'')) +,p_report_row_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
  • #APEX$PARTIAL#
  • ', +'')) +,p_report_placeholder_count=>3 +,p_standard_attributes=>'ROW_SELECTION:REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1564386865908414285 +,p_version_scn=>75159091 +,p_subscribe_plugin_settings=>true +,p_is_quick_pick=>true +,p_help_text=>'Display user comments and status updates. Supports avatars. Available for a single row or as a report with multiple rows.' +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1831266482919079608) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_title=>'Avatar' +,p_display_sequence=>20 +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31381521806047896) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'COMMENT_TEXT' +,p_prompt=>'Comment Text' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Praesent vel felis rutrum erat elementum viverra sit amet non odio. Cras vel auctor eros, in malesuada dolor. Nulla tellus magna, ornare consectetur purus id, volutpat egestas felis. Proin lobortis risus massa, nec faucibus arcu malesuada a. Nunc sed' +||' gravida urna. Fusce at ligula sed erat consequat pharetra.' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column containing text for user comments.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31381817853047897) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'USER_NAME' +,p_prompt=>'User Name' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Joel' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be displayed as the user name associated with a comment.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31382153425047898) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'COMMENT_DATE' +,p_prompt=>'Date' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_demo_value=>'5 minutes ago' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2:DATE' +,p_is_translatable=>false +,p_help_text=>'Select a source column containing a date, date range, or time.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31382459655047900) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'ATTRIBUTES' +,p_prompt=>'Attributes' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter some text and/or column substitution strings to be used as the comment attributes.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31382700508047901) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'AVATAR_TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'icon' +,p_demo_value=>'initials' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31387310399047925) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1831266482919079608) +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31383052030047903) +,p_plugin_attribute_id=>wwv_flow_imp.id(31382700508047901) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'image' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31383492267047904) +,p_plugin_attribute_id=>wwv_flow_imp.id(31382700508047901) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'initials' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31383812540047906) +,p_plugin_attribute_id=>wwv_flow_imp.id(31382700508047901) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'icon' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31384207741047907) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'AVATAR_IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>true +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31382700508047901) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'image' +,p_attribute_group_id=>wwv_flow_imp.id(1831266482919079608) +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31384506681047908) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>95 +,p_static_id=>'AVATAR_DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>true +,p_attribute_group_id=>wwv_flow_imp.id(1831266482919079608) +,p_help_text=>'Enter a short description of the image/icon or select a source column from the quick pick options. This will be used as title & alt text for the avatar image/icon.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31384815117047910) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'AVATAR_INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'JK' +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31382700508047901) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'initials' +,p_attribute_group_id=>wwv_flow_imp.id(1831266482919079608) +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31385197672047911) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>9 +,p_display_sequence=>90 +,p_static_id=>'AVATAR_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>true +,p_default_value=>'fa-user' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31382700508047901) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'icon' +,p_attribute_group_id=>wwv_flow_imp.id(1831266482919079608) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31385465145047912) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>10 +,p_display_sequence=>100 +,p_static_id=>'AVATAR_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Avatar--rounded' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31387310399047925) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1831266482919079608) +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31386956548047924) +,p_plugin_attribute_id=>wwv_flow_imp.id(31385465145047912) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31385759848047920) +,p_plugin_attribute_id=>wwv_flow_imp.id(31385465145047912) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31386174757047921) +,p_plugin_attribute_id=>wwv_flow_imp.id(31385465145047912) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31386584157047922) +,p_plugin_attribute_id=>wwv_flow_imp.id(31385465145047912) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31387310399047925) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>11 +,p_display_sequence=>110 +,p_static_id=>'DISPLAY_AVATAR' +,p_prompt=>'Display Avatar' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_demo_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the avatar for each row. When set to Yes, an avatar will be displayed with the assigned image, icon, or initials. When set to No, no avatar will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31387643884047927) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>14 +,p_display_sequence=>45 +,p_static_id=>'COMMENT_CLASS' +,p_prompt=>'Comment Class' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Allows you to pass a class onto individual comments. Example using is-active will highlight the specific comment with a different shade.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31387985141047928) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>12 +,p_display_sequence=>120 +,p_static_id=>'STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Comments--basic' +,p_demo_value=>'t-Comments--chat' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_help_text=>'Set the style of the comments.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31388201441047929) +,p_plugin_attribute_id=>wwv_flow_imp.id(31387985141047928) +,p_display_sequence=>10 +,p_display_value=>'Basic' +,p_return_value=>'t-Comments--basic' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31388649857047931) +,p_plugin_attribute_id=>wwv_flow_imp.id(31387985141047928) +,p_display_sequence=>20 +,p_display_value=>'Chat (Speech Bubbles)' +,p_return_value=>'t-Comments--chat' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31389022847047932) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>13 +,p_display_sequence=>130 +,p_static_id=>'APPLY_THEME_COLORS' +,p_prompt=>'Apply Theme Colors' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to use the Universal Theme colors for avatar and badge row items. When set to Yes, the u-colors class will be applied to each row. When set to No, a default color will be used instead.' +); +wwv_flow_imp_shared.create_plugin_act_template( + p_id=>wwv_flow_imp.id(1831399150352181111) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_name=>'Link' +,p_type=>'BUTTON' +,p_template=>'{if !IS_DISABLED/}#LABEL#{endif/}' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1831398558847173654) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_name=>'Actions' +,p_static_id=>'ACTIONS' +,p_display_sequence=>10 +,p_type=>'TEMPLATE' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1831454182517155533) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_name=>'Avatar Link' +,p_static_id=>'AVATAR_LINK' +,p_display_sequence=>20 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1831606400230026304) +,p_plugin_id=>wwv_flow_imp.id(31381073245047889) +,p_name=>'User Name Link' +,p_static_id=>'USER_NAME_LINK' +,p_display_sequence=>30 +,p_type=>'LINK' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_content_row +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(31391160343047951) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$CONTENT_ROW' +,p_display_name=>'Content Row' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$CONTENT_ROW'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +' ', +'{else/}', +' {if ?FULL_ROW_LINK/}{endif/}', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    #APEX$SELECTOR#
    {endif/}', +' {if DISPLAY_BADGE/}', +'
    ', +' {with/}', +' LABEL_DISPLAY:=#BADGE_LABEL_DISPLAY#', +' LABEL:=#BADGE_LABEL#', +' VALUE:=#BADGE_VALUE#', +' ICON:=#BADGE_ICON#', +' STATE:=#BADGE_STATE#', +' SIZE:=#BADGE_SIZE#', +' STYLE:=#BADGE_STYLE#', +' SHAPE:=#BADGE_SHAPE#', +' LINK:=#BADGE_LINK#', +' LINK_ATTR:=#BADGE_LINK_ATTR#', +' {apply THEME$BADGE/}', +'
    ', +' {endif/}', +' {if DISPLAY_AVATAR/}', +' ', +' {endif/}', +'
    ', +'
    ', +' {if ?OVERLINE/}
    #OVERLINE#
    {endif/}', +' {if ?TITLE/}

    {if ?TITLE_LINK/}{endif/}#TITLE#{if ?TITLE_LINK/}{endif/}

    {endif/}', +' {if ?DESCRIPTION/}
    #DESCRIPTION#
    {endif/}', +'
    ', +' {if ?MISC%assigned/}
    #MISC#
    {endif/}', +' {if ?PRIMARY_ACTIONS/}
    #PRIMARY_ACTIONS#
    {endif/}', +'
    ', +'
    ', +'{endif/}')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_report_body_template=>'
      #APEX$ROWS#
    ' +,p_report_row_template=>'
  • #APEX$PARTIAL#
  • ' +,p_report_placeholder_count=>3 +,p_standard_attributes=>'ROW_SELECTION:REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1568468153344837456 +,p_version_scn=>76107179 +,p_subscribe_plugin_settings=>true +,p_is_quick_pick=>true +,p_help_text=>'Display content in a formatted row with a title, description, and more. Supports avatars and badges. Available for a single row or as a report with multiple rows.' +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1958628948504119659) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_title=>'Avatar' +,p_display_sequence=>10 +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1958628393492119658) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_title=>'Badge' +,p_display_sequence=>20 +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1701736329761846145) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_title=>'Appearance' +,p_display_sequence=>30 +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31392086779047968) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'OVERLINE' +,p_prompt=>'Overline' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_demo_value=>'Category' +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter some text and/or column substitution strings to display at the top of each row above the title and description.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31392323774047970) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'TITLE' +,p_prompt=>'Title' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_demo_value=>'Lorem ipsum dolor sit amet' +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter some text and/or column substitution strings to be used as the title in each row.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31392681262047971) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_demo_value=>'Nunc sit amet nunc quis magna ornare suscipit. Etiam aliquet maximus sapien, at sagittis sem gravida nec.' +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter some text and/or column substitution strings to be used as the description in each row.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31392955728047972) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'MISC' +,p_prompt=>'Miscellaneous' +,p_attribute_type=>'HTML' +,p_is_required=>false +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_help_text=>'Enter miscellaneous content such as additional text and/or column substitution strings to display in each row.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31393200626047973) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'DISPLAY_AVATAR' +,p_prompt=>'Display Avatar' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the avatar for each row. When set to Yes, an avatar will be displayed with the assigned image, icon, or initials. When set to No, no avatar will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31393582938047975) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'DISPLAY_BADGE' +,p_prompt=>'Display Badge' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the badge for each row. When set to Yes, a badge will be displayed in each row. When set to No, no badge will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31393850002047976) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'AVATAR_TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'icon' +,p_demo_value=>'icon' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393200626047973) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1958628948504119659) +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31394184151047978) +,p_plugin_attribute_id=>wwv_flow_imp.id(31393850002047976) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'image' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31394529149047979) +,p_plugin_attribute_id=>wwv_flow_imp.id(31393850002047976) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'initials' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31394950051047980) +,p_plugin_attribute_id=>wwv_flow_imp.id(31393850002047976) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'icon' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31395356200047982) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'AVATAR_IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>true +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393850002047976) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'image' +,p_attribute_group_id=>wwv_flow_imp.id(1958628948504119659) +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31395657437047983) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>9 +,p_display_sequence=>115 +,p_static_id=>'AVATAR_DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>true +,p_attribute_group_id=>wwv_flow_imp.id(1958628948504119659) +,p_help_text=>'Enter a short description of the image or select a source column from the quick pick options. This will be used as alt text for the avatar image.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31395930032047985) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>10 +,p_display_sequence=>100 +,p_static_id=>'AVATAR_INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393850002047976) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'initials' +,p_attribute_group_id=>wwv_flow_imp.id(1958628948504119659) +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31396219284047986) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>11 +,p_display_sequence=>110 +,p_static_id=>'AVATAR_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>true +,p_default_value=>'fa-user' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393850002047976) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'icon' +,p_attribute_group_id=>wwv_flow_imp.id(1958628948504119659) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31396555238047988) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>12 +,p_display_sequence=>120 +,p_static_id=>'AVATAR_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Avatar--rounded' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393200626047973) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1958628948504119659) +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31396897932047989) +,p_plugin_attribute_id=>wwv_flow_imp.id(31396555238047988) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31397215414047990) +,p_plugin_attribute_id=>wwv_flow_imp.id(31396555238047988) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31397644293047991) +,p_plugin_attribute_id=>wwv_flow_imp.id(31396555238047988) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31398017757047993) +,p_plugin_attribute_id=>wwv_flow_imp.id(31396555238047988) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31398484005047994) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>13 +,p_display_sequence=>130 +,p_static_id=>'BADGE_LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>true +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_help_text=>'Enter a value for the badge label or select a source column from the quick pick options.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31398722151047995) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>14 +,p_display_sequence=>140 +,p_static_id=>'BADGE_VALUE' +,p_prompt=>'Value' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_help_text=>'Select a source column for the badge value.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31399029090047996) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>15 +,p_display_sequence=>150 +,p_static_id=>'BADGE_STATE' +,p_prompt=>'State' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_help_text=>'Select the source column for the state of the badge. Substitute column value with "danger", "warning", "success" or "info" for default styling.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31399325887047997) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>16 +,p_display_sequence=>160 +,p_static_id=>'BADGE_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the badge.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31399608086047999) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>17 +,p_display_sequence=>170 +,p_static_id=>'BADGE_LABEL_DISPLAY' +,p_prompt=>'Display Label' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_help_text=>'Specify whether to display or hide the badge label. When set to Yes, the badge label will be displayed in addition to the badge value. When set to No, only the badge value will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31399933311048000) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>18 +,p_display_sequence=>180 +,p_static_id=>'BADGE_STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_null_text=>'Default' +,p_help_text=>'Select the badge style. Default inherits the style set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31400202415048001) +,p_plugin_attribute_id=>wwv_flow_imp.id(31399933311048000) +,p_display_sequence=>10 +,p_display_value=>'Subtle' +,p_return_value=>'t-Badge--subtle' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31400672906048002) +,p_plugin_attribute_id=>wwv_flow_imp.id(31399933311048000) +,p_display_sequence=>20 +,p_display_value=>'Outline' +,p_return_value=>'t-Badge--outline' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31401083874048003) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>19 +,p_display_sequence=>190 +,p_static_id=>'BADGE_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the badge. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31401347832048004) +,p_plugin_attribute_id=>wwv_flow_imp.id(31401083874048003) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Badge--rounded' +,p_help_text=>'Displayed with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31401762246048006) +,p_plugin_attribute_id=>wwv_flow_imp.id(31401083874048003) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Badge--circle' +,p_help_text=>'Displayed with circular edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31402137164048007) +,p_plugin_attribute_id=>wwv_flow_imp.id(31401083874048003) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Badge--square' +,p_help_text=>'Displayed with squared edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31402596289048008) +,p_plugin_attribute_id=>wwv_flow_imp.id(31401083874048003) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31402984682048010) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>20 +,p_display_sequence=>200 +,p_static_id=>'AVATAR_SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393200626047973) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1958628948504119659) +,p_null_text=>'Default' +,p_help_text=>'Set the size of the avatar. The default inherits the sizing set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31403286721048014) +,p_plugin_attribute_id=>wwv_flow_imp.id(31402984682048010) +,p_display_sequence=>10 +,p_display_value=>'Extra Extra Small' +,p_return_value=>'t-Avatar--xxs' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31403667967048015) +,p_plugin_attribute_id=>wwv_flow_imp.id(31402984682048010) +,p_display_sequence=>20 +,p_display_value=>'Extra Small' +,p_return_value=>'t-Avatar--xs' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31404081383048016) +,p_plugin_attribute_id=>wwv_flow_imp.id(31402984682048010) +,p_display_sequence=>30 +,p_display_value=>'Small' +,p_return_value=>'t-Avatar--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31404480279048018) +,p_plugin_attribute_id=>wwv_flow_imp.id(31402984682048010) +,p_display_sequence=>40 +,p_display_value=>'Medium' +,p_return_value=>'t-Avatar--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31404818639048019) +,p_plugin_attribute_id=>wwv_flow_imp.id(31402984682048010) +,p_display_sequence=>50 +,p_display_value=>'Large' +,p_return_value=>'t-Avatar--lg' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31405207036048020) +,p_plugin_attribute_id=>wwv_flow_imp.id(31402984682048010) +,p_display_sequence=>60 +,p_display_value=>'Extra Large' +,p_return_value=>'t-Avatar--xl' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31405643245048021) +,p_plugin_attribute_id=>wwv_flow_imp.id(31402984682048010) +,p_display_sequence=>70 +,p_display_value=>'Extra Extra Large' +,p_return_value=>'t-Avatar--xxl' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31406085649048023) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>21 +,p_display_sequence=>210 +,p_static_id=>'BADGE_SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_null_text=>'Default' +,p_help_text=>'Set the size of the badge. The default inherits the sizing set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31406355861048024) +,p_plugin_attribute_id=>wwv_flow_imp.id(31406085649048023) +,p_display_sequence=>10 +,p_display_value=>'Small' +,p_return_value=>'t-Badge--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31406754092048025) +,p_plugin_attribute_id=>wwv_flow_imp.id(31406085649048023) +,p_display_sequence=>20 +,p_display_value=>'Medium' +,p_return_value=>'t-Badge--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31407149505048026) +,p_plugin_attribute_id=>wwv_flow_imp.id(31406085649048023) +,p_display_sequence=>30 +,p_display_value=>'Large' +,p_return_value=>'t-Badge--lg' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31407565572048028) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>22 +,p_display_sequence=>220 +,p_static_id=>'BADGE_COL_WIDTH' +,p_prompt=>'Column Width' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-ContentRow-badge--md' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_null_text=>'Default' +,p_help_text=>'Set the width of the content row columns. Default width is medium.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31407879074048029) +,p_plugin_attribute_id=>wwv_flow_imp.id(31407565572048028) +,p_display_sequence=>10 +,p_display_value=>'Small' +,p_return_value=>'t-ContentRow-badge--sm' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31408258704048030) +,p_plugin_attribute_id=>wwv_flow_imp.id(31407565572048028) +,p_display_sequence=>20 +,p_display_value=>'Medium' +,p_return_value=>'t-ContentRow-badge--md' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31408678253048032) +,p_plugin_attribute_id=>wwv_flow_imp.id(31407565572048028) +,p_display_sequence=>30 +,p_display_value=>'Large' +,p_return_value=>'t-ContentRow-badge--lg' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31409096508048034) +,p_plugin_attribute_id=>wwv_flow_imp.id(31407565572048028) +,p_display_sequence=>40 +,p_display_value=>'Auto' +,p_return_value=>'t-ContentRow-badge--auto' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31409406843048036) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>24 +,p_display_sequence=>240 +,p_static_id=>'BADGE_POS' +,p_prompt=>'Position' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_null_text=>'Start' +,p_help_text=>'Positions the Badge column to either the "Start" or "End" of the row.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31409784762048037) +,p_plugin_attribute_id=>wwv_flow_imp.id(31409406843048036) +,p_display_sequence=>10 +,p_display_value=>'End' +,p_return_value=>'t-ContentRow-badge--posEnd' +,p_help_text=>'Positions the Badge column to the "end" of the row.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31410173541048039) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>25 +,p_display_sequence=>250 +,p_static_id=>'BADGE_ALIGNMENT' +,p_prompt=>'Alignment' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393582938047975) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1958628393492119658) +,p_null_text=>'Start' +,p_help_text=>'Changes the alignment of the badge within its column.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31410451393048040) +,p_plugin_attribute_id=>wwv_flow_imp.id(31410173541048039) +,p_display_sequence=>10 +,p_display_value=>'Center' +,p_return_value=>'t-ContentRow-badge--alignCenter' +,p_help_text=>'Aligns the badge to the "center" of its column.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31410845314048041) +,p_plugin_attribute_id=>wwv_flow_imp.id(31410173541048039) +,p_display_sequence=>20 +,p_display_value=>'End' +,p_return_value=>'t-ContentRow-badge--alignEnd' +,p_help_text=>'Aligns the badge to the "end" of its column.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31411215251048043) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>31 +,p_display_sequence=>310 +,p_static_id=>'ITEM_CSS_CLASSES' +,p_prompt=>'Item CSS Classes' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31411571888048044) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>32 +,p_display_sequence=>320 +,p_static_id=>'AVATAR_CSS_CLASSES' +,p_prompt=>'CSS Classes' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31393200626047973) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1958628948504119659) +,p_help_text=>'Enter CSS classes to add to the visual. You may add multiple classes by separating them with a space.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31411847064048045) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>23 +,p_display_sequence=>230 +,p_static_id=>'APPLY_THEME_COLORS' +,p_prompt=>'Apply Theme Colors' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_attribute_group_id=>wwv_flow_imp.id(1701736329761846145) +,p_help_text=>'Specify whether to use the Universal Theme colors for avatar and badge row items. When set to Yes, the u-colors class will be applied to each row. When set to No, a default color will be used instead.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31412190384048047) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>27 +,p_display_sequence=>270 +,p_static_id=>'STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1701736329761846145) +,p_null_text=>'Default' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31412462635048048) +,p_plugin_attribute_id=>wwv_flow_imp.id(31412190384048047) +,p_display_sequence=>10 +,p_display_value=>'Compact' +,p_return_value=>'t-ContentRow--styleCompact' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31412819969048050) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>28 +,p_display_sequence=>280 +,p_static_id=>'HIDE_BORDERS' +,p_prompt=>'Hide Borders' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_attribute_group_id=>wwv_flow_imp.id(1701736329761846145) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31413198747048051) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>30 +,p_display_sequence=>300 +,p_static_id=>'REMOVE_PADDING' +,p_prompt=>'Remove Padding' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_attribute_group_id=>wwv_flow_imp.id(1701736329761846145) +); +wwv_flow_imp_shared.create_plugin_act_template( + p_id=>wwv_flow_imp.id(1839842838719941273) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_name=>'Button' +,p_type=>'BUTTON' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{with/}', +'LINK_URL:=#LINK_URL#', +'LINK_ATTR:=#LINK_ATTR#', +'LABEL:=#LABEL#', +'ICON_CLASSES:=#ICON_CLASSES#', +'CSS_CLASSES:=#CSS_CLASSES#', +'IS_HOT:=#IS_HOT#', +'IS_ICON_ONLY:=#IS_ICON_ONLY#', +'IS_DISABLED:=#IS_DISABLED#', +'{apply THEME$BUTTON/}')) +); +wwv_flow_imp_shared.create_plugin_act_template( + p_id=>wwv_flow_imp.id(1839844098239945421) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_name=>'Menu' +,p_type=>'MENU' +,p_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{with/}', +'MENU_ID:=#MENU_ID#', +'LABEL:=#LABEL#', +'ICON_CLASSES:=#ICON_CLASSES#', +'CSS_CLASSES:=#CSS_CLASSES#', +'IS_HOT:=#IS_HOT#', +'IS_DISABLED:=#IS_DISABLED#', +'IS_ICON_ONLY:=#IS_ICON_ONLY#', +'{apply THEME$BUTTON/}', +'#MENU#')) +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1542891323824182843) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_name=>'Badge Link' +,p_static_id=>'BADGE_LINK' +,p_display_sequence=>50 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1826249210045534540) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_name=>'Title Link' +,p_static_id=>'TITLE_LINK' +,p_display_sequence=>30 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1826928510775617644) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_name=>'Full Row Link' +,p_static_id=>'FULL_ROW_LINK' +,p_display_sequence=>40 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1839840903652896287) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_name=>'Avatar Link' +,p_static_id=>'AVATAR_LINK' +,p_display_sequence=>10 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1839842237042910144) +,p_plugin_id=>wwv_flow_imp.id(31391160343047951) +,p_name=>'Primary Actions' +,p_static_id=>'PRIMARY_ACTIONS' +,p_display_sequence=>20 +,p_type=>'TEMPLATE' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_media_list +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(31418437505048087) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$MEDIA_LIST' +,p_display_name=>'Media List' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$MEDIA_LIST'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'{if APEX$IS_LAZY_LOADING/}', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    {endif/}', +' {if DISPLAY_AVATAR/}', +' ', +' {endif/}', +'
    ', +' {if ?TITLE%assigned/}
    {endif/}', +' {if ?DESCRIPTION%assigned/}
    {endif/}', +'
    ', +' {if DISPLAY_BADGE%assigned/}', +' {with/}', +' LABEL:=', +' VALUE:=', +' SHAPE:=#BADGE_SHAPE#', +' STYLE:=#BADGE_STYLE#', +' {apply THEME$BADGE/}', +' {endif/}', +'
    ', +'{else/}', +' {if LINK/}', +' {if ?APEX$SELECTOR%assigned/}
    #APEX$SELECTOR#
    {endif/}', +' {if DISPLAY_AVATAR/}', +' ', +' {endif/}', +'
    ', +' {if ?TITLE/}

    #TITLE#

    {endif/}', +' {if ?DESCRIPTION/}

    #DESCRIPTION#

    {endif/}', +'
    ', +' {if DISPLAY_BADGE/}', +' {with/}', +' LABEL_DISPLAY:=#BADGE_LABEL_DISPLAY#', +' LABEL:=#BADGE_LABEL#', +' VALUE:=#BADGE_VALUE#', +' ICON:=#BADGE_ICON#', +' STATE:=#BADGE_STATE#', +' SIZE:=t-Badge--md', +' STYLE:=#BADGE_STYLE#', +' SHAPE:=#BADGE_SHAPE#', +' {apply THEME$BADGE/}', +' {endif/}', +' {if LINK/}
    {else/}
    {endif/}', +'{endif/}')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_report_body_template=>'
      #APEX$ROWS#
    ' +,p_report_row_template=>'
  • #APEX$PARTIAL#
  • ' +,p_report_placeholder_count=>3 +,p_standard_attributes=>'ROW_SELECTION:REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1564403634518414297 +,p_version_scn=>76083243 +,p_subscribe_plugin_settings=>true +,p_is_quick_pick=>true +,p_help_text=>'Display report content in a formatted media list. Supports avatars and badges. Available for a single row or as a report with multiple rows.' +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1831436882546931739) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_title=>'Avatar' +,p_display_sequence=>10 +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(1831436327534931738) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_title=>'Badge' +,p_display_sequence=>20 +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31419191425048094) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'TITLE' +,p_prompt=>'Title' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Lorem ipsum dolor sit amet' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be used as the title.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31419443811048095) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_demo_value=>'Nunc sit amet nunc quis magna ornare suscipit. Etiam aliquet maximus sapien, at sagittis sem gravida nec.' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be used for the row description.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31419712946048096) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'DISPLAY_AVATAR' +,p_prompt=>'Display Avatar' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the avatar for each row. When set to Yes, an avatar will be displayed with the assigned image, icon, or initials. When set to No, no avatar will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31420008171048098) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'DISPLAY_BADGE' +,p_prompt=>'Display Badge' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the badge for each row. When set to Yes, a badge will be displayed in each row. When set to No, no badge will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31420371607048099) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'AVATAR_TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'icon' +,p_demo_value=>'icon' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31419712946048096) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1831436882546931739) +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31420655601048100) +,p_plugin_attribute_id=>wwv_flow_imp.id(31420371607048099) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'image' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31421035255048102) +,p_plugin_attribute_id=>wwv_flow_imp.id(31420371607048099) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'initials' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31421447968048103) +,p_plugin_attribute_id=>wwv_flow_imp.id(31420371607048099) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'icon' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31421881831048105) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'AVATAR_IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>true +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420371607048099) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'image' +,p_attribute_group_id=>wwv_flow_imp.id(1831436882546931739) +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31422127803048106) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>95 +,p_static_id=>'AVATAR_DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>true +,p_attribute_group_id=>wwv_flow_imp.id(1831436882546931739) +,p_help_text=>'Enter a short description of the image/icon or select a source column from the quick pick options. This will be used as title & alt text for the avatar image/icon.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31422464454048107) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'AVATAR_INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420371607048099) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'initials' +,p_attribute_group_id=>wwv_flow_imp.id(1831436882546931739) +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31422701511048108) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>9 +,p_display_sequence=>90 +,p_static_id=>'AVATAR_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>true +,p_default_value=>'fa-user' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420371607048099) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'icon' +,p_attribute_group_id=>wwv_flow_imp.id(1831436882546931739) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31423040938048110) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>10 +,p_display_sequence=>100 +,p_static_id=>'AVATAR_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Avatar--rounded' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31419712946048096) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1831436882546931739) +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31423329472048111) +,p_plugin_attribute_id=>wwv_flow_imp.id(31423040938048110) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31423721230048112) +,p_plugin_attribute_id=>wwv_flow_imp.id(31423040938048110) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31424147002048113) +,p_plugin_attribute_id=>wwv_flow_imp.id(31423040938048110) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31424515726048115) +,p_plugin_attribute_id=>wwv_flow_imp.id(31423040938048110) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31424923291048116) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>11 +,p_display_sequence=>110 +,p_static_id=>'BADGE_LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>true +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420008171048098) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1831436327534931738) +,p_help_text=>'Enter a value for the badge label or select a source column from the quick pick options.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31425278253048118) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>12 +,p_display_sequence=>120 +,p_static_id=>'BADGE_VALUE' +,p_prompt=>'Value' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420008171048098) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1831436327534931738) +,p_help_text=>'Select a source column for the badge value.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31425528034048119) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>13 +,p_display_sequence=>130 +,p_static_id=>'BADGE_STATE' +,p_prompt=>'State' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420008171048098) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1831436327534931738) +,p_help_text=>'Select the source column for the state of the badge. Substitute column value with "danger", "warning", "success" or "info" for default styling.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31425854531048120) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>14 +,p_display_sequence=>140 +,p_static_id=>'BADGE_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420008171048098) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1831436327534931738) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the badge.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31426123510048122) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>15 +,p_display_sequence=>150 +,p_static_id=>'BADGE_LABEL_DISPLAY' +,p_prompt=>'Display Label' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420008171048098) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(1831436327534931738) +,p_help_text=>'Specify whether to display or hide the badge label. When set to Yes, the badge label will be displayed in addition to the badge value. When set to No, only the badge value will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31426464075048123) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>16 +,p_display_sequence=>160 +,p_static_id=>'BADGE_STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420008171048098) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1831436327534931738) +,p_null_text=>'Default' +,p_help_text=>'Select the badge style. Default inherits the style set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31426749149048125) +,p_plugin_attribute_id=>wwv_flow_imp.id(31426464075048123) +,p_display_sequence=>10 +,p_display_value=>'Subtle' +,p_return_value=>'t-Badge--subtle' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31427121939048126) +,p_plugin_attribute_id=>wwv_flow_imp.id(31426464075048123) +,p_display_sequence=>20 +,p_display_value=>'Outline' +,p_return_value=>'t-Badge--outline' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31427561044048127) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>17 +,p_display_sequence=>170 +,p_static_id=>'BADGE_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31420008171048098) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(1831436327534931738) +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the badge. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31427898353048129) +,p_plugin_attribute_id=>wwv_flow_imp.id(31427561044048127) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Badge--rounded' +,p_help_text=>'Displayed with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31428225068048130) +,p_plugin_attribute_id=>wwv_flow_imp.id(31427561044048127) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Badge--circle' +,p_help_text=>'Displayed with circular edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31428609952048131) +,p_plugin_attribute_id=>wwv_flow_imp.id(31427561044048127) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Badge--square' +,p_help_text=>'Displayed with squared edges.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31429055171048133) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>18 +,p_display_sequence=>180 +,p_static_id=>'LAYOUT' +,p_prompt=>'Layout' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Select the number of grid columns the media list content will display in. Horizontal Span will display all columns in a single horizontal row.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31429364759048134) +,p_plugin_attribute_id=>wwv_flow_imp.id(31429055171048133) +,p_display_sequence=>10 +,p_display_value=>'2 Column Grid' +,p_return_value=>'t-MediaList--cols t-MediaList--2cols' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31429733088048135) +,p_plugin_attribute_id=>wwv_flow_imp.id(31429055171048133) +,p_display_sequence=>20 +,p_display_value=>'3 Column Grid' +,p_return_value=>'t-MediaList--cols t-MediaList--3cols' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31430146943048137) +,p_plugin_attribute_id=>wwv_flow_imp.id(31429055171048133) +,p_display_sequence=>30 +,p_display_value=>'4 Column Grid' +,p_return_value=>'t-MediaList--cols t-MediaList--4cols' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31430549009048138) +,p_plugin_attribute_id=>wwv_flow_imp.id(31429055171048133) +,p_display_sequence=>40 +,p_display_value=>'5 Column Grid' +,p_return_value=>'t-MediaList--cols t-MediaList--5cols' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31430958466048140) +,p_plugin_attribute_id=>wwv_flow_imp.id(31429055171048133) +,p_display_sequence=>50 +,p_display_value=>'Horizontal Span' +,p_return_value=>'t-MediaList--horizontal' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31431314632048141) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>19 +,p_display_sequence=>190 +,p_static_id=>'SIZE' +,p_prompt=>'Size' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Set the size of media list items.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31431646779048143) +,p_plugin_attribute_id=>wwv_flow_imp.id(31431314632048141) +,p_display_sequence=>10 +,p_display_value=>'Large' +,p_return_value=>'t-MediaList--large force-fa-lg' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31431999213048144) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>20 +,p_display_sequence=>200 +,p_static_id=>'APPLY_THEME_COLORS' +,p_prompt=>'Apply Theme Colors' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to use the Universal Theme colors for avatar and badge row items. When set to Yes, the u-colors class will be applied to each row. When set to No, a default color will be used instead.' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1831639934704078367) +,p_plugin_id=>wwv_flow_imp.id(31418437505048087) +,p_name=>'Link' +,p_static_id=>'LINK' +,p_display_sequence=>10 +,p_type=>'LINK' +); +end; +/ +prompt --application/shared_components/plugins/template_component/theme_42_timeline +begin +wwv_flow_imp_shared.create_plugin( + p_id=>wwv_flow_imp.id(31434900184048164) +,p_plugin_type=>'TEMPLATE COMPONENT' +,p_theme_id=>nvl(wwv_flow_application_install.get_theme_id, '42') +,p_name=>'THEME_42$TIMELINE' +,p_display_name=>'Timeline' +,p_supported_component_types=>'PARTIAL:REPORT' +,p_image_prefix => nvl(wwv_flow_application_install.get_static_plugin_file_prefix('TEMPLATE COMPONENT','THEME_42$TIMELINE'),'') +,p_partial_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'', +'
    ', +' {if ?APEX$SELECTOR%assigned/}
    #APEX$SELECTOR#
    {endif/}', +'
    ', +' {if DISPLAY_AVATAR/}', +' {with/}', +' TYPE:=#AVATAR_TYPE#', +' IMAGE:=#AVATAR_IMAGE#', +' DESCRIPTION:=#AVATAR_DESCRIPTION#', +' INITIALS:=#AVATAR_INITIALS#', +' ICON:=#AVATAR_ICON#', +' SHAPE:=#AVATAR_SHAPE#', +' SIZE:=', +' LINK:=#AVATAR_LINK#', +' LINK_ATTR:=#AVATAR_LINK_ATTR#', +' {apply THEME$AVATAR/}', +' {endif/}', +'
    ', +' {if ?USER_NAME_LINK/}{endif/}#USER_NAME#{if ?USER_NAME_LINK/}{endif/}', +' #DATE#', +'
    ', +'
    ', +'
    ', +' {if DISPLAY_BADGE/}', +'
    ', +' {with/}', +' LABEL_DISPLAY:=#BADGE_LABEL_DISPLAY#', +' LABEL:=#BADGE_LABEL#', +' VALUE:=#BADGE_VALUE#', +' ICON:=#BADGE_ICON#', +' STATE:=#BADGE_STATE#', +' {apply THEME$BADGE/}', +'
    ', +' {endif/}', +'
    ', +'

    {if ?TITLE_LINK/}{endif/}#TITLE#{if ?TITLE_LINK/}{endif/}

    ', +' {if ?DESCRIPTION/}

    #DESCRIPTION#

    {endif/}', +'
    ', +'
    ', +'
    ', +'
    ')) +,p_default_escape_mode=>'HTML' +,p_translate_this_template=>false +,p_api_version=>1 +,p_report_body_template=>wwv_flow_string.join(wwv_flow_t_varchar2( +'
      #APEX$ROWS#
    ', +'')) +,p_report_row_template=>'
  • #APEX$PARTIAL#
  • ' +,p_report_placeholder_count=>3 +,p_standard_attributes=>'ROW_SELECTION:REGION_TEMPLATE' +,p_substitute_attributes=>true +,p_reference_id=>1601817836543095628 +,p_version_scn=>76584807 +,p_subscribe_plugin_settings=>true +,p_is_quick_pick=>true +,p_help_text=>'Display a series of events. Supports avatars and badges. Available for a single row or as a report with multiple rows.' +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(2178518464680155118) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_title=>'Avatar' +,p_display_sequence=>10 +); +wwv_flow_imp_shared.create_plugin_attr_group( + p_id=>wwv_flow_imp.id(2178517909668155117) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_title=>'Badge' +,p_display_sequence=>20 +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31435606772048170) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>1 +,p_display_sequence=>10 +,p_static_id=>'USER_NAME' +,p_prompt=>'User Name' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'User' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be displayed as the user name associated with a timeline event.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31435916213048171) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>2 +,p_display_sequence=>20 +,p_static_id=>'DATE' +,p_prompt=>'Date' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'1 hour ago' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_help_text=>'Select a source column containing a date, date range, or time.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31436207931048173) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>3 +,p_display_sequence=>30 +,p_static_id=>'TITLE' +,p_prompt=>'Title' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Lorem ipsum dolor sit amet' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be used as the title.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31436548480048174) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>4 +,p_display_sequence=>40 +,p_static_id=>'DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_demo_value=>'Nunc sit amet nunc quis magna ornare suscipit. Etiam aliquet maximus sapien, at sagittis sem gravida nec.' +,p_escape_mode=>'HTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_help_text=>'Select a source column to be used for the row description.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31436873037048175) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>5 +,p_display_sequence=>50 +,p_static_id=>'DISPLAY_AVATAR' +,p_prompt=>'Display Avatar' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_demo_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the avatar for each row. When set to Yes, an avatar will be displayed with the assigned image, icon, or initials. When set to No, no avatar will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31437136081048177) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>6 +,p_display_sequence=>60 +,p_static_id=>'DISPLAY_BADGE' +,p_prompt=>'Display Badge' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_demo_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to display or hide the badge for each row. When set to Yes, a badge will be displayed in each row. When set to No, no badge will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31437494174048178) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>7 +,p_display_sequence=>70 +,p_static_id=>'AVATAR_TYPE' +,p_prompt=>'Type' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'icon' +,p_demo_value=>'icon' +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31436873037048175) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(2178518464680155118) +,p_help_text=>'Select the type of content that will be displayed in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31437757290048179) +,p_plugin_attribute_id=>wwv_flow_imp.id(31437494174048178) +,p_display_sequence=>10 +,p_display_value=>'Image' +,p_return_value=>'image' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31438194317048181) +,p_plugin_attribute_id=>wwv_flow_imp.id(31437494174048178) +,p_display_sequence=>20 +,p_display_value=>'Initials' +,p_return_value=>'initials' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31438526411048182) +,p_plugin_attribute_id=>wwv_flow_imp.id(31437494174048178) +,p_display_sequence=>30 +,p_display_value=>'Icon' +,p_return_value=>'icon' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31438931833048184) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>8 +,p_display_sequence=>80 +,p_static_id=>'AVATAR_IMAGE' +,p_prompt=>'Image' +,p_attribute_type=>'MEDIA' +,p_is_required=>true +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437494174048178) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'image' +,p_attribute_group_id=>wwv_flow_imp.id(2178518464680155118) +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    Use the Media popup dialog to select a source for the avatar image.

    ', +'', +'

    Available options include:', +'

      ', +'
    • URL
    • ', +'
    • BLOB Column
    • ', +'
    • URL Column
    • ', +'
    ', +'

    ')) +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31439249752048185) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>9 +,p_display_sequence=>115 +,p_static_id=>'AVATAR_DESCRIPTION' +,p_prompt=>'Description' +,p_attribute_type=>'TEXT' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>true +,p_attribute_group_id=>wwv_flow_imp.id(2178518464680155118) +,p_help_text=>'Enter a short description of the image/icon or select a source column from the quick pick options. This will be used as title & alt text for the avatar image/icon.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31439567235048187) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>10 +,p_display_sequence=>100 +,p_static_id=>'AVATAR_INITIALS' +,p_prompt=>'Initials' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437494174048178) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'initials' +,p_attribute_group_id=>wwv_flow_imp.id(2178518464680155118) +,p_help_text=>'Select the source column to be displayed within each avatar. Only varchar2 data types are supported.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31439879547048188) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>11 +,p_display_sequence=>110 +,p_static_id=>'AVATAR_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>true +,p_default_value=>'fa-user' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437494174048178) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'icon' +,p_attribute_group_id=>wwv_flow_imp.id(2178518464680155118) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the avatar.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31440190081048189) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>12 +,p_display_sequence=>120 +,p_static_id=>'AVATAR_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>true +,p_default_value=>'t-Avatar--circle' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31436873037048175) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(2178518464680155118) +,p_help_text=>'Select the shape of the avatar. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31440439467048191) +,p_plugin_attribute_id=>wwv_flow_imp.id(31440190081048189) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Avatar--rounded' +,p_help_text=>'Displayed within a square with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31440826066048192) +,p_plugin_attribute_id=>wwv_flow_imp.id(31440190081048189) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Avatar--circle' +,p_help_text=>'Displayed within a circular shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31441210366048193) +,p_plugin_attribute_id=>wwv_flow_imp.id(31440190081048189) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Avatar--square' +,p_help_text=>'Displayed within a square shape.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31441617578048195) +,p_plugin_attribute_id=>wwv_flow_imp.id(31440190081048189) +,p_display_sequence=>40 +,p_display_value=>'No Shape' +,p_return_value=>'t-Avatar--noShape' +,p_help_text=>'Displayed inline without a containing shape.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31442046072048197) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>13 +,p_display_sequence=>130 +,p_static_id=>'BADGE_LABEL' +,p_prompt=>'Label' +,p_attribute_type=>'TEXT' +,p_is_required=>true +,p_escape_mode=>'RAW' +,p_is_translatable=>true +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437136081048177) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2178517909668155117) +,p_help_text=>'Enter a value for the badge label or select a source column from the quick pick options.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31442376322048198) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>14 +,p_display_sequence=>140 +,p_static_id=>'BADGE_VALUE' +,p_prompt=>'Value' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>true +,p_demo_value=>'Closed' +,p_escape_mode=>'STRIPHTML' +,p_column_data_types=>'VARCHAR2:NUMBER:DATE:INTERVAL_Y2M:INTERVAL_D2S' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437136081048177) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2178517909668155117) +,p_help_text=>'Select a source column for the badge value.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31442627078048199) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>15 +,p_display_sequence=>150 +,p_static_id=>'BADGE_STATE' +,p_prompt=>'State' +,p_attribute_type=>'SESSION STATE VALUE' +,p_is_required=>false +,p_demo_value=>'is-removed' +,p_escape_mode=>'ATTR' +,p_column_data_types=>'VARCHAR2' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437136081048177) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2178517909668155117) +,p_help_text=>'Select the source column for the state of the badge. Substitute column value with "danger", "warning", "success" or "info" for default styling.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31442996291048200) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>16 +,p_display_sequence=>160 +,p_static_id=>'BADGE_ICON' +,p_prompt=>'Icon' +,p_attribute_type=>'ICON' +,p_is_required=>false +,p_demo_value=>'fa-check-circle-o' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437136081048177) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2178517909668155117) +,p_help_text=>'Enter an icon class or use the Pick Icon dialog to select the icon you want to add to display in the badge.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31443292067048202) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>17 +,p_display_sequence=>170 +,p_static_id=>'BADGE_LABEL_DISPLAY' +,p_prompt=>'Display Label' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'N' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437136081048177) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_attribute_group_id=>wwv_flow_imp.id(2178517909668155117) +,p_help_text=>'Specify whether to display or hide the badge label. When set to Yes, the badge label will be displayed in addition to the badge value. When set to No, only the badge value will be displayed.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31443576892048204) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>18 +,p_display_sequence=>180 +,p_static_id=>'BADGE_STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437136081048177) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(2178517909668155117) +,p_null_text=>'Default' +,p_help_text=>'Select the badge style. Default inherits the style set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31443853550048205) +,p_plugin_attribute_id=>wwv_flow_imp.id(31443576892048204) +,p_display_sequence=>10 +,p_display_value=>'Subtle' +,p_return_value=>'t-Badge--subtle' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31444204547048206) +,p_plugin_attribute_id=>wwv_flow_imp.id(31443576892048204) +,p_display_sequence=>20 +,p_display_value=>'Outline' +,p_return_value=>'t-Badge--outline' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31444623897048208) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'COMPONENT' +,p_attribute_sequence=>19 +,p_display_sequence=>190 +,p_static_id=>'BADGE_SHAPE' +,p_prompt=>'Shape' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'HTML' +,p_is_translatable=>false +,p_depending_on_attribute_id=>wwv_flow_imp.id(31437136081048177) +,p_depending_on_has_to_exist=>true +,p_depending_on_condition_type=>'EQUALS' +,p_depending_on_expression=>'Y' +,p_lov_type=>'STATIC' +,p_attribute_group_id=>wwv_flow_imp.id(2178517909668155117) +,p_null_text=>'Default' +,p_help_text=>'Select the shape of the badge. Default inherits the shape set by the containing template.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31444910935048211) +,p_plugin_attribute_id=>wwv_flow_imp.id(31444623897048208) +,p_display_sequence=>10 +,p_display_value=>'Rounded' +,p_return_value=>'t-Badge--rounded' +,p_help_text=>'Displayed with rounded corners.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31445367458048213) +,p_plugin_attribute_id=>wwv_flow_imp.id(31444623897048208) +,p_display_sequence=>20 +,p_display_value=>'Circular' +,p_return_value=>'t-Badge--circle' +,p_help_text=>'Displayed with circular edges.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31445795162048214) +,p_plugin_attribute_id=>wwv_flow_imp.id(31444623897048208) +,p_display_sequence=>30 +,p_display_value=>'Square' +,p_return_value=>'t-Badge--square' +,p_help_text=>'Displayed with squared edges.' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31446175380048216) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>20 +,p_display_sequence=>200 +,p_static_id=>'STYLE' +,p_prompt=>'Style' +,p_attribute_type=>'SELECT LIST' +,p_is_required=>false +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_lov_type=>'STATIC' +,p_null_text=>'Default' +,p_help_text=>'Set the style of timeline items.' +); +wwv_flow_imp_shared.create_plugin_attr_value( + p_id=>wwv_flow_imp.id(31446450903048217) +,p_plugin_attribute_id=>wwv_flow_imp.id(31446175380048216) +,p_display_sequence=>10 +,p_display_value=>'Compact' +,p_return_value=>'t-Timeline--compact' +); +wwv_flow_imp_shared.create_plugin_attribute( + p_id=>wwv_flow_imp.id(31446879822048219) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_attribute_scope=>'REPORT' +,p_attribute_sequence=>21 +,p_display_sequence=>210 +,p_static_id=>'APPLY_THEME_COLORS' +,p_prompt=>'Apply Theme Colors' +,p_attribute_type=>'CHECKBOX' +,p_is_required=>false +,p_default_value=>'Y' +,p_demo_value=>'Y' +,p_escape_mode=>'ATTR' +,p_is_translatable=>false +,p_help_text=>'Specify whether to use the Universal Theme colors for avatar and badge row items. When set to Yes, the u-colors class will be applied to each row. When set to No, a default color will be used instead.' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1826287809866363704) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_name=>'Title Link' +,p_static_id=>'TITLE_LINK' +,p_display_sequence=>25 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(1940699172854627305) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_name=>'User Name Link' +,p_static_id=>'USER_NAME_LINK' +,p_display_sequence=>15 +,p_type=>'LINK' +); +wwv_flow_imp_shared.create_plugin_act_position( + p_id=>wwv_flow_imp.id(2059730419828931746) +,p_plugin_id=>wwv_flow_imp.id(31434900184048164) +,p_name=>'Avatar Link' +,p_static_id=>'AVATAR_LINK' +,p_display_sequence=>10 +,p_type=>'LINK' +); +end; +/ +prompt --application/user_interfaces/combined_files +begin +null; +end; +/ +prompt --application/pages/page_00000 +begin +wwv_flow_imp_page.create_page( + p_id=>0 +,p_name=>'Global Page' +,p_step_title=>'Global Page' +,p_autocomplete_on_off=>'OFF' +,p_page_template_options=>'#DEFAULT#' +,p_protection_level=>'D' +,p_page_component_map=>'14' +); +end; +/ +prompt --application/pages/page_00001 +begin +wwv_flow_imp_page.create_page( + p_id=>1 +,p_name=>'Home' +,p_alias=>'HOME' +,p_step_title=>'vector-RAG-IN-A-BOX' +,p_warn_on_unsaved_changes=>'N' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-green-button {', +' background-color: #0dff00; /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}')) +,p_page_template_options=>'#DEFAULT#' +,p_protection_level=>'C' +,p_page_component_map=>'13' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(16047970704573889) +,p_plug_name=>'RAG Context' +,p_region_template_options=>'#DEFAULT#:js-useLocalStorage:is-collapsed:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31239851723047187) +,p_plug_display_sequence=>150 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(31485235694048575) +,p_plug_name=>'vRAG-IN-A-BOX' +,p_region_template_options=>'#DEFAULT#' +,p_plug_template=>wwv_flow_imp.id(31254284814047240) +,p_plug_display_sequence=>10 +,p_plug_display_point=>'REGION_POSITION_01' +,p_location=>null +,p_plug_query_num_rows=>15 +,p_region_image=>'#APP_FILES#icons/app-icon-512.png' +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML', + 'show_line_breaks', 'Y')).to_clob +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(31489400231468473) +,p_button_sequence=>110 +,p_button_name=>'P1_GET_ANSWER' +,p_button_static_id=>'ga_button' +,p_button_action=>'SUBMIT' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_image_alt=>'Get Answer' +,p_show_processing=>'Y' +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-ai-prompt' +,p_grid_new_row=>'Y' +,p_grid_column_span=>1 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(32056714686373589) +,p_button_sequence=>120 +,p_button_name=>'P1_CLEAR' +,p_button_action=>'SUBMIT' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Clear' +,p_button_css_classes=>'my-warn-button' +,p_icon_css_classes=>'fa-receipt-x' +,p_grid_new_row=>'N' +,p_grid_column_span=>2 +,p_grid_column=>5 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(17816811925742040) +,p_button_sequence=>130 +,p_button_name=>'P1_SHOWDOC' +,p_button_action=>'REDIRECT_PAGE' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_image_alt=>'Show Documentation' +,p_button_redirect_url=>'f?p=&APP_ID.:4:&SESSION.::&DEBUG.:::' +,p_button_css_classes=>'my-green-button' +,p_icon_css_classes=>'fa-book' +,p_grid_new_row=>'N' +,p_grid_column=>8 +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7926760220000202) +,p_name=>'P1_KEEP_HISTORY' +,p_item_sequence=>40 +,p_item_default=>'N' +,p_prompt=>'Keep History' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_begin_on_new_line=>'N' +,p_colspan=>1 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The context and the previous answers will be passed on to the next question.' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7926811493000203) +,p_name=>'P1_SESS_CTX' +,p_data_type=>'CLOB' +,p_item_sequence=>20 +,p_item_plug_id=>wwv_flow_imp.id(16047970704573889) +,p_display_as=>'NATIVE_HIDDEN' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7927886281000213) +,p_name=>'P1_QENA' +,p_item_sequence=>100 +,p_display_as=>'NATIVE_HIDDEN' +,p_attribute_01=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7929914768000234) +,p_name=>'P1_TIMING' +,p_item_sequence=>70 +,p_item_default=>'N' +,p_prompt=>'Show Timing' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_begin_on_new_line=>'N' +,p_colspan=>1 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Insert the query''s start and end times with msec precision and explicitly shows the usage of the index as per "Use Vector Index" switch.' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7930098268000235) +,p_name=>'P1_EXPERT_MODE' +,p_item_sequence=>50 +,p_item_default=>'N' +,p_prompt=>'Expert Mode' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_begin_on_new_line=>'N' +,p_colspan=>1 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(8171127219618801) +,p_name=>'P1_USE_PLSQL' +,p_item_sequence=>80 +,p_item_default=>'N' +,p_prompt=>'Use PLSQL' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_begin_on_new_line=>'N' +,p_colspan=>1 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'If selected it will issue the query using DBMS_VECTOR.QUERY instead of using the VECTOR_DISTANCE() syntax.' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16043332471573842) +,p_name=>'P1_CONTEXT' +,p_data_type=>'CLOB' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(16047970704573889) +,p_prompt=>'Query Context' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>30 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'Y' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16043459422573843) +,p_name=>'P1_USE_VI' +,p_item_sequence=>60 +,p_item_default=>'Y' +,p_prompt=>'Use Vector Index' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_begin_on_new_line=>'N' +,p_colspan=>1 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31488318824468462) +,p_name=>'P1_ANSWER' +,p_data_type=>'CLOB' +,p_item_sequence=>140 +,p_prompt=>'RAG Answer' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>30 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'Y' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31488400080468463) +,p_name=>'P1_QUESTION' +,p_item_sequence=>30 +,p_prompt=>'Your Question' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>30 +,p_colspan=>6 +,p_field_template=>wwv_flow_imp.id(31359925708047623) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Entert your Query to the system here.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(7930104107000236) +,p_name=>'SetUserMode' +,p_event_sequence=>10 +,p_triggering_element_type=>'ITEM' +,p_triggering_element=>'P1_EXPERT_MODE' +,p_triggering_condition_type=>'JAVASCRIPT_EXPRESSION' +,p_triggering_expression=>wwv_flow_string.join(wwv_flow_t_varchar2( +'// needed to trigger the change actions -- evaluate to true or false', +'(apex.item( "P1_EXPERT_MODE" ).getValue() === "Y")', +'')) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'change' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7930997751000244) +,p_event_id=>wwv_flow_imp.id(7930104107000236) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'begin', +' :APP_ITEM_EXPERT_MODE := ''Y'';', +'end;')) +,p_attribute_02=>'APP_ITEM_EXPERT_MODE,P1_EXPERT_MODE' +,p_attribute_03=>'APP_ITEM_EXPERT_MODE' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7931132559000246) +,p_event_id=>wwv_flow_imp.id(7930104107000236) +,p_event_result=>'FALSE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'begin', +' :APP_ITEM_EXPERT_MODE := ''N'';', +'end;')) +,p_attribute_02=>'APP_ITEM_EXPERT_MODE,P1_EXPERT_MODE' +,p_attribute_03=>'APP_ITEM_EXPERT_MODE' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7930254953000237) +,p_event_id=>wwv_flow_imp.id(7930104107000236) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_SHOW' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P1_USE_VI,P1_TIMING,P1_USE_PLSQL' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7930542178000240) +,p_event_id=>wwv_flow_imp.id(7930104107000236) +,p_event_result=>'FALSE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_HIDE' +,p_affected_elements_type=>'REGION' +,p_affected_region_id=>wwv_flow_imp.id(16047970704573889) +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7930300550000238) +,p_event_id=>wwv_flow_imp.id(7930104107000236) +,p_event_result=>'FALSE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_HIDE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P1_USE_VI,P1_TIMING,P1_USE_PLSQL' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7930457173000239) +,p_event_id=>wwv_flow_imp.id(7930104107000236) +,p_event_result=>'TRUE' +,p_action_sequence=>40 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_SHOW' +,p_affected_elements_type=>'REGION' +,p_affected_region_id=>wwv_flow_imp.id(16047970704573889) +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(16046677620573876) +,p_name=>'PageSetup' +,p_event_sequence=>30 +,p_bind_type=>'bind' +,p_bind_event_type=>'ready' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7927940349000214) +,p_event_id=>wwv_flow_imp.id(16046677620573876) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +'begin', +' cnt := vriab_check_status(:user);', +'', +' -- default is to disable question button until all is ok', +' :P1_QENA := ''N'';', +'', +' if (cnt = 0) then', +' :P1_QENA := ''Y'';', +' if ((:P1_ANSWER = '''') or (:P1_ANSWER is NULL)) then', +' :P1_ANSWER := ''Please ask your question in the field above...'';', +' end if;', +' elsif ( cnt = 1) then', +' :P1_ANSWER := ''**''||chr(10)||''** Please navigate to the setting page, fill in the credentials, verify and save your chunking, indexing, and runtime prefs, then create the index using the appropriate button.''||chr(10)||''**'';', +' elsif ( cnt = 2) then', +' :P1_ANSWER := ''**''||chr(10)||''** Please navigate to the setting page and verify and save your chunking, indexing, and runtime prefs, then create the index using the appropriate button.''||chr(10)||''**'';', +' else', +' :P1_ANSWER := ''**''||chr(10)||''** Please navigate to the setting page and create the index using the appropriate button.''||chr(10)||''**'';', +' end if;', +'end;')) +,p_attribute_02=>'P1_QENA' +,p_attribute_03=>'P1_QENA,P1_ANSWER' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7928219611000217) +,p_event_id=>wwv_flow_imp.id(16046677620573876) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_JAVASCRIPT_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'if (apex.item( "P1_QENA" ).getValue() === "Y") {', +' $("#ga_button").attr("disabled", false);', +'} else {', +' $("#ga_button").attr("disabled", true);', +'}', +'', +'if (apex.item( "APP_ITEM_EXPERT_MODE" ).getValue() === "Y") {', +' apex.item("P1_TIMING").disable();', +' apex.item("P1_USE_PLSQL").disable();', +' apex.item("P1_USE_VI").disable();', +'} else {', +' apex.item("P1_TIMING").enable();', +' apex.item("P1_USE_PLSQL").enable();', +' apex.item("P1_USE_VI").enable();', +'}', +'')) +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(8172087006618810) +,p_process_sequence=>10 +,p_process_point=>'AFTER_HEADER' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'New' +,p_process_sql_clob=>'//' +,p_process_clob_language=>'JAVASCRIPT' +,p_internal_uid=>8172087006618810 +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(32057454111373596) +,p_process_sequence=>10 +,p_process_point=>'ON_SUBMIT_BEFORE_COMPUTATION' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'GetAnswer' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' locusr varchar2(50);', +' usevi bool;', +' useplsql bool;', +' usevis varchar2(50);', +' stt timestamp;', +' st varchar2(50);', +' ett timestamp;', +' et varchar2(50);', +' mst varchar2(50);', +'begin', +'', +' if (:P1_QUESTION = '''') or (:P1_QUESTION is null) then', +' :P1_ANSWER := ''Please enter a question.'';', +' else', +' -- init session context if desired', +' if (:P1_KEEP_HISTORY = ''Y'') then', +' :P1_CONTEXT := :P1_SESS_CTX;', +' else', +' :P1_CONTEXT := '''';', +' end if;', +' ', +' -- init session context if desired', +' if (:P1_USE_VI = ''Y'') then', +' usevi := TRUE;', +' usevis := ''With Vector Index''||chr(10);', +' else', +' usevi := FALSE;', +' usevis := ''Without Vector Index''||chr(10);', +' end if;', +'', +' useplsql := false;', +' if (:P1_USE_PLSQL = ''Y'') then', +' useplsql := true;', +' end if;', +'', +' -- get the latest query params', +' select count(riab_user) into cnt', +' from vriab_user_settings', +' where riab_user = :user', +' and pref_type = ''EXEC'';', +'', +' if (cnt = 0) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +' -- get the start timestamp', +' select systimestamp into stt from dual;', +' select ''Query started: ''||to_char(stt, ''yyyy/mm/dd hh24:mm:ss:ff3'')||chr(10) into st from dual;', +'', +' -- get the answer', +' vriab_get_answer(:P1_QUESTION, locusr, :P1_ANSWER, :P1_CONTEXT, usevi, useplsql);', +'', +' -- get the end timestamp', +' select systimestamp into ett from dual;', +' select ''Query ended: ''||to_char(ett, ''yyyy/mm/dd hh24:mm:ss:ff3'')||chr(10) into et from dual;', +' -- millisecs interval', +' --mst := (ett - stt ) * 86400000;', +' --mst := substr(mst, 1, instr(mst, '' '') -1);', +'', +' -- store the answers in cumulative way', +' if (:P1_KEEP_HISTORY = ''Y'') then', +' :P1_SESS_CTX := :P1_SESS_CTX ||'' ''||:P1_ANSWER;', +' else', +' :P1_SESS_CTX := '''';', +' end if;', +'', +' -- if desired add timing and index usage text', +' if (:P1_TIMING = ''Y'') then', +' :p1_answer := st || usevis || ''-----'' || chr(10)', +' || :p1_answer || chr(10) || ''-----'' || chr(10)', +' || et || ''Total msecs: '' || vriab_util_timestamp_diff(stt, ett) || chr(10); ', +' end if;', +' end if;', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_process_when_button_id=>wwv_flow_imp.id(31489400231468473) +,p_internal_uid=>8744655342471736 +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(32057509665373597) +,p_process_sequence=>20 +,p_process_point=>'ON_SUBMIT_BEFORE_COMPUTATION' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'ClearPage' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'begin', +' :p1_question := '''';', +' :p1_answer := '''';', +' :P1_context := '''';', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_process_when_button_id=>wwv_flow_imp.id(32056714686373589) +,p_internal_uid=>8744710896471737 +); +end; +/ +prompt --application/pages/page_00002 +begin +wwv_flow_imp_page.create_page( + p_id=>2 +,p_name=>'Settings' +,p_alias=>'RIAB_SETTINGS' +,p_step_title=>'Settings' +,p_warn_on_unsaved_changes=>'N' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-green-button {', +' background-color: #0dff00; /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}', +'', +'tt {', +' font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;', +'}')) +,p_page_template_options=>'#DEFAULT#' +,p_protection_level=>'C' +,p_page_component_map=>'17' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(31491884125468497) +,p_plug_name=>'Settings' +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>10 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(7926900635000204) +,p_plug_name=>'Vector Index Settings' +,p_parent_plug_id=>wwv_flow_imp.id(31491884125468497) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>40 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(7927037037000205) +,p_plug_name=>'Runtime Settings' +,p_parent_plug_id=>wwv_flow_imp.id(31491884125468497) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>50 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(16044325912573852) +,p_plug_name=>'Credentials Section' +,p_parent_plug_id=>wwv_flow_imp.id(31491884125468497) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>20 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(31492093888468499) +,p_plug_name=>'Chunking Settings' +,p_parent_plug_id=>wwv_flow_imp.id(31491884125468497) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>30 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(31492296868468501) +,p_plug_name=>'Index Infos' +,p_parent_plug_id=>wwv_flow_imp.id(31491884125468497) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>110 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(31492714484468506) +,p_plug_name=>'File and Index Actions' +,p_parent_plug_id=>wwv_flow_imp.id(31491884125468497) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>100 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(32054904698373571) +,p_plug_name=>'File Actions' +,p_title=>'File Actions' +,p_parent_plug_id=>wwv_flow_imp.id(31491884125468497) +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody:margin-top-sm' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>120 +,p_location=>null +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(31495048708539253) +,p_plug_name=>'Breadcrumb' +,p_region_template_options=>'#DEFAULT#:t-BreadcrumbRegion--useBreadcrumbTitle' +,p_component_template_options=>'#DEFAULT#' +,p_plug_template=>wwv_flow_imp.id(31299982287047385) +,p_plug_display_sequence=>10 +,p_plug_display_point=>'REGION_POSITION_01' +,p_menu_id=>wwv_flow_imp.id(31184393672046923) +,p_plug_source_type=>'NATIVE_BREADCRUMB' +,p_menu_template_id=>wwv_flow_imp.id(31362788395047645) +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(7929200576000227) +,p_button_sequence=>10 +,p_button_plug_id=>wwv_flow_imp.id(31492714484468506) +,p_button_name=>'RELOAD_FILES' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Chunk and Vectorize Files' +,p_warn_on_unsaved_changes=>null +,p_confirm_message=>'Are you sure you want to rechunk and recreate the embeddings on the source files?' +,p_confirm_style=>'warning' +,p_button_css_classes=>'my-alarm-button' +,p_icon_css_classes=>'fa-radiation' +,p_grid_new_row=>'Y' +,p_grid_column_span=>4 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(16044004299573849) +,p_button_sequence=>10 +,p_button_plug_id=>wwv_flow_imp.id(16044325912573852) +,p_button_name=>'EnterCredentials' +,p_button_action=>'REDIRECT_PAGE' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Enter Credentials' +,p_button_redirect_url=>'f?p=&APP_ID.:3:&SESSION.::&DEBUG.:::' +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-gears' +,p_grid_new_row=>'Y' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(32055157837373573) +,p_button_sequence=>10 +,p_button_plug_id=>wwv_flow_imp.id(32054904698373571) +,p_button_name=>'ListSources' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_image_alt=>'List Sources' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-files-o' +,p_grid_new_row=>'Y' +,p_grid_column_span=>3 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(31488779144468466) +,p_button_sequence=>20 +,p_button_plug_id=>wwv_flow_imp.id(31492714484468506) +,p_button_name=>'RECREATE_INDEX' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_image_alt=>'(Re-)Create Index' +,p_warn_on_unsaved_changes=>null +,p_confirm_message=>'Do you really want to recreate the index?' +,p_confirm_style=>'warning' +,p_button_css_classes=>'my-alarm-button' +,p_icon_css_classes=>'fa-radiation' +,p_grid_new_row=>'N' +,p_grid_new_column=>'Y' +,p_grid_column_span=>4 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(31491100710468490) +,p_button_sequence=>40 +,p_button_plug_id=>wwv_flow_imp.id(7927037037000205) +,p_button_name=>'SAVE_PREFS' +,p_button_static_id=>'save_pref_button' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_image_alt=>'Save All Prefs' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-save-as' +,p_grid_new_row=>'Y' +,p_grid_column_span=>4 +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(31492440169468503) +,p_button_sequence=>50 +,p_button_plug_id=>wwv_flow_imp.id(31492296868468501) +,p_button_name=>'IDX_STATUS' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_image_alt=>'Idx Status' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-question-square-o' +,p_grid_new_row=>'N' +,p_grid_new_column=>'N' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(32055914765373581) +,p_button_sequence=>50 +,p_button_plug_id=>wwv_flow_imp.id(7927037037000205) +,p_button_name=>'RESET_PREFS' +,p_button_static_id=>'reset_pref_button' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Reset Prefs to DEFAULT' +,p_warn_on_unsaved_changes=>null +,p_confirm_message=>'Are you sure you want to reset your Prefs to their default value?' +,p_confirm_style=>'warning' +,p_button_css_classes=>'my-warn-button' +,p_icon_css_classes=>'fa-x-axis' +,p_grid_new_row=>'N' +,p_grid_new_column=>'Y' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(7929787666000232) +,p_button_sequence=>60 +,p_button_plug_id=>wwv_flow_imp.id(7927037037000205) +,p_button_name=>'GEN_CODE' +,p_button_action=>'REDIRECT_PAGE' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_image_alt=>'Generate Code from Prefs' +,p_button_redirect_url=>'f?p=&APP_ID.:5:&SESSION.::&DEBUG.:::' +,p_button_css_classes=>'my-green-button' +,p_icon_css_classes=>'fa-book' +,p_grid_new_row=>'N' +,p_grid_new_column=>'Y' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(31492941140468508) +,p_button_sequence=>70 +,p_button_plug_id=>wwv_flow_imp.id(31492296868468501) +,p_button_name=>'IDX_ACTIVITIES' +,p_button_static_id=>'idx_errors' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_image_alt=>'Source File Status' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-medkit' +,p_grid_new_row=>'N' +,p_grid_new_column=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7927139654000206) +,p_name=>'P2_RT_DISTANCE' +,p_item_sequence=>20 +,p_item_plug_id=>wwv_flow_imp.id(7927037037000205) +,p_item_default=>'COSINE' +,p_prompt=>'Distance' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:EUCLIDEAN;EUCLIDEAN,L2_SQUARED;L2_SQUARED,COSINE;COSINE,DOT;DOT,MANHATTAN;MANHATTAN,HAMMING;HAMMING' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_help_text=>'Distance computation metric.
    Defaults to COSINE.' +,p_inline_help_text=>'Distance computation metric' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7927286696000207) +,p_name=>'P2_RT_ACCURACY' +,p_item_sequence=>30 +,p_item_plug_id=>wwv_flow_imp.id(7927037037000205) +,p_item_default=>'95' +,p_prompt=>'Accuracy' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Specifies the minimum desired query accuracy.
    ', +'Range: > 0 and <= 100')) +,p_inline_help_text=>'Minimum desired query accuracy' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7927309688000208) +,p_name=>'P2_RT_TOPK' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(7927037037000205) +,p_item_default=>'5' +,p_prompt=>'TopK' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Number of results to be returned.' +,p_inline_help_text=>'Number of results to be returned' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7928363155000218) +,p_name=>'P2_VEC_IDXTYPE' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(7926900635000204) +,p_item_default=>'HNSW' +,p_prompt=>'Vec Idxtype' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:HNSW;HNSW,IVF;IVF' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7928469144000219) +,p_name=>'P2_VEC_DISTANCE' +,p_item_sequence=>20 +,p_item_plug_id=>wwv_flow_imp.id(7926900635000204) +,p_prompt=>'Distance Algorithm' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:EUCLIDEAN;EUCLIDEAN,L2_SQUARED;L2_SQUARED,COSINE;COSINE,DOT;DOT,MANHATTAN;MANHATTAN,HAMMING;HAMMING' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7928592129000220) +,p_name=>'P2_VEC_ACCURACY' +,p_item_sequence=>30 +,p_item_plug_id=>wwv_flow_imp.id(7926900635000204) +,p_prompt=>'Accuracy' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Range: > 0 and <= 100' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7928674439000221) +,p_name=>'P2_VEC_NEIGHBORS' +,p_item_sequence=>50 +,p_item_plug_id=>wwv_flow_imp.id(7926900635000204) +,p_prompt=>'Neighbors' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'For HNSW indexes:
    ', +'NEIGHBORS and M are equivalent and represent the maximum number of neighbors a vector can have on any layer. The last vertex has one additional flexibility that it can have up to 2M neighbors.
    ', +'Range: >0 and <= 2048
    ', +'For IVF indexes:
    ', +'Determines the number of centroid partitions that are created by the index.
    ', +'Range: >0 and <= 10''000''000')) +,p_inline_help_text=>'No. of centroid partitions' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7928779762000222) +,p_name=>'P2_VEC_EFCONSTR' +,p_item_sequence=>60 +,p_item_plug_id=>wwv_flow_imp.id(7926900635000204) +,p_prompt=>'efconstr' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'For HNSW indexes only: EFCONSTRUCTION represents the maximum number of closest vector candidates considered at each step of the search during insertion.
    ', +'Range: >0 and <= 65535')) +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7928882298000223) +,p_name=>'P2_VEC_SAMPLES' +,p_item_sequence=>70 +,p_item_plug_id=>wwv_flow_imp.id(7926900635000204) +,p_prompt=>'Samples' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Valid only for IVF indexes.
    ', +'SAMPLE_PER_PARTITION decides the total number of vectors that are passed to the clustering algorithm (number of samples per partition times the number of neighbor partitions). Note, that passing all the vectors would significantly increase the total ' +||'time to create the index. Instead, aim to pass a subset of vectors that can capture the data distribution.
    ', +'Range: from 1 to (num_vectors/neighbor_partitions)')) +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7928937692000224) +,p_name=>'P2_VEC_MINVECT' +,p_item_sequence=>80 +,p_item_plug_id=>wwv_flow_imp.id(7926900635000204) +,p_prompt=>'Minvect' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'MIN_VECTORS_PER_PARTITION represents the target minimum number of vectors per partition. Aim to trim out any partition that can end up with fewer than 100 vectors. This may result in lesser number of centroids. Its values can range from 0 (no trimmin' +||'g of centroids) to num_vectors (would result in 1 neighbor partition).
    ', +'Range: from 0 (no trimming of centroid partitions) to total number of vectors (would result in 1 centroid partition)', +'')) +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7929047553000225) +,p_name=>'P2_VEC_PARALLEL' +,p_item_sequence=>90 +,p_item_plug_id=>wwv_flow_imp.id(7926900635000204) +,p_item_default=>'2' +,p_prompt=>'Parallel Degree' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Parallel degree of the vector creation.
    Default: 2' +,p_inline_help_text=>'Parallel degree of the vector creation' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16043075536573840) +,p_name=>'P2_CHUNK_MAX' +,p_is_required=>true +,p_item_sequence=>20 +,p_item_plug_id=>wwv_flow_imp.id(31492093888468499) +,p_item_default=>'1440' +,p_prompt=>'Max' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Specify a limit on the maximum size of each chunk. This setting splits the input text at a fixed point where the maximum limit occurs in the larger text. The units of max correspond to the by mode, that is, to split data when it reaches the maximum s' +||'ize limit of a certain number of characters, words, numbers, punctuation marks, or vocabulary tokens.', +'
    ', +'Valid values:', +'
      ', +'
    • by characters: 50 to 4000 characters
    • ', +'
    • by words: 10 to 1000 words
    • ', +'
    • by vocabulary: 10 to 1000 tokens
    • ', +'
    ', +'Default value: 100')) +,p_inline_help_text=>'Chunk size' +,p_attribute_01=>'10' +,p_attribute_02=>'1440' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16043209580573841) +,p_name=>'P2_CHUNK_EXTEND' +,p_is_required=>true +,p_item_sequence=>70 +,p_item_plug_id=>wwv_flow_imp.id(31492093888468499) +,p_item_default=>'true' +,p_prompt=>'Varchar2 Extend' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:true;true,false;false' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Increases the output limit of a VARCHAR2 string to 32767 bytes, without requiring you to set the max_string_size parameter to extended.', +'
    ', +'Default value: true')) +,p_inline_help_text=>'Defines the minimum level of similarity required for two items to be considered a match, useful for filtering results in matching algorithms to ensure relevance.' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16046088232573870) +,p_name=>'P2_OUTPUT' +,p_data_type=>'CLOB' +,p_item_sequence=>50 +,p_item_plug_id=>wwv_flow_imp.id(32054904698373571) +,p_pre_element_text=>'' +,p_post_element_text=>'' +,p_display_as=>'NATIVE_DISPLAY_ONLY' +,p_colspan=>10 +,p_field_template=>wwv_flow_imp.id(31358533337047617) +,p_item_template_options=>'#DEFAULT#:t-Form-fieldContainer--normalDisplay' +,p_attribute_01=>'N' +,p_attribute_04=>'N' +,p_attribute_05=>'HTML' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31490208765468481) +,p_name=>'P2_CHUNK_BY' +,p_is_required=>true +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(31492093888468499) +,p_item_default=>'words' +,p_prompt=>'By' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:characters;characters,words;words' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Specify a mode for splitting your data, that is, to split by counting the number of characters or words.
    ', +'Vocabulary tokens is not supported in this application.', +'
    ', +'Valid values:', +'
      ', +'
    • Characters: Splits by counting the number of characters.
    • ', +'
    • Words: Splits by counting the number of words.
      ', +'Words are defined as sequences of alphabetic characters, sequences of digits, individual punctuation marks, or symbols. For segmented languages without whitespace word boundaries (such as Chinese, Japanese, or Thai), each native character is consider' +||'ed a word (that is, unigram).
    • ', +'
    ', +'Default value: words')) +,p_inline_help_text=>'Mode for splitting your data' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +,p_show_quick_picks=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31490475464468483) +,p_name=>'P2_CHUNK_OVERLAP' +,p_item_sequence=>40 +,p_item_plug_id=>wwv_flow_imp.id(31492093888468499) +,p_item_default=>'128' +,p_prompt=>'Chunk Overlap' +,p_display_as=>'NATIVE_NUMBER_FIELD' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Specify the amount (as a positive integer literal or zero) of the preceding text that the chunk should contain, if any. This helps in logically splitting up related text (such as a sentence) by including some amount of the preceding chunk text.
    ', +'The amount of overlap depends on how the maximum size of the chunk is measured (in characters, words, or vocabulary tokens). The overlap begins at the specified split condition (for example, at newline).
    ', +'Valid value: 5% to 20% of max
    ', +'Default value: 0')) +,p_inline_help_text=>'Specifies the amount of overlapping between adjacent chunks of text' +,p_attribute_03=>'left' +,p_attribute_04=>'decimal' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31490500675468484) +,p_name=>'P2_CHUNK_SPLIT' +,p_item_sequence=>50 +,p_item_plug_id=>wwv_flow_imp.id(31492093888468499) +,p_item_default=>'sentence' +,p_prompt=>'Chunk Split' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:none;none,newline;newline,blankline;blankline,space;space,recursively;recursively,sentence;sentence' +,p_cSize=>30 +,p_begin_on_new_line=>'N' +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'NO' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Specify where to split the input text when it reaches the maximum size limit.
    ', +'This helps to keep related data together by defining appropriate boundaries for chunks.', +'
    ', +'Valid values:', +'
      ', +'
    • none: Splits at the max limit of characters, words, or vocabulary tokens.
    • ', +'
    • newline, blankline, and space: these are single-split character conditions that split at the last split character before the max value.
      ', +'Use newline to split at the end of a line of text. Use blankline to split at the end of a blank line (sequence of characters, such as two newlines). Use space to split at the end of a blank space.', +'
    • ', +'
    • recursively: This is a multiple-split character condition that breaks the input text using an ordered list of characters (or sequences).
      ', +'recursively is predefined as BLANKLINE, newline, space, none in this order:', +'
      • 1. If the input text is more than the max value, then split by the first split character.
      • ', +'
      • 2. If that fails, then split by the second split character.
      • ', +'
      • 3. And so on.
      • ', +'
      • 4. If no split characters exist, then split by max wherever it appears in the text.
      ', +'
    • ', +'
    • sentence: This is an end-of-sentence split condition that breaks the input text at a sentence boundary.
      ', +'This condition automatically determines sentence boundaries by using knowledge of the input language''s sentence punctuation and contextual rules. This language-specific condition relies mostly on end-of-sentence (EOS) punctuations and common abbrevia' +||'tions.
      ', +'Contextual rules are based on word information, so this condition is only valid when splitting the text by words or vocabulary (not by characters).
      ', +'Note: This condition obeys the by word and max settings, and thus may not determine accurate sentence boundaries in some cases. For example, when a sentence is larger than the max value, it splits the sentence at max. Similarly, it includes multiple ' +||'sentences in the text only when they fit within the max limit.
    • ', +'
    ', +'Custom is not supported in this application.')) +,p_inline_help_text=>'Where to split the input text' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31490673835468485) +,p_name=>'P2_CHUNK_NORM' +,p_item_sequence=>60 +,p_item_plug_id=>wwv_flow_imp.id(31492093888468499) +,p_item_default=>'options' +,p_prompt=>'Normalize' +,p_display_as=>'NATIVE_POPUP_LOV' +,p_lov=>'STATIC:none;none,all;all,options;options,punctuation;punctuation,whitespace;whitespace,widechar;widechar' +,p_lov_display_null=>'YES' +,p_cSize=>30 +,p_colspan=>4 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_lov_display_extra=>'YES' +,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( +'Automatically pre-processes or post-processes issues (such as multiple consecutive spaces and smart quotes) that may arise when documents are converted into text. Oracle recommends you to use a normalization mode to extract high-quality chunks.', +'
    ', +'Valid values:', +'
      ', +'
    • none: Applies no normalization.
    • ', +'
    • all: Normalizes common multi-byte (unicode) punctuation to standard single-byte.
    • ', +'
    • options: Specify an array of normalization options using the norm_options parameter.
      ', +'The punctuation and whitespace options are grouped together in this application.', +'
        ', +'
      • punctuation converts quotes, dashes, and other punctuation characters supported in the character set of the text to their common ASCII form. For example:
        ', +'U+2013 (En Dash) maps to U+002D (Hyphen-Minus)
        ', +'U+2018 (Left Single Quotation Mark) maps to U+0027 (Apostrophe)
        ', +'U+2019 (Right Single Quotation Mark) maps to U+0027 (Apostrophe)
        ', +'U+201B (Single High-Reversed-9 Quotation Mark) maps to U+0027 (Apostrophe)
      • ', +'
      • whitespace minimizes whitespace by eliminating unnecessary characters.
        ', +'For example, retain blanklines, but remove any extra newlines and interspersed spaces or tabs: " \n \n " => "\n\n"
      • ', +'
      • widechar ormalizes wide, multi-byte digits and (a-z) letters to single-byte.
        ', +'These are multi-byte equivalents for 0-9 and a-z A-Z, which can show up in Chinese, Japanese, or Korean text.
      • ', +'
      ', +'
    • ', +'
    ', +'')) +,p_inline_help_text=>'Automatically pre-processes or post-processes issues (such as multiple consecutive spaces and smart quotes) that may arise when documents are converted into text.' +,p_attribute_01=>'POPUP' +,p_attribute_02=>'FIRST_ROWSET' +,p_attribute_04=>'N' +,p_attribute_05=>'N' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31492365309468502) +,p_name=>'P2_IDX_STATUS' +,p_item_sequence=>40 +,p_item_plug_id=>wwv_flow_imp.id(31492296868468501) +,p_item_default=>'???' +,p_prompt=>'Index Status' +,p_display_as=>'NATIVE_DISPLAY_ONLY' +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'VALUE' +,p_attribute_04=>'Y' +,p_attribute_05=>'PLAIN' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31492880847468507) +,p_name=>'P2_IDX_ERRS' +,p_data_type=>'CLOB' +,p_item_sequence=>60 +,p_item_plug_id=>wwv_flow_imp.id(31492296868468501) +,p_prompt=>'Index Processing Info' +,p_pre_element_text=>'' +,p_post_element_text=>'' +,p_display_as=>'NATIVE_DISPLAY_ONLY' +,p_begin_on_new_line=>'N' +,p_begin_on_new_field=>'N' +,p_field_template=>wwv_flow_imp.id(31358533337047617) +,p_item_template_options=>'#DEFAULT#:t-Form-fieldContainer--normalDisplay' +,p_attribute_01=>'N' +,p_attribute_04=>'N' +,p_attribute_05=>'HTML' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(32055757954373579) +,p_name=>'P2_COMMENT' +,p_item_sequence=>30 +,p_item_plug_id=>wwv_flow_imp.id(31492714484468506) +,p_prompt=>' Rechunking the files will take a few moments, depending on the amount of source files to process and the DB sizing; check the progress of ingesting with the "Show Source File Status" button below..' +,p_pre_element_text=>'Rechunking and recreating the embeddings for the source files will take a few moments, depending on the amount of source files to process and the DB sizing; check the progress of ingesting with the "Show Source File Status" button below.
    Once comp' +||'leted please recreate the Vector Index.' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>3 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(31493074009468509) +,p_name=>'ShowSourcesStatus' +,p_event_sequence=>20 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(31492941140468508) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(31493138182468510) +,p_event_id=>wwv_flow_imp.id(31493074009468509) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_IDX_ERRS' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' t varchar2(256);', +' s varchar2(256);', +' cnt number;', +' tc clob;', +'begin', +'', +' select count(x.riab_user) into cnt', +' from vriab_user_settings x', +' where x.riab_user = :user;', +'', +' if (cnt <> 5) then', +' return to_clob(''Cannot find valid Credentials or Preferences for the current user!'');', +' else', +' vriab_check_sources(:user);', +' end if;', +'', +' select ', +' TO_CLOB( LISTAGG( ''id: ''|| id || '', file: '' ||', +' rpad(fname,75,''.'') || '' vstatus: '' ||', +' vstatus || '', chunks: '' ||', +' lpad(chunks, 5,''0'') || '', fstatus: '' ||', +' fstatus || ''
    ''', +' )) into tc', +' from vriab_doc_sources f;', +' return tc;', +'end;', +'')) +,p_attribute_08=>'N' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(32054283570373564) +,p_name=>'CreateIndex' +,p_event_sequence=>40 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(31488779144468466) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(32054320977373565) +,p_event_id=>wwv_flow_imp.id(32054283570373564) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_IDX_ERRS' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +'begin', +'', +' -- get the latest query params', +' select count(x.riab_user) into cnt', +' from vriab_user_settings x', +' where x.riab_user = :user;', +'', +' if (cnt <> 5) then', +' return to_clob(''Cannot find valid Credentials or Preferences for the current user!'');', +' else', +' vriab_create_index( :user );', +' return to_clob(''RECREATING Vector Index...'');', +' end if;', +'end;')) +,p_attribute_08=>'Y' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(32054483716373566) +,p_name=>'GetIdxStatus' +,p_event_sequence=>50 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(31492440169468503) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(32054564529373567) +,p_event_id=>wwv_flow_imp.id(32054483716373566) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_IDX_STATUS' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' tt varchar2(500);', +' cnt number;', +'begin', +'', +' select count(*) into cnt from user_indexes where index_name = ''VRIAB_VECTOR_INDEX'';', +' if (cnt = 0) then', +' return to_char(sysdate, ''yyyy/mm/dd hh24:mm:ss'') || '' *** Index VRIAB_VECTOR_INDEX does not exist.'';', +' else', +' select to_char(sysdate, ''yyyy/mm/dd hh24:mm:ss'') || '' *** '' || status || '' *** '' || index_subtype into tt from user_indexes where index_name = ''VRIAB_VECTOR_INDEX'';', +' return tt;', +' end if;', +'end;')) +,p_attribute_08=>'N' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(32054637075373568) +,p_name=>'SavePrefs' +,p_event_sequence=>60 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(31491100710468490) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7929163202000226) +,p_event_id=>wwv_flow_imp.id(32054637075373568) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'begin', +' -- validations', +'', +' -- chunking', +' if (:P2_CHUNK_BY = ''vocabulary'') then', +' raise_application_error(-20900, ''Chunk by vocabulary not supported in this application.'');', +' end if;', +'', +' if (:P2_CHUNK_BY = ''words'') then', +' if (:P2_CHUNK_MAX < 10) or (:P2_CHUNK_MAX > 1000) then', +' raise_application_error(-20900, ''Chunk by words allows max between 10 and 1000.'');', +' end if;', +' else', +' if (:P2_CHUNK_MAX < 50) or (:P2_CHUNK_MAX > 4000) then', +' raise_application_error(-20900, ''Chunk by characters allows max between 50 and 4000.'');', +' end if;', +' end if;', +'', +' if (:P2_CHUNK_OVERLAP < (:P2_CHUNK_MAX/100*5)) or (:P2_CHUNK_OVERLAP > (:P2_CHUNK_MAX/100*20)) then', +' raise_application_error(-20900, ''Chunk overlap has to be between 5% and 20% of max.'');', +' end if;', +'', +' -- vector', +' if (:P2_VEC_ACCURACY < 1) or (:P2_VEC_ACCURACY > 100) then', +' raise_application_error(-20900, ''Vector accuracy must be between 1 and 100.'');', +' end if;', +'', +' if (:P2_VECTOR_DIMM not in (''EUCLIDEAN'',''L2_SQUARED'',''COSINE'',''DOT'',''MANHATTAN'',''HAMMING'') ) then', +' raise_application_error(-20900, ''Unsupported distance algorithm for HNSW index.'');', +' end if;', +'', +' if (:P2_VEC_IDXTYPE = ''HNSW'') then', +' if (:P2_VEC_NEIGHBORS < 1) or (:P2_VEC_NEIGHBORS > 2048) then', +' raise_application_error(-20900, ''HNSW Neighbors must be between 1 and 2048.'');', +' end if;', +'', +' if (:P2_VEC_EFCONSTR < 1) or (:P2_VEC_EFCONSTR > 65535) then', +' raise_application_error(-20900, ''HNSW efconstruction must be between 1 and 65535.'');', +' end if;', +' else', +' if (:P2_VEC_NEIGHBORS < 1) or (:P2_VEC_NEIGHBORS > 10000000) then', +' raise_application_error(-20900, ''IVF neighbor partitions has to be between 1 and 10''''000''''000.'');', +' end if;', +'', +' if (:P2_VEC_SAMPLES < 1) or (:P2_VEC_SAMPLES > (:P2_VEC_MINVECT/:P2_VEC_NEIGHBORS)) then', +' raise_application_error(-20900, ''IVF samples_per_partition has to be between 1 and min_vectors/neighbor_partitions.'');', +' end if;', +'', +' -- this test is wrong, will be fixed when I get the logic', +' if (:P2_VEC_MINVECT < 0) or (:P2_VEC_MINVECT > 99999999) then', +' raise_application_error(-20900, ''IVF min_vectors_per_partition must be between 1 and '');', +' end if;', +' end if;', +'', +'-- RT', +' if (:P2_RT_TOPK < 1) or (:P2_RT_TOPK > 99) then', +' raise_application_error(-20900, ''TopK must be between 1 and 99.'');', +' end if;', +'', +' if (:P2_RT_ACCURACY < 1) or (:P2_RT_ACCURACY > 100) then', +' raise_application_error(-20900, ''Runtime Accuracy must be between 1 and 100.'');', +' end if; ', +'end;')) +,p_attribute_02=>'P2_RT_TOPK,P2_VEC_IDXTYPE,P2_CHUNK_BY,P2_RT_DISTANCE,P2_VEC_DISTANCE,P2_CHUNK_MAX,P2_RT_ACCURACY,P2_VEC_ACCURACY,P2_CHUNK_OVERLAP,P2_IDX_STATUS,P2_VEC_NEIGHBORS,P2_CHUNK_SPLIT,P2_VEC_EFCONSTR,P2_CHUNK_NORM,P2_VEC_SAMPLES,P2_CHUNK_EXTEND,P2_VEC_MINVEC' +||'T,P2_VEC_PARALLEL' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(32054731455373569) +,p_event_id=>wwv_flow_imp.id(32054637075373568) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +'begin', +'', +' select count(riab_user) into cnt from vriab_user_settings', +' where riab_user = :user and pref_type = ''CHUNKING'';', +' ', +' if (cnt = 0) then', +' INSERT INTO vriab_user_settings VALUES (', +' :user,', +' ''CHUNKING'',', +' json(', +' ''{ "by" : "''||:P2_CHUNK_BY||''",', +' "max" : ''||:P2_CHUNK_MAX||'',', +' "overlap" : ''||:P2_CHUNK_OVERLAP||'',', +' "split" : "''||:P2_CHUNK_SPLIT||''",', +' "normalize" : "''||:P2_CHUNK_NORM||''",', +' "extend" : "''||:P2_CHUNK_EXTEND||''"', +' }''));', +' else', +' update vriab_user_settings t', +' set t.settings = json(', +' ''{ "by" : "''||:P2_CHUNK_BY||''",', +' "max" : ''||:P2_CHUNK_MAX||'',', +' "overlap" : ''||:P2_CHUNK_OVERLAP||'',', +' "split" : "''||:P2_CHUNK_SPLIT||''",', +' "normalize" : "''||:P2_CHUNK_NORM||''",', +' "extend" : "''||:P2_CHUNK_EXTEND||''"', +' }'')', +' where riab_user = :user', +' and pref_type = ''CHUNKING'';', +' end if;', +'', +' select count(riab_user) into cnt from vriab_user_settings', +' where riab_user = :user and pref_type = ''VECTOR'';', +' ', +' if (cnt = 0) then', +' INSERT INTO vriab_user_settings VALUES (', +' :user,', +' ''VECTOR'',', +' json(', +' ''{ "idxtype" : "''||:P2_VEC_IDXTYPE||''",', +' "distance" : "''||:P2_VEC_DISTANCE||''",', +' "accuracy" : ''||:P2_VEC_ACCURACY||'',', +' "neighbors" : ''||:P2_VEC_NEIGHBORS||'',', +' "efconstr" : ''||:P2_VEC_EFCONSTR||'',', +' "samples" : ''||:P2_VEC_SAMPLES||'',', +' "minvect" : ''||:P2_VEC_MINVECT||'',', +' "parallel" : ''||:P2_VEC_PARALLEL||''', +' }''));', +' else', +' update vriab_user_settings t', +' set t.settings = json(', +' ''{ "idxtype" : "''||:P2_VEC_IDXTYPE||''",', +' "distance" : "''||:P2_VEC_DISTANCE||''",', +' "accuracy" : ''||:P2_VEC_ACCURACY||'',', +' "neighbors" : ''||:P2_VEC_NEIGHBORS||'',', +' "efconstr" : ''||:P2_VEC_EFCONSTR||'',', +' "samples" : ''||:P2_VEC_SAMPLES||'',', +' "minvect" : ''||:P2_VEC_MINVECT||'',', +' "parallel" : ''||:P2_VEC_PARALLEL||''', +' }'')', +' where riab_user = :user', +' and pref_type = ''VECTOR'';', +' end if;', +'', +' select count(riab_user) into cnt from vriab_user_settings', +' where riab_user = :user and pref_type = ''EXEC'';', +'', +' if (cnt = 0) then', +' INSERT INTO vriab_user_settings VALUES (', +' :user,', +' ''EXEC'',', +' json(', +' ''{ "topk" : ''||:P2_RT_TOPK||'',', +' "distance" : "''||:P2_RT_DISTANCE||''",', +' "accuracy" : ''||:P2_RT_ACCURACY||''', +' }''));', +' else', +' update vriab_user_settings t', +' set t.settings = json(', +' ''{ "topk" : ''||:P2_RT_TOPK||'',', +' "distance" : "''||:P2_RT_DISTANCE||''",', +' "accuracy" : ''||:P2_RT_ACCURACY||''', +' }'')', +' where riab_user = :user', +' and pref_type = ''EXEC'';', +' end if;', +'end;')) +,p_attribute_02=>'P2_RT_TOPK,P2_RT_ACCURACY,P2_RT_DISTANCE,P2_VEC_IDXTYPE,P2_VEC_DISTANCE,P2_VEC_ACCURACY,P2_VEC_NEIGHBORS,P2_VEC_EFCONSTR,P2_VEC_SAMPLES,P2_VEC_MINVECT,P2_VEC_PARALLEL,P2_CHUNK_BY,P2_CHUNK_MAX,P2_CHUNK_OVERLAP,P2_CHUNK_SPLIT,P2_CHUNK_NORM,P2_CHUNK_EXT' +||'END' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(32054881725373570) +,p_event_id=>wwv_flow_imp.id(32054637075373568) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_ALERT' +,p_attribute_01=>'Preferences saved.' +,p_attribute_02=>'Prefs Saved' +,p_attribute_03=>'success' +,p_attribute_04=>'fa-thumbs-up' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(32055252803373574) +,p_name=>'ListSources' +,p_event_sequence=>70 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(32055157837373573) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(32055308495373575) +,p_event_id=>wwv_flow_imp.id(32055252803373574) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_SET_VALUE' +,p_affected_elements_type=>'ITEM' +,p_affected_elements=>'P2_OUTPUT' +,p_attribute_01=>'FUNCTION_BODY' +,p_attribute_06=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' tc CLOB;', +' locusr varchar2(50);', +' bt varchar2(512);', +'begin', +'', +' -- get the latest query params', +' select count(riab_user) into cnt', +' from vriab_user_settings', +' where riab_user = :user', +' and pref_type = ''BUCKETCRED'';', +'', +' if (cnt = 0) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +' -- get bucket from preferences ...', +' select t.settings."bucket_url"', +' into bt', +' from vriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''BUCKETCRED'';', +'', +' -- ... minus the quotes at the beginning and end', +' bt := SUBSTR(bt, 2, LENGTH(bt) - 2);', +' -- populate visible field', +' select count(*) into cnt from dbms_cloud.list_objects(''VRIAB_RAG_BUCKET'',bt);', +' if (cnt = 0) then', +' return to_char(sysdate, ''yyyy/mm/dd hh24:mm:ss'') || '' *** No files found on object store ('' || bt || '').'';', +' else', +' select TO_CLOB( ', +' LISTAGG(TO_CHAR(rownum,''099'') || '' : '' || rpad(object_name,75,''.'') || '', '' || TO_CHAR(bytes,''999G999G999G999'') || '' bytes
    '' )', +' ) AS clob_result into tc', +' from dbms_cloud.list_objects(''VRIAB_RAG_BUCKET'',bt);', +' -- add header', +' tc := ''Object store: '' || bt || ''
    Found '' || cnt || '' files.
    '' || tc;', +' return tc;', +' end if;', +'end;', +'')) +,p_attribute_08=>'N' +,p_attribute_09=>'N' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(32056080259373582) +,p_name=>'ResetPrefs' +,p_event_sequence=>90 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(32055914765373581) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(32056117005373583) +,p_event_id=>wwv_flow_imp.id(32056080259373582) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' locusr varchar2(50);', +'begin', +'', +' -- get default values', +' locusr := ''DEFAULT'';', +'', +' select t.settings."by".string(), ', +' t.settings."max".number(),', +' t.settings."overlap".number(),', +' t.settings."split".string(),', +' t.settings."normalize".string(),', +' t.settings."extend".string()', +' into :P2_CHUNK_BY, :P2_CHUNK_MAX, :P2_CHUNK_OVERLAP, :P2_CHUNK_SPLIT, :P2_CHUNK_NORM, :P2_CHUNK_EXTEND', +' from vriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''CHUNKING'';', +'', +' select t.settings."idxtype".string(), ', +' t.settings."distance".string(),', +' t.settings."accuracy".number(),', +' t.settings."neighbors".number(),', +' t.settings."efconstr".number(),', +' t.settings."samples".number(),', +' t.settings."minvect".number(),', +' t.settings."parallel".number()', +' into :P2_VEC_IDXTYPE, :P2_VEC_DISTANCE, :P2_VEC_ACCURACY, :P2_VEC_NEIGHBORS, :P2_VEC_EFCONSTR, :P2_VEC_SAMPLES, :P2_VEC_MINVECT, :P2_VEC_PARALLEL', +' from vriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''VECTOR'';', +'', +' select t.settings."topk".number(), ', +' t.settings."distance".string(),', +' t.settings."accuracy".number()', +' into :P2_RT_TOPK, :P2_RT_DISTANCE, :P2_RT_ACCURACY', +' from vriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''EXEC'';', +'', +'end;')) +,p_attribute_03=>'P2_RT_TOPK,P2_RT_ACCURACY,P2_RT_DISTANCE,P2_VEC_IDXTYPE,P2_VEC_DISTANCE,P2_VEC_ACCURACY,P2_VEC_NEIGHBORS,P2_VEC_EFCONSTR,P2_VEC_SAMPLES,P2_VEC_MINVECT,P2_VEC_PARALLEL,P2_CHUNK_BY,P2_CHUNK_MAX,P2_CHUNK_OVERLAP,P2_CHUNK_SPLIT,P2_CHUNK_NORM,P2_CHUNK_EXT' +||'END' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(32056263585373584) +,p_event_id=>wwv_flow_imp.id(32056080259373582) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_ALERT' +,p_attribute_01=>'Preferences reset to default values.' +,p_attribute_02=>'Prefs Reset' +,p_attribute_03=>'success' +,p_attribute_04=>'fa-thumbs-up' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(7929323274000228) +,p_name=>'ChunkFiles' +,p_event_sequence=>100 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(7929200576000227) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7929488090000229) +,p_event_id=>wwv_flow_imp.id(7929323274000228) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' locusr varchar2(250);', +'begin', +'', +' -- get the latest query params', +' select count(x.riab_user) into cnt', +' from vriab_user_settings x', +' where x.riab_user = :user;', +'', +' if (cnt <> 5) then', +' :P2_IDX_ERRS := to_clob(''Cannot find valid Credentials or Preferences for the current user!'');', +' else', +' vriab_process_input_files_ws(:user);', +' :P2_IDX_ERRS := to_clob(''Starting with chunking and embeddings generation of all source files...'');', +' end if;', +'end;')) +,p_attribute_03=>'P2_IDX_ERRS' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(7930794619000242) +,p_name=>'ImplementExpertMode' +,p_event_sequence=>110 +,p_bind_type=>'bind' +,p_bind_event_type=>'ready' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7931219386000247) +,p_event_id=>wwv_flow_imp.id(7930794619000242) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_ENABLE' +,p_affected_elements_type=>'BUTTON' +,p_affected_button_id=>wwv_flow_imp.id(31491100710468490) +,p_server_condition_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2' +,p_server_condition_expr1=>'APP_ITEM_EXPERT_MODE' +,p_server_condition_expr2=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7931587561000250) +,p_event_id=>wwv_flow_imp.id(7930794619000242) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_DISABLE' +,p_affected_elements_type=>'BUTTON' +,p_affected_button_id=>wwv_flow_imp.id(31491100710468490) +,p_server_condition_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2' +,p_server_condition_expr1=>'APP_ITEM_EXPERT_MODE' +,p_server_condition_expr2=>'N' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7931377529000248) +,p_event_id=>wwv_flow_imp.id(7930794619000242) +,p_event_result=>'TRUE' +,p_action_sequence=>40 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_ENABLE' +,p_affected_elements_type=>'BUTTON' +,p_affected_button_id=>wwv_flow_imp.id(32055914765373581) +,p_server_condition_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2' +,p_server_condition_expr1=>'APP_ITEM_EXPERT_MODE' +,p_server_condition_expr2=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(7931426705000249) +,p_event_id=>wwv_flow_imp.id(7930794619000242) +,p_event_result=>'TRUE' +,p_action_sequence=>50 +,p_execute_on_page_init=>'Y' +,p_action=>'NATIVE_DISABLE' +,p_affected_elements_type=>'BUTTON' +,p_affected_button_id=>wwv_flow_imp.id(32055914765373581) +,p_server_condition_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2' +,p_server_condition_expr1=>'APP_ITEM_EXPERT_MODE' +,p_server_condition_expr2=>'N' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(16047640900573885) +,p_process_sequence=>10 +,p_process_point=>'BEFORE_HEADER' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'LoadUserPreferences' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' locusr varchar2(50);', +'begin', +'', +' -- get the latest query params', +' select count(riab_user) into cnt', +' from vriab_user_settings', +' where riab_user = :user;', +'', +' if (cnt < 5) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +' select t.settings."by".string(), ', +' t.settings."max".number(),', +' t.settings."overlap".number(),', +' t.settings."split".string(),', +' t.settings."normalize".string(),', +' t.settings."extend".number()', +' into :P2_CHUNK_BY, :P2_CHUNK_MAX, :P2_CHUNK_OVERLAP, :P2_CHUNK_SPLIT, :P2_CHUNK_NORM, :P2_CHUNK_EXTEND', +' from vriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''CHUNKING'';', +'', +' select t.settings."idxtype".string(), ', +' t.settings."distance".string(),', +' t.settings."accuracy".number(),', +' t.settings."neighbors".number(),', +' t.settings."efconstr".number(),', +' t.settings."samples".number(),', +' t.settings."minvect".number(),', +' t.settings."parallel".number()', +' into :P2_VEC_IDXTYPE, :P2_VEC_DISTANCE, :P2_VEC_ACCURACY, :P2_VEC_NEIGHBORS, :P2_VEC_EFCONSTR, :P2_VEC_SAMPLES, :P2_VEC_MINVECT, :P2_VEC_PARALLEL', +' from vriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''VECTOR'';', +'', +' select t.settings."topk".number(), ', +' t.settings."distance".string(),', +' t.settings."accuracy".number()', +' into :P2_RT_TOPK, :P2_RT_DISTANCE, :P2_RT_ACCURACY', +' from vriab_user_settings t', +' where riab_user = locusr', +' and pref_type = ''EXEC'';', +'', +' :P2_IDX_STATUS := ''***'';', +' :P2_IDX_ERRS := empty_clob();', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_internal_uid=>8141578487080746 +); +end; +/ +prompt --application/pages/page_00003 +begin +wwv_flow_imp_page.create_page( + p_id=>3 +,p_name=>'Credentials Popup' +,p_alias=>'CREDENTIALS' +,p_page_mode=>'MODAL' +,p_step_title=>'Credentials' +,p_reload_on_submit=>'A' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}', +'', +'tt {', +' font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;', +'}')) +,p_page_template_options=>'#DEFAULT#' +,p_dialog_width=>'1000' +,p_protection_level=>'C' +,p_page_component_map=>'11' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(16043833733573847) +,p_button_sequence=>110 +,p_button_name=>'SaveCredentials' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Save and Create Credentials' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-save-as' +,p_grid_new_row=>'Y' +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(16043914248573848) +,p_button_sequence=>120 +,p_button_name=>'ResetToDefault' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Reset Credentials to DEFAULT' +,p_warn_on_unsaved_changes=>null +,p_confirm_message=>'Are you sure you want to reset the credentials to their Default values?' +,p_confirm_style=>'warning' +,p_button_css_classes=>'my-warn-button' +,p_icon_css_classes=>'fa-x-axis' +,p_grid_new_row=>'N' +,p_grid_new_column=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16043485427573844) +,p_name=>'P3_BUCKET_URL' +,p_is_required=>true +,p_item_sequence=>30 +,p_prompt=>'Bucket URL' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>512 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'This is the URL of the source buckt where the files will be ingested.' +,p_inline_help_text=>'Please note that the Bucket URL must not have a trailing "/"' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16043660792573845) +,p_name=>'P3_BUCKET_CERT' +,p_is_required=>true +,p_item_sequence=>40 +,p_prompt=>'Bucket Certificate' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>16 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Enter as single line without breaks in the format -----BEGIN PRIVATE KEY-----.......-----END PRIVATE KEY-----' +,p_attribute_01=>'Y' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16043664251573846) +,p_name=>'P3_LLM_CERT' +,p_is_required=>true +,p_item_sequence=>90 +,p_prompt=>'LLM Certificate' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>16 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'Enter as single line without breaks in the format -----BEGIN PRIVATE KEY-----.......-----END PRIVATE KEY-----' +,p_attribute_01=>'Y' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16044368075573853) +,p_name=>'P3_BUCKET_USER_OCID' +,p_is_required=>true +,p_item_sequence=>10 +,p_prompt=>'Bucket User OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The User OCID can be found in the OCI console by clicking on the righmost "user icon" and selecting your Email.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16044474812573854) +,p_name=>'P3_BUCKET_TENANCY_OCID' +,p_is_required=>true +,p_item_sequence=>20 +,p_prompt=>'Bucket Tenancy OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The User OCID can be found in the OCI console by clicking on the righmost "user icon" and selecting your Tenancy.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16044618984573855) +,p_name=>'P3_BUCKET_FINGERPRINT' +,p_is_required=>true +,p_item_sequence=>50 +,p_prompt=>'Bucket Fingerprint' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16044724295573856) +,p_name=>'P3_LLM_USER_OCID' +,p_is_required=>true +,p_item_sequence=>60 +,p_prompt=>'LLM User OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The User OCID can be found in the OCI console by clicking on the righmost "user icon" and selecting your Email.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16044833219573857) +,p_name=>'P3_LLM_TENANCY_OCID' +,p_is_required=>true +,p_item_sequence=>70 +,p_prompt=>'LLM Tenancy OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The User OCID can be found in the OCI console by clicking on the righmost "user icon" and selecting your Tenancy.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16044882807573858) +,p_name=>'P3_LLM_COMP_OCID' +,p_is_required=>true +,p_item_sequence=>80 +,p_prompt=>'LLM Compartment OCID' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_help_text=>'The compartment OCID can be found selecting the Identity menu entry, Compartments, and selecting your compartment.' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(16045032408573859) +,p_name=>'P3_LLM_FINGERPRINT' +,p_is_required=>true +,p_item_sequence=>100 +,p_prompt=>'LLM Fingerprint' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>256 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'BOTH' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(16045270171573862) +,p_name=>'LoadDefCertInfo' +,p_event_sequence=>20 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(16043914248573848) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16045385669573863) +,p_event_id=>wwv_flow_imp.id(16045270171573862) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' locusr varchar2(50);', +'begin', +' -- get default values', +' locusr := ''DEFAULT'';', +'', +' -- get vector creation prefs', +' select SUBSTR(xuocid, 2, LENGTH(xuocid) - 2),', +' SUBSTR(xtocid, 2, LENGTH(xtocid) - 2),', +' SUBSTR(xbt, 2, LENGTH(xbt) - 2),', +' SUBSTR(xpkey, 2, LENGTH(xpkey) - 2),', +' SUBSTR(xfprint, 2, LENGTH(xfprint) - 2)', +' into :P3_BUCKET_USER_OCID,:P3_BUCKET_TENANCY_OCID,:P3_BUCKET_URL,:P3_BUCKET_CERT,:P3_BUCKET_FINGERPRINT', +' from json_table(', +' (select settings from vriab_user_settings', +' where riab_user = locusr', +' and pref_type = ''BUCKETCRED''', +' ), ''$[*]'' COLUMNS (', +' xuocid varchar2(256) format json PATH ''$.user_ocid'',', +' xtocid varchar2(256) format json PATH ''$.tenancy_ocid'',', +' xbt varchar2(512) format json PATH ''$.bucket_url'',', +' xpkey varchar2(2000) format json PATH ''$.private_key'',', +' xfprint varchar2(256) format json PATH ''$.fingerprint''));', +'', +' select SUBSTR(xuocid, 2, LENGTH(xuocid) - 2),', +' SUBSTR(xtocid, 2, LENGTH(xtocid) - 2),', +' SUBSTR(xcocid, 2, LENGTH(xcocid) - 2),', +' SUBSTR(xpkey, 2, LENGTH(xpkey) - 2),', +' SUBSTR(xfprint, 2, LENGTH(xfprint) - 2)', +' into :P3_LLM_USER_OCID,:P3_LLM_TENANCY_OCID,:P3_LLM_COMP_OCID,:P3_LLM_CERT,:P3_LLM_FINGERPRINT', +' from json_table(', +' (select settings from vriab_user_settings', +' where riab_user = locusr', +' and pref_type = ''RAGCRED''', +' ), ''$[*]'' COLUMNS (', +' xuocid varchar2(256) format json PATH ''$.user_ocid'',', +' xtocid varchar2(256) format json PATH ''$.tenancy_ocid'',', +' xcocid varchar2(256) format json PATH ''$.compartment_ocid'',', +' xpkey varchar2(2000) format json PATH ''$.private_key'',', +' xfprint varchar2(256) format json PATH ''$.fingerprint''));', +'', +'end;')) +,p_attribute_03=>'P3_BUCKET_USER_OCID,P3_BUCKET_TENANCY_OCID,P3_BUCKET_URL,P3_BUCKET_CERT,P3_BUCKET_FINGERPRINT,P3_LLM_USER_OCID,P3_LLM_TENANCY_OCID,P3_LLM_COMP_OCID,P3_LLM_CERT,P3_LLM_FINGERPRINT' +,p_attribute_04=>'N' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(16045505909573864) +,p_name=>'SaveCertInfo' +,p_event_sequence=>30 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(16043833733573847) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16045636688573865) +,p_event_id=>wwv_flow_imp.id(16045505909573864) +,p_event_result=>'TRUE' +,p_action_sequence=>10 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_EXECUTE_PLSQL_CODE' +,p_attribute_01=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +'begin', +'', +' select count(riab_user) into cnt from vriab_user_settings', +' where riab_user = :user and pref_type = ''BUCKETCRED'';', +' ', +' if (cnt = 0) then', +' INSERT INTO vriab_user_settings VALUES (', +' :user,', +' ''BUCKETCRED'',', +' json(', +' ''{ "user_ocid" : "''||:P3_BUCKET_USER_OCID||''",', +' "tenancy_ocid" : "''||:P3_BUCKET_TENANCY_OCID||''",', +' "bucket_url" : "''||rtrim(:P3_BUCKET_URL,''/'')||''",', +' "private_key" : "''||:P3_BUCKET_CERT||''",', +' "fingerprint" : "''||:P3_BUCKET_FINGERPRINT||''"', +' }''));', +' -- note that not removing any / at the end of the bucker URL will break', +' -- file ingestion', +' ', +' INSERT INTO vriab_user_settings VALUES (', +' :user,', +' ''RAGCRED'',', +' json(', +' ''{ "user_ocid" : "''||:P3_LLM_USER_OCID||''",', +' "tenancy_ocid" : "''||:P3_LLM_TENANCY_OCID||''",', +' "compartment_ocid" : "''||:P3_LLM_COMP_OCID||''",', +' "private_key" : "''||:P3_LLM_CERT||''",', +' "fingerprint" : "''||:P3_LLM_FINGERPRINT||''"', +' }''));', +' ', +' else', +' update vriab_user_settings t', +' set t.settings = json(', +' ''{ "user_ocid" : "''||:P3_BUCKET_USER_OCID||''",', +' "tenancy_ocid" : "''||:P3_BUCKET_TENANCY_OCID||''",', +' "bucket_url" : "''||:P3_BUCKET_URL||''",', +' "private_key" : "''||:P3_BUCKET_CERT||''",', +' "fingerprint" : "''||:P3_BUCKET_FINGERPRINT||''"', +' }'')', +' where riab_user = :user', +' and pref_type = ''BUCKETCRED'';', +'', +' update vriab_user_settings t', +' set t.settings = json(', +' ''{ "user_ocid" : "''||:P3_LLM_USER_OCID||''",', +' "tenancy_ocid" : "''||:P3_LLM_TENANCY_OCID||''",', +' "compartment_ocid" : "''||:P3_LLM_COMP_OCID||''",', +' "private_key" : "''||:P3_LLM_CERT||''",', +' "fingerprint" : "''||:P3_LLM_FINGERPRINT||''"', +' }'')', +' where riab_user = :user', +' and pref_type = ''RAGCRED'';', +'', +' end if;', +'', +' -- create the credentials with the values stored', +' vriab_create_bucket_cred( :user );', +' vriab_create_llm_cred( :user );', +'end;')) +,p_attribute_02=>'P3_BUCKET_USER_OCID,P3_BUCKET_TENANCY_OCID,P3_BUCKET_URL,P3_BUCKET_CERT,P3_BUCKET_FINGERPRINT,P3_LLM_USER_OCID,P3_LLM_TENANCY_OCID,P3_LLM_COMP_OCID,P3_LLM_CERT,P3_LLM_FINGERPRINT' +,p_attribute_05=>'PLSQL' +,p_wait_for_result=>'Y' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16045720470573866) +,p_event_id=>wwv_flow_imp.id(16045505909573864) +,p_event_result=>'TRUE' +,p_action_sequence=>20 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_CONFIRM' +,p_attribute_01=>'Credentials saved and created.' +,p_attribute_03=>'success' +,p_attribute_04=>'fa-thumbs-up' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(16046059049573869) +,p_event_id=>wwv_flow_imp.id(16045505909573864) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_DIALOG_CLOSE' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(16047280751573882) +,p_process_sequence=>10 +,p_process_point=>'BEFORE_HEADER' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'PopulateCredValues' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' locusr varchar2(50);', +'begin', +'', +' -- get the latest query params', +' select count(riab_user) into cnt', +' from vriab_user_settings', +' where riab_user = :user', +' and pref_type = ''BUCKETCRED'';', +'', +' if (cnt = 0) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +'-- get vector creation prefs', +' select SUBSTR(xuocid, 2, LENGTH(xuocid) - 2),', +' SUBSTR(xtocid, 2, LENGTH(xtocid) - 2),', +' SUBSTR(xbt, 2, LENGTH(xbt) - 2),', +' SUBSTR(xpkey, 2, LENGTH(xpkey) - 2),', +' SUBSTR(xfprint, 2, LENGTH(xfprint) - 2)', +' into :P3_BUCKET_USER_OCID,:P3_BUCKET_TENANCY_OCID,:P3_BUCKET_URL,:P3_BUCKET_CERT,:P3_BUCKET_FINGERPRINT', +' from json_table(', +' (select settings from vriab_user_settings', +' where riab_user = locusr', +' and pref_type = ''BUCKETCRED''', +' ), ''$[*]'' COLUMNS (', +' xuocid varchar2(256) format json PATH ''$.user_ocid'',', +' xtocid varchar2(256) format json PATH ''$.tenancy_ocid'',', +' xbt varchar2(512) format json PATH ''$.bucket_url'',', +' xpkey varchar2(2000) format json PATH ''$.private_key'',', +' xfprint varchar2(256) format json PATH ''$.fingerprint''));', +'', +' select SUBSTR(xuocid, 2, LENGTH(xuocid) - 2),', +' SUBSTR(xtocid, 2, LENGTH(xtocid) - 2),', +' SUBSTR(xcocid, 2, LENGTH(xcocid) - 2),', +' SUBSTR(xpkey, 2, LENGTH(xpkey) - 2),', +' SUBSTR(xfprint, 2, LENGTH(xfprint) - 2)', +' into :P3_LLM_USER_OCID,:P3_LLM_TENANCY_OCID,:P3_LLM_COMP_OCID,:P3_LLM_CERT,:P3_LLM_FINGERPRINT', +' from json_table(', +' (select settings from vriab_user_settings', +' where riab_user = locusr', +' and pref_type = ''RAGCRED''', +' ), ''$[*]'' COLUMNS (', +' xuocid varchar2(256) format json PATH ''$.user_ocid'',', +' xtocid varchar2(256) format json PATH ''$.tenancy_ocid'',', +' xcocid varchar2(256) format json PATH ''$.compartment_ocid'',', +' xpkey varchar2(2000) format json PATH ''$.private_key'',', +' xfprint varchar2(256) format json PATH ''$.fingerprint''));', +'', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_internal_uid=>8141218338080743 +); +end; +/ +prompt --application/pages/page_00004 +begin +wwv_flow_imp_page.create_page( + p_id=>4 +,p_name=>'Documentation' +,p_alias=>'DOCUMENTATION-POPUP' +,p_page_mode=>'MODAL' +,p_step_title=>'Documentation Popup' +,p_reload_on_submit=>'A' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}', +'', +'tt {', +' font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;', +'}', +'', +'.t-Region {', +' background-color: hsl(357, 100%, 50%) !important; /* Change to desired color */', +'}', +'.t-Region-body {', +' background-color: black !important; /* Change to desired color */', +'}')) +,p_step_template=>wwv_flow_imp.id(31185077399046952) +,p_page_template_options=>'#DEFAULT#:js-dialog-class-t-Drawer--pullOutEnd:js-dialog-class-t-Drawer--md' +,p_dialog_width=>'1000' +,p_protection_level=>'C' +,p_page_component_map=>'11' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(17817094507742043) +,p_plug_name=>'Documentation' +,p_title=>'Vector Rag In A Box' +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>10 +,p_location=>null +,p_plug_source=>wwv_flow_string.join(wwv_flow_t_varchar2( +'

    How to use the "Vector Rag-In-A-Box" application

    ', +'', +'

    Terraform version special notes

    ', +'If this instance of the "Vector RIAB" has been installed using the terraform system, you will be ready to ask your', +'questions from the start, as the credentials, the prefs and the index has been created on your behalf.
    ', +'Refer to the Settings section to learn how to tweak your index to better fit your usage.
    ', +'Also, since populating the index is an asynchronous operation and it will take some time to complete, you may want', +'to refer to the Index Info section to learn how to monitor the ingestion.', +'', +'

    Using the setting section

    ', +'If this instance has not been created through a terraform installation or you just simply want to modify', +'your source or credential info, you will need to switch to the Settings page.
    ', +'In the Settings page you will find multiple sections:', +'
      ', +'
    1. Credentials
    2. ', +' This section is where you enter the credential for accessing the object store with the source files and the LLM engine used by', +' Select AI to formulate the answer.
      If your system was not created using Terraform, you will need to start from here, fill the', +' credentials info, and save them. The save action will create the necessary profiles. Once this conclues without error you will need', +' to (re)create the index. Verify first the Chunking Settings in the next section.', +'', +'
    3. Chunking Settings
    4. ', +' This fields give you control on the various aspects of the ingestion and results generation process. Please refer to the help field of', +' each parameter for exact information.
      Changing any of these values will require you to first save them in your preferences and then', +' recreate the index using the Index Actions section.', +'', +'
    5. Vector Settings
    6. ', +' This fields give you control on the various parameters used to create the vector index. Please refer to the help field of', +' each parameter for exact information.
      Changing any of these values will require you to first save them in your preferences and then', +' recreate the index using the Index Actions section.', +'', +'
    7. Runtime Settings
    8. ', +' This fields give you control the parameters used by the query call. Please refer to the help field of', +' each parameter for exact information.
      Changing any of these values will require you to first save them in your preferences for them to be used in the next query.', +'', +'
    9. File and Index Actions
    10. ', +' Use this section to (re)chunk and (re)create the embedding for all source files or to (re)create the index. Monitor the status and the ingestion process using the next section.
      ', +'', +'
    11. Index Info
    12. ', +' Use this section to show the status of the Vector Index and the status of all source files.
      ', +' VECTORIZED/UNPROCESSED: embeddings for all chunks are stored in the source table or the file(s) need to be processed.
      ', +' CURRENT/OBSOLETE: a file is present in the source bucket or is only present in the database and needs cleaning.
      ', +'', +'
    13. File Actions
    14. ', +' Use this section to list all files present in the input object store specified in the Credentials section.', +'
    ', +'', +'

    Using the RAG Context section

    ', +'If you desire to glimpse at the inner working of the Vector Index results, please unclip the RAG Context pane; the output will showcase the chunks selected and the prompt to the LLM.')) +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(17826788854892830) +,p_button_sequence=>20 +,p_button_name=>'ClosePage' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Close' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-x-axis' +,p_grid_new_row=>'Y' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(17835917279892919) +,p_name=>'ClosePage' +,p_event_sequence=>30 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(17826788854892830) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(17836434089892921) +,p_event_id=>wwv_flow_imp.id(17835917279892919) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_DIALOG_CLOSE' +); +end; +/ +prompt --application/pages/page_00005 +begin +wwv_flow_imp_page.create_page( + p_id=>5 +,p_name=>'Code' +,p_alias=>'CODE' +,p_page_mode=>'MODAL' +,p_step_title=>'Code' +,p_reload_on_submit=>'A' +,p_autocomplete_on_off=>'OFF' +,p_inline_css=>wwv_flow_string.join(wwv_flow_t_varchar2( +'.my-norm-button {', +' background-color: #007bff; /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-norm-button:hover {', +' background-color: #0056b3; /* Change hover color */', +'}', +'', +'.my-alarm-button {', +' background-color: hsl(0, 100%, 50%); /* Change to desired color */', +' color: white; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-alarm-button:hover {', +' background-color: hsl(0, 100%, 35%); /* Change hover color */', +'}', +'', +'.my-warn-button {', +' background-color: hsl(49, 100%, 50%); /* Change to desired color */', +' color: black; /* Text color */', +' border: none; /* Remove border */', +' padding: 10px 20px; /* Optional: adjust padding */', +' border-radius: 5px; /* Optional: rounded corners */', +' font-size: 14px; /* Optional: adjust font size */', +' cursor: pointer; /* Add a pointer cursor */', +'}', +'', +'.my-warn-button:hover {', +' background-color: hsl(49, 100%, 35%); /* Change hover color */', +'}', +'', +'#P5_CODE {', +' font-family: monospace;', +'}', +'', +'tt {', +' font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;', +'}', +'', +'.t-Region {', +' background-color: hsl(0, 0%, 100%) !important; /* Change to desired color */', +'}', +'.t-Region-body {', +' background-color: black !important; /* Change to desired color */', +'}')) +,p_step_template=>wwv_flow_imp.id(31205670429047062) +,p_page_template_options=>'#DEFAULT#' +,p_dialog_width=>'1000' +,p_dialog_css_classes=>'tt' +,p_protection_level=>'C' +,p_page_component_map=>'17' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(25941154880615968) +,p_plug_name=>'Code from current settings' +,p_title=>'Vector Rag In A Box' +,p_region_template_options=>'#DEFAULT#:t-Region--scrollBody' +,p_plug_template=>wwv_flow_imp.id(31287510711047348) +,p_plug_display_sequence=>10 +,p_location=>null +,p_ai_enabled=>false +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML')).to_clob +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(8124314411873962) +,p_button_sequence=>20 +,p_button_name=>'ClosePage' +,p_button_action=>'DEFINED_BY_DA' +,p_button_template_options=>'#DEFAULT#:t-Button--iconLeft' +,p_button_template_id=>wwv_flow_imp.id(31361234024047637) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Close' +,p_warn_on_unsaved_changes=>null +,p_button_css_classes=>'my-norm-button' +,p_icon_css_classes=>'fa-x-axis' +,p_grid_new_row=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(7929568436000230) +,p_name=>'P5_CODE' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(25941154880615968) +,p_prompt=>'Code from current settings' +,p_pre_element_text=>'' +,p_post_element_text=>'' +,p_display_as=>'NATIVE_TEXTAREA' +,p_cSize=>30 +,p_cHeight=>5 +,p_field_template=>wwv_flow_imp.id(31358608630047617) +,p_item_template_options=>'#DEFAULT#' +,p_attribute_01=>'Y' +,p_attribute_02=>'Y' +,p_attribute_03=>'N' +,p_attribute_04=>'BOTH' +); +wwv_flow_imp_page.create_page_da_event( + p_id=>wwv_flow_imp.id(8125264709874008) +,p_name=>'ClosePage' +,p_event_sequence=>30 +,p_triggering_element_type=>'BUTTON' +,p_triggering_button_id=>wwv_flow_imp.id(8124314411873962) +,p_bind_type=>'bind' +,p_execution_type=>'IMMEDIATE' +,p_bind_event_type=>'click' +); +wwv_flow_imp_page.create_page_da_action( + p_id=>wwv_flow_imp.id(8125655594874012) +,p_event_id=>wwv_flow_imp.id(8125264709874008) +,p_event_result=>'TRUE' +,p_action_sequence=>30 +,p_execute_on_page_init=>'N' +,p_action=>'NATIVE_DIALOG_CLOSE' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(7929891350000233) +,p_process_sequence=>10 +,p_process_point=>'AFTER_HEADER' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'New' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +'declare', +' cnt number;', +' locusr varchar2(50);', +'begin', +'', +' select count(riab_user) into cnt', +' from vriab_user_settings', +' where riab_user = :user;', +'', +' if (cnt < 5) then', +' locusr := ''DEFAULT'';', +' else', +' locusr := :user;', +' end if;', +'', +' :P5_CODE := vriab_create_index_code( locusr );', +'end;')) +,p_process_clob_language=>'PLSQL' +,p_internal_uid=>7929891350000233 +); +end; +/ +prompt --application/pages/page_09999 +begin +wwv_flow_imp_page.create_page( + p_id=>9999 +,p_name=>'Login Page' +,p_alias=>'LOGIN' +,p_step_title=>'vRAG-IN-A-BOX - Log In' +,p_warn_on_unsaved_changes=>'N' +,p_first_item=>'AUTO_FIRST_ITEM' +,p_autocomplete_on_off=>'OFF' +,p_step_template=>wwv_flow_imp.id(31195615249047033) +,p_page_template_options=>'#DEFAULT#' +,p_page_is_public_y_n=>'Y' +,p_protection_level=>'C' +,p_page_component_map=>'12' +); +wwv_flow_imp_page.create_page_plug( + p_id=>wwv_flow_imp.id(31478387236048484) +,p_plug_name=>'vRAG-IN-A-BOX' +,p_region_template_options=>'#DEFAULT#' +,p_plug_template=>wwv_flow_imp.id(31282305326047333) +,p_plug_display_sequence=>10 +,p_location=>null +,p_region_image=>'#APP_FILES#icons/app-icon-512.png' +,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( + 'expand_shortcuts', 'N', + 'output_as', 'HTML', + 'show_line_breaks', 'Y')).to_clob +); +wwv_flow_imp_page.create_page_button( + p_id=>wwv_flow_imp.id(31480058796048523) +,p_button_sequence=>40 +,p_button_plug_id=>wwv_flow_imp.id(31478387236048484) +,p_button_name=>'LOGIN' +,p_button_action=>'SUBMIT' +,p_button_template_options=>'#DEFAULT#' +,p_button_template_id=>wwv_flow_imp.id(31361189940047637) +,p_button_is_hot=>'Y' +,p_button_image_alt=>'Sign In' +,p_button_position=>'NEXT' +,p_button_alignment=>'LEFT' +,p_grid_new_row=>'Y' +,p_grid_new_column=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31478855655048506) +,p_name=>'P9999_USERNAME' +,p_item_sequence=>10 +,p_item_plug_id=>wwv_flow_imp.id(31478387236048484) +,p_prompt=>'Username' +,p_placeholder=>'Username' +,p_display_as=>'NATIVE_TEXT_FIELD' +,p_cSize=>40 +,p_cMaxlength=>100 +,p_tag_attributes=>'autocomplete="username"' +,p_label_alignment=>'RIGHT' +,p_field_template=>wwv_flow_imp.id(31358389376047610) +,p_item_icon_css_classes=>'fa-user' +,p_item_template_options=>'#DEFAULT#' +,p_is_persistent=>'N' +,p_attribute_01=>'N' +,p_attribute_02=>'N' +,p_attribute_03=>'N' +,p_attribute_04=>'TEXT' +,p_attribute_05=>'NONE' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31479219700048514) +,p_name=>'P9999_PASSWORD' +,p_item_sequence=>20 +,p_item_plug_id=>wwv_flow_imp.id(31478387236048484) +,p_prompt=>'Password' +,p_placeholder=>'Password' +,p_display_as=>'NATIVE_PASSWORD' +,p_cSize=>40 +,p_cMaxlength=>100 +,p_tag_attributes=>'autocomplete="current-password"' +,p_label_alignment=>'RIGHT' +,p_field_template=>wwv_flow_imp.id(31358389376047610) +,p_item_icon_css_classes=>'fa-key' +,p_item_template_options=>'#DEFAULT#' +,p_is_persistent=>'N' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_item( + p_id=>wwv_flow_imp.id(31479611140048518) +,p_name=>'P9999_REMEMBER' +,p_item_sequence=>30 +,p_item_plug_id=>wwv_flow_imp.id(31478387236048484) +,p_prompt=>'Remember username' +,p_display_as=>'NATIVE_SINGLE_CHECKBOX' +,p_label_alignment=>'RIGHT' +,p_display_when=>'apex_authentication.persistent_cookies_enabled' +,p_display_when2=>'PLSQL' +,p_display_when_type=>'EXPRESSION' +,p_field_template=>wwv_flow_imp.id(31358389376047610) +,p_item_template_options=>'#DEFAULT#' +,p_escape_on_http_output=>'N' +,p_attribute_01=>'Y' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(31482154807048549) +,p_process_sequence=>10 +,p_process_point=>'AFTER_SUBMIT' +,p_process_type=>'NATIVE_INVOKE_API' +,p_process_name=>'Set Username Cookie' +,p_attribute_01=>'PLSQL_PACKAGE' +,p_attribute_03=>'APEX_AUTHENTICATION' +,p_attribute_04=>'SEND_LOGIN_USERNAME_COOKIE' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_internal_uid=>8169356038146689 +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(31482625947048550) +,p_page_process_id=>wwv_flow_imp.id(31482154807048549) +,p_page_id=>9999 +,p_name=>'p_username' +,p_direction=>'IN' +,p_data_type=>'VARCHAR2' +,p_has_default=>false +,p_display_sequence=>1 +,p_value_type=>'EXPRESSION' +,p_value_language=>'PLSQL' +,p_value=>'lower( :P9999_USERNAME )' +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(31483143686048552) +,p_page_process_id=>wwv_flow_imp.id(31482154807048549) +,p_page_id=>9999 +,p_name=>'p_consent' +,p_direction=>'IN' +,p_data_type=>'BOOLEAN' +,p_has_default=>false +,p_display_sequence=>2 +,p_value_type=>'ITEM' +,p_value=>'P9999_REMEMBER' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(31480316922048528) +,p_process_sequence=>20 +,p_process_point=>'AFTER_SUBMIT' +,p_process_type=>'NATIVE_INVOKE_API' +,p_process_name=>'Login' +,p_attribute_01=>'PLSQL_PACKAGE' +,p_attribute_03=>'APEX_AUTHENTICATION' +,p_attribute_04=>'LOGIN' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_internal_uid=>8167518153146668 +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(31480774173048540) +,p_page_process_id=>wwv_flow_imp.id(31480316922048528) +,p_page_id=>9999 +,p_name=>'p_username' +,p_direction=>'IN' +,p_data_type=>'VARCHAR2' +,p_has_default=>false +,p_display_sequence=>1 +,p_value_type=>'ITEM' +,p_value=>'P9999_USERNAME' +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(31481293878048546) +,p_page_process_id=>wwv_flow_imp.id(31480316922048528) +,p_page_id=>9999 +,p_name=>'p_password' +,p_direction=>'IN' +,p_data_type=>'VARCHAR2' +,p_has_default=>false +,p_display_sequence=>2 +,p_value_type=>'ITEM' +,p_value=>'P9999_PASSWORD' +); +wwv_flow_imp_shared.create_invokeapi_comp_param( + p_id=>wwv_flow_imp.id(31481742337048547) +,p_page_process_id=>wwv_flow_imp.id(31480316922048528) +,p_page_id=>9999 +,p_name=>'p_set_persistent_auth' +,p_direction=>'IN' +,p_data_type=>'BOOLEAN' +,p_has_default=>true +,p_display_sequence=>3 +,p_value_type=>'API_DEFAULT' +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(31484047721048554) +,p_process_sequence=>30 +,p_process_point=>'AFTER_SUBMIT' +,p_process_type=>'NATIVE_SESSION_STATE' +,p_process_name=>'Clear Page(s) Cache' +,p_attribute_01=>'CLEAR_CACHE_CURRENT_PAGE' +,p_error_display_location=>'INLINE_IN_NOTIFICATION' +,p_internal_uid=>8171248952146694 +); +wwv_flow_imp_page.create_page_process( + p_id=>wwv_flow_imp.id(31483659908048553) +,p_process_sequence=>10 +,p_process_point=>'BEFORE_HEADER' +,p_process_type=>'NATIVE_PLSQL' +,p_process_name=>'Get Username Cookie' +,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( +':P9999_USERNAME := apex_authentication.get_login_username_cookie;', +':P9999_REMEMBER := case when :P9999_USERNAME is not null then ''Y'' end;')) +,p_process_clob_language=>'PLSQL' +,p_internal_uid=>8170861139146693 +); +end; +/ +prompt --application/deployment/definition +begin +null; +end; +/ +prompt --application/deployment/checks +begin +null; +end; +/ +prompt --application/deployment/buildoptions +begin +null; +end; +/ +prompt --application/end_environment +begin +wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false) +); +commit; +end; +/ +set verify on feedback on define on +prompt ...done diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_step_by_step_install_v2.0.rtf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_step_by_step_install_v2.0.rtf new file mode 100644 index 0000000..181141a --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/scripts/vectorRAG-IN-A-BOX_step_by_step_install_v2.0.rtf @@ -0,0 +1,53 @@ +{\rtf1\ansi\ansicpg1252\cocoartf2821 +\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fmodern\fcharset0 CourierNewPSMT;\f1\fnil\fcharset0 Monaco;} +{\colortbl;\red255\green255\blue255;} +{\*\expandedcolortbl;;} +{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal-leading-zero\}...}{\leveltext\leveltemplateid1\'04\'00...;}{\levelnumbers\'01;}\fi-360\li720\lin720 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid2\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li1440\lin1440 }{\listname ;}\listid1}} +{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}} +\paperw11900\paperh16840\margl1440\margr1440\vieww32900\viewh26700\viewkind0 +\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 + +\f0\fs36 \cf0 \ul \ulc0 Copyright \'a9 2025, Oracle and/or its affiliates.\ +All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl\ +\ +\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 +\cf0 SETUP INSTRUCTION FOR VECTOR RagInABox (RIAB)\ulnone \ +\ +\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\pardirnatural\partightenfactor0 +\ls1\ilvl0\cf0 {\listtext 01... }go to your OCI tenancy\'92s console and create a new DB instance\ +{\listtext 02... }go to \'93DB Actions\'94->sql\ +{\listtext 03... }run the ADMIN part of the install script; see header for instructions on passing the username or read below\ +\pard\tx940\tx1440\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li1440\fi-1440\pardirnatural\partightenfactor0 +\ls1\ilvl1\cf0 {\listtext \uc0\u8259 }execute easyRAG-IN-A-BOX_ADMIN_vx.x.sql \ +\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\pardirnatural\partightenfactor0 +\ls1\ilvl0\cf0 {\listtext 04... }run the APEX WORKSPACE install script\ +\pard\tx940\tx1440\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li1440\fi-1440\pardirnatural\partightenfactor0 +\ls1\ilvl1\cf0 {\listtext \uc0\u8259 }@easyRAG-IN-A-BOX_APEX_ADMIN_vx.x.sql \ +\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\pardirnatural\partightenfactor0 +\ls1\ilvl0\cf0 {\listtext 05... }go to \'93DB Actions\'94->users\ +{\listtext 06... }on the newly created user (RIAB) click on the REST path to arrive at the login page\ +{\listtext 07... }login using the VRIABDB password you created in step 03\ +{\listtext 08... }run the USER part of the script\ +{\listtext 09... }(THIS IS NEEDED IF YOU DON\'92T RUN STEP 4)\ +{\listtext 10... }go back to the DB console\ +{\listtext 11... }select in the \'93tool configuration\'94 tab the APEX public access link, open a new browser page and go there\ +{\listtext 12... }login to APEX\'92s \'93admin services\'94 using DB ADMIN password\ +{\listtext 13... }create a new workspace\ +{\listtext 14... }select \'93map on existing user\'94\ +{\listtext 15... }select the DB user you have created in step 03 (VRIABDB)\ +{\listtext 16... }enter an APEX username (VRIAB)\ +{\listtext 17... }logout from admin services\ +{\listtext 18... }(END OF NEEDED IF YO\'a3U DON\'92T RUN STEP 4)\ +{\listtext 19... }login into the VRIAB apex user with the APEX DB Password and run the APEX USER install script to install the APEX app\ +\pard\tx940\tx1440\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li1440\fi-1440\pardirnatural\partightenfactor0 +\ls1\ilvl1\cf0 {\listtext +\f1 \uc0\u8259 +\f0 }@easyRAG-IN-A-BOX_APEX_USER_vx.x.sql \ +\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\pardirnatural\partightenfactor0 +\ls1\ilvl0\cf0 {\listtext 20... }(THIS IS NEEDED IF YOU DON\'92T RUN STEP 19)\ +{\listtext 21... }login in apex as the new APEX user (VRIAB) with the APEX DB Password\ +{\listtext 22... }go to \'93App Builder\'94\ +{\listtext 23... }import application file (easyRAG-IN-A-BOX_USER_f102_v1.2.sql) taking all the defaults\ +{\listtext 24... }(END OF NEEDED IF YO\'a3U DON\'92T RUN STEP 19)\ +{\listtext 25... }run application loggin in with your apex user and gui password (VRIAB/VRIAB)\ +{\listtext 26... }have fun!} \ No newline at end of file diff --git a/cloud-foundation/solutions/RAG-in-a-Box-Vector/variables.tf b/cloud-foundation/solutions/RAG-in-a-Box-Vector/variables.tf new file mode 100644 index 0000000..94177a0 --- /dev/null +++ b/cloud-foundation/solutions/RAG-in-a-Box-Vector/variables.tf @@ -0,0 +1,199 @@ +# Copyright © 2025, Oracle and/or its affiliates. +# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl. + + +terraform { + required_version = ">= 0.15.0" +} + +variable "tenancy_ocid" { + type = string + default = "" +} + +variable "region" { + type = string + default = "" +} + +variable "compartment_id" { + type = string + default = "" +} + +variable "user_ocid" { + type = string + default = "" +} + +variable "fingerprint" { + type = string + default = "" +} + +variable "private_key_path" { + type = string + default = "" +} + + +# Don't change the locals +# Override `bucket_url` with dynamic values +locals { + bucket_url = "https://objectstorage.${var.region}.oraclecloud.com/n/${data.oci_objectstorage_namespace.this.namespace}/b/${var.bucket_name}/o/" + # Use the bucket_url based on the condition if it's empty or not + final_bucket_url = length(var.bucket_url) > 0 ? var.bucket_url : local.bucket_url +} + + + +##### +# ADW Database Variables: + +variable "db_name" { + type = string + default = "vectorRAGinaBOX" +} + +variable "db_password" { + type = string + default = "" +} + +variable "db_compute_model" { + type = string + default = "ECPU" +} + +variable "db_compute_count" { + type = number + default = 2 +} + +variable "db_size_in_tbs" { + type = number + default = 1 +} + +variable "db_workload" { + type = string + default = "DW" +} + +variable "db_version" { + type = string + default = "23ai" +} + +variable "db_enable_auto_scaling" { + type = bool + default = false +} + +variable "db_is_free_tier" { + type = bool + default = false +} + +variable "db_license_model" { + type = string + default = "BRING_YOUR_OWN_LICENSE" +} + +variable "db_data_safe_status" { + type = string + default = "NOT_REGISTERED" + # default = "REGISTERED" +} + +variable "db_operations_insights_status" { + type = string + default = "NOT_ENABLED" + # default = "ENABLED" +} + +variable "db_database_management_status" { + type = string + default = "NOT_ENABLED" + # default = "ENABLED" +} + + +###### +# Object Storage Variables: + +variable "bucket_name" { + type = string + default = "vectorRag_Bucket" +} + +variable "bucket_access_type" { + type = string + default = "ObjectRead" +} + +variable "bucket_storage_tier" { + type = string + default = "Standard" +} + +variable "bucket_events_enabled" { + type = bool + default = false +} + + +###### +# RAG IN A BOX SETTINGS: + +# The username inside the database where you will install the apex application +variable "riab_user" { + type = string + default = "RIAB" +} + +# The password for the user inside the database - The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" +variable "riab_password" { + type = string + default = "" +} + +# The name of the apex workspace +variable "apex_workspace" { + type = string + default = "RIAB" +} + +# The user in apex application +variable "apex_user" { + type = string + default = "VRIAB" +} + +# The password for the apex user application - The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" +variable "apex_password" { + type = string + default = "" +} + + +# This is the URL of the source buckt where the files will be ingested. +# Example: https://objectstorage.us-chicago-1.oraclecloud.com/n/Object_storage_namespace/b/bucket_name/o/". +# It is optional , if you don't have a bucket already, terraform will create a bucket for you and upload a sampledata file +# as you log in the apex you can already put questions about data in industry. +variable "bucket_url" { + type = string + default = "" +} + +# -- If never done before, create API Key, download both PRIVATE and PUBLIC key files +# -- Convert PRIVATE KEY into the needed format for the credentials +# -- DO NOT USE rtf, just plain text files +# -- Enter as single line without breaks in the format -----BEGIN PRIVATE KEY-----.......-----END PRIVATE KEY----- +# -- Use this command to get the key correctly : tr -d '\r\n'