DBA Data[Home] [Help]

APPS.JTF_DSP_SECTION_ITEM_PVT dependencies on DUAL

Line 63: CURSOR c2 IS SELECT jtf_dsp_section_items_s1.nextval FROM dual;

59: )
60: IS
61: CURSOR c IS SELECT rowid FROM jtf_dsp_section_items
62: WHERE section_item_id = x_section_item_id;
63: CURSOR c2 IS SELECT jtf_dsp_section_items_s1.nextval FROM dual;
64:
65: BEGIN
66:
67: -- Primary key validation check