Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion f120.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ wwv_flow_api.import_begin (
);
end;
/

prompt APPLICATION 120 - utPLSQL Testing App
--
-- Application Export:
Expand Down Expand Up @@ -16627,6 +16627,8 @@ wwv_flow_api.create_page_item(
,p_name=>'P3_USER'
,p_item_sequence=>10
,p_item_plug_id=>wwv_flow_api.id(36687617713018983)
,p_item_default=>'APP_SCHEMA'
,p_item_default_type=>'ITEM'
,p_prompt=>'User'
,p_display_as=>'NATIVE_SELECT_LIST'
,p_named_lov=>'OWNER LIST'
Expand Down Expand Up @@ -19421,6 +19423,8 @@ wwv_flow_api.create_page_item(
,p_item_sequence=>10
,p_item_plug_id=>wwv_flow_api.id(66067199544684524)
,p_use_cache_before_default=>'NO'
,p_item_default=>'APP_SCHEMA'
,p_item_default_type=>'ITEM'
,p_prompt=>'User Name'
,p_source=>'P17_OWNER'
,p_source_type=>'ITEM'
Expand Down