DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on ICX_PAGES_S

Line 40: select icx_pages_s.nextval

36: into l_sequence_number
37: from icx_pages
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;

Line 170: select icx_pages_s.nextval

166: when no_data_found then
167: htp.p(SQLERRM);
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;