DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on HR_NONRUN_ASACT

Line 2541: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,

2537: INTO l_actid
2538: FROM dual;
2539: --
2540: hr_utility.set_location(l_proc,110);
2541: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
2542: pactid,chunk,NULL);
2543: --
2544: hr_utility.set_location(l_proc,120);
2545: -- Archive the tax ref transfer flag and the Asg end date.

Line 3682: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,

3678: INTO l_actid
3679: FROM dual;
3680: --
3681: hr_utility.set_location(l_proc,27);
3682: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
3683: pactid,chunk,NULL);
3684: -- Interlock the archive action
3685: hr_utility.set_location(l_proc,29);
3686: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);

Line 3686: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);

3682: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
3683: pactid,chunk,NULL);
3684: -- Interlock the archive action
3685: hr_utility.set_location(l_proc,29);
3686: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);
3687: END LOOP;
3688: --
3689: ELSE
3690: --

Line 3700: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,

3696: SELECT pay_assignment_actions_s.nextval
3697: INTO l_actid
3698: FROM dual;
3699: --
3700: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
3701: pactid,chunk,NULL);
3702: -- Interlock the archive action
3703: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);
3704: END LOOP;

Line 3703: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);

3699: --
3700: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
3701: pactid,chunk,NULL);
3702: -- Interlock the archive action
3703: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);
3704: END LOOP;
3705: --
3706: END IF; -- range person check.
3707: --