DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on DUAL

Line 42: from sys.dual;

38: where user_id = icx_sec.g_user_id;
39:
40: select icx_pages_s.nextval
41: into l_page_id
42: from sys.dual;
43:
44: l_main_region_id := icx_api_region.create_main_region;
45: --added substr() to p_page_name 1388074 mputman
46: ICX_PAGES_PKG.INSERT_ROW(

Line 71: from sys.dual;

67: if (p_page_type = 'MAIN') then
68:
69: select icx_page_plugs_s.nextval
70: into l_plug_id
71: from sys.dual;
72:
73: BEGIN
74: select function_id, user_function_name
75: into l_function_id, l_display_name

Line 172: from sys.dual;

168: end;
169:
170: select icx_pages_s.nextval
171: into l_to_page_id
172: from sys.dual;
173:
174: l_to_main_region_id := icx_api_region.create_main_region;
175:
176: ICX_PAGES_PKG.INSERT_ROW(

Line 1824: select icx_page_plugs_s.nextval into l_plug_id from dual;

1820: where c.menu_id = p_menu_id
1821: and c.entry_sequence = p_entry_sequence;
1822: */
1823: l_display_name:=NULL;--mputman added 1405228
1824: select icx_page_plugs_s.nextval into l_plug_id from dual;
1825:
1826: insert into ICX_PAGE_PLUGS
1827: (PLUG_ID,
1828: PAGE_ID,