DBA Data[Home] [Help]

APPS.PAY_SE_TRNA_ARCHIVE dependencies on HR_NONRUN_ASACT

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

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

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

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