DBA Data[Home] [Help]

APPS.AST_WRAPUP_ADM_PVT dependencies on DUAL

Line 46: FROM DUAL;

42:
43: -- Cursor for getting new outcome ID from the sequence
44: CURSOR l_outcome_id_csr IS
45: SELECT JTF_IH_OUTCOMES_S1.NEXTVAL
46: FROM DUAL;
47:
48: -- Cursor for retrieving from the table to verify insertion
49: CURSOR l_insert_b_check_csr IS
50: SELECT 'x'

Line 344: FROM DUAL;

340:
341: -- Cursor for getting new RESULT ID from the sequence
342: CURSOR l_RESULT_id_csr IS
343: SELECT JTF_IH_RESULTS_S1.NEXTVAL
344: FROM DUAL;
345:
346: -- Cursor for retrieving from the table to verify insertion
347: CURSOR l_insert_b_check_csr IS
348: SELECT 'x'

Line 636: FROM DUAL;

632:
633: -- Cursor for getting new REASON ID from the sequence
634: CURSOR l_REASON_id_csr IS
635: SELECT JTF_IH_REASONS_S1.NEXTVAL
636: FROM DUAL;
637:
638: -- Cursor for retrieving from the table to verify insertion
639: CURSOR l_insert_b_check_csr IS
640: SELECT 'x'