DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_ARCHIVE dependencies on HR_NONRUN_ASACT

Line 573: hr_nonrun_asact.insact(l_asg_act_id,l_Assignment_ID, p_payroll_action_id,p_chunk,NULL);

569: /*Creating the Assignment Action for the Assignment
570: and Locking the Latest Payroll Run Assignment Action for the Assignment
571: */
572:
573: hr_nonrun_asact.insact(l_asg_act_id,l_Assignment_ID, p_payroll_action_id,p_chunk,NULL);
574: hr_nonrun_asact.insint(l_asg_act_id,l_assgt_act_id);
575:
576: if g_debug then
577: hr_utility.set_location('Archive Assignment Action Id'||l_asg_act_id,475);

Line 574: hr_nonrun_asact.insint(l_asg_act_id,l_assgt_act_id);

570: and Locking the Latest Payroll Run Assignment Action for the Assignment
571: */
572:
573: hr_nonrun_asact.insact(l_asg_act_id,l_Assignment_ID, p_payroll_action_id,p_chunk,NULL);
574: hr_nonrun_asact.insint(l_asg_act_id,l_assgt_act_id);
575:
576: if g_debug then
577: hr_utility.set_location('Archive Assignment Action Id'||l_asg_act_id,475);
578: hr_utility.set_location('Action Information row about to create',450);