DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on HR_NONRUN_ASACT

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

2673: INTO l_actid
2674: FROM dual;
2675: --
2676: hr_utility.set_location(l_proc,110);
2677: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
2678: pactid,chunk,NULL);
2679: --
2680: hr_utility.set_location(l_proc,120);
2681: -- Archive the tax ref transfer flag and the Asg end date.

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

4460: INTO l_actid
4461: FROM dual;
4462: --
4463: hr_utility.set_location(l_proc,27);
4464: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
4465: pactid,chunk,NULL);
4466: -- Interlock the archive action
4467: hr_utility.set_location(l_proc,29);
4468: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);

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

4464: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
4465: pactid,chunk,NULL);
4466: -- Interlock the archive action
4467: hr_utility.set_location(l_proc,29);
4468: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);
4469: END LOOP;
4470: --
4471: ELSE
4472: --

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

4478: SELECT pay_assignment_actions_s.nextval
4479: INTO l_actid
4480: FROM dual;
4481: --
4482: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
4483: pactid,chunk,NULL);
4484: -- Interlock the archive action
4485: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);
4486: END LOOP;

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

4481: --
4482: hr_nonrun_asact.insact(l_actid,rec_asg.assignment_id,
4483: pactid,chunk,NULL);
4484: -- Interlock the archive action
4485: hr_nonrun_asact.insint(l_actid, rec_asg.archive_action);
4486: END LOOP;
4487: --
4488: END IF; -- range person check.
4489: --