DBA Data[Home] [Help]

APPS.JTF_RS_IMP_RES_PVT dependencies on JTF_RS_TRANSACTION_NUM_S

Line 484: SELECT jtf_rs_transaction_num_s.nextval

480: --if resource does not exist for the person then insert both resource
481: -- Bug 3086823 : Transaction number should be created once for the entire set of records
482: IF l_transaction_number is null
483: THEN
484: SELECT jtf_rs_transaction_num_s.nextval
485: INTO l_transaction_number
486: FROM dual;
487: END IF;
488: