DBA Data[Home] [Help]

APPS.PAY_1099R_PKG dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 418: select pay_assignment_actions_s.nextval

414: -- for each assignment/pre-payment/reversal).
415: hr_utility.set_location(l_procedure_name, 25);
416: hr_utility.trace('Before inserting the action record');
417:
418: select pay_assignment_actions_s.nextval
419: into lockingactid
420: from dual;
421:
422: -- insert the action record.

Line 529: select pay_assignment_actions_s.nextval

525:
526: hr_utility.set_location(l_procedure_name, 45);
527: hr_utility.trace('Before inserting the action record');
528:
529: select pay_assignment_actions_s.nextval
530: into lockingactid
531: from dual;
532:
533: -- insert the action record.

Line 643: select pay_assignment_actions_s.nextval

639:
640: hr_utility.set_location(l_procedure_name, 90);
641: hr_utility.trace('Before inserting the action record');
642:
643: select pay_assignment_actions_s.nextval
644: into lockingactid
645: from dual;
646:
647: -- insert the action record.

Line 704: select pay_assignment_actions_s.nextval

700:
701: hr_utility.set_location(l_procedure_name, 110);
702: hr_utility.trace('Before inserting the action record');
703:
704: select pay_assignment_actions_s.nextval
705: into lockingactid
706: from dual;
707:
708: -- insert the action record.

Line 842: select pay_assignment_actions_s.nextval

838:
839: hr_utility.set_location(l_procedure_name, 220);
840: hr_utility.trace('Before inserting the action record');
841:
842: select pay_assignment_actions_s.nextval
843: into lockingactid
844: from dual;
845:
846: -- insert the action record.

Line 951: select pay_assignment_actions_s.nextval

947: hr_utility.trace('Before inserting the action record');
948:
949: hr_utility.set_location('procpyr',3);
950:
951: select pay_assignment_actions_s.nextval
952: into lockingactid
953: from dual;
954:
955: -- insert the action record.