DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_AMEND_ARCH dependencies on HR_NONRUN_ASACT

Line 556: hr_nonrun_asact.insact(ln_t4amend_asg_action

552: to_char(ln_t4amend_asg_action));
553:
554: /* Insert into pay_assignment_actions. */
555: hr_utility.trace('creating asg_action');
556: hr_nonrun_asact.insact(ln_t4amend_asg_action
557: ,ln_primary_assignment_id
558: ,p_payroll_action_id
559: ,p_chunk
560: ,ln_tax_unit_id);

Line 578: hr_nonrun_asact.insint(ln_t4amend_asg_action

574: action for current T4 Amendment Pre-process action */
575:
576: hr_utility.trace('Locking Action = ' || to_char(ln_t4amend_asg_action));
577: hr_utility.trace('Locked Action = ' || to_char(ln_asg_act_to_lock));
578: hr_nonrun_asact.insint(ln_t4amend_asg_action
579: ,ln_asg_act_to_lock);
580:
581: end if; /* report type */
582: