DBA Data[Home] [Help]

APPS.PAY_YREND_REPORTS_PKG dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 281: select pay_assignment_actions_s.nextval

277: -- we need to insert one action for each of the
278: -- rows that we return from the cursor (i.e. one
279: -- for each assignment/pre-payment/reversal).
280:
281: select pay_assignment_actions_s.nextval
282: into lockingactid
283: from dual;
284:
285: hr_utility.set_location(l_procedure_name, 30);

Line 485: select pay_assignment_actions_s.nextval

481: exit;
482: end if;
483:
484: hr_utility.set_location(l_procedure_name, 160);
485: select pay_assignment_actions_s.nextval
486: into lockingactid
487: from dual;
488:
489: -- insert the action record.

Line 519: select pay_assignment_actions_s.nextval

515: -- rows that we return from the cursor (i.e. one
516: -- for each assignment/pre-payment/reversal).
517:
518: hr_utility.set_location(l_procedure_name, 180);
519: select pay_assignment_actions_s.nextval
520: into lockingactid
521: from dual;
522:
523: -- insert the action record.