DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on ICX_PAGE_PLUGS_S

Line 69: select icx_page_plugs_s.nextval

65: where session_id = icx_sec.g_session_id;
66:
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

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,

Line 1874: update icx_page_plugs set display_sequence = p_display_sequence

1870: as
1871: begin
1872: begin
1873:
1874: update icx_page_plugs set display_sequence = p_display_sequence
1875: where plug_id = p_instanceid;
1876: commit;
1877: exception
1878: when others then