DBA Data[Home] [Help]

APPS.PAY_SE_TRNA_ARCHIVE dependencies on HR_NONRUN_ASACT

Line 577: hr_nonrun_asact.insact (l_actid, person_assignments_rec.assignment_id, p_payroll_action_id, p_chunk, NULL);

573: --
574: g_index_assact := g_index_assact + 1;
575: g_lock_table (g_index_assact).archive_assact_id := l_actid;
576: -- Create the archive assignment action
577: hr_nonrun_asact.insact (l_actid, person_assignments_rec.assignment_id, p_payroll_action_id, p_chunk, NULL);
578:
579: IF l_precedence_date IS NOT NULL THEN
580: l_emp_type := 'PRE';
581: ELSIF l_termination_date IS NOT NULL THEN

Line 727: --hr_nonrun_asact.insint(l_actid,rec_prepaid_assignments.prepaid_action_id);

723: END IF;
724: END IF;
725: -- Create archive to prepayment assignment action interlock
726: --
727: --hr_nonrun_asact.insint(l_actid,rec_prepaid_assignments.prepaid_action_id);
728:
729: END LOOP;
730: END LOOP;
731: END assignment_action_code;