DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_ARCHIVE dependencies on HR_NONRUN_ASACT

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

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

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

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