DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_AMEND_ARCH dependencies on HR_NONRUN_ASACT

Line 403: hr_nonrun_asact.insact(ln_t4amend_asg_action

399: to_char(ln_t4amend_asg_action));
400:
401: /* Insert into pay_assignment_actions. */
402: hr_utility.trace('creating asg_action');
403: hr_nonrun_asact.insact(ln_t4amend_asg_action
404: ,ln_primary_assignment_id
405: ,p_payroll_action_id
406: ,p_chunk
407: ,ln_tax_unit_id);

Line 425: hr_nonrun_asact.insint(ln_t4amend_asg_action

421: action for current T4 Amendment Pre-process action */
422:
423: hr_utility.trace('Locking Action = ' || to_char(ln_t4amend_asg_action));
424: hr_utility.trace('Locked Action = ' || to_char(ln_asg_act_to_lock));
425: hr_nonrun_asact.insint(ln_t4amend_asg_action
426: ,ln_asg_act_to_lock);
427:
428: end if; /* report type */
429: