DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on PAY_RUN_RESULTS_S

Line 522: SELECT PAY_RUN_RESULTS_S.NEXTVAL

518: --
519: -- Select the next run_result_id unique primary key id
520: --
521: begin
522: SELECT PAY_RUN_RESULTS_S.NEXTVAL
523: INTO v_run_result_id
524: FROM SYS.DUAL;
525: exception
526: when NO_DATA_FOUND then