DBA Data[Home] [Help]

APPS.PAY_US_W2C_RPT dependencies on HR_NONRUN_ASACT

Line 525: hr_nonrun_asact.insact(ln_w2c_asg_action

521: from dual;
522: hr_utility.trace('New w2c Action = ' || ln_w2c_asg_action);
523:
524: /* Insert into pay_assignment_actions. */
525: hr_nonrun_asact.insact(ln_w2c_asg_action
526: ,ln_primary_assignment_id
527: ,p_payroll_action_id
528: ,p_chunk
529: ,ln_tax_unit_id);

Line 569: hr_nonrun_asact.insint(ln_w2c_asg_action

565: ** Interlock last w2c archive action with current w2c rep action
566: ***************************************************************/
567: hr_utility.trace('Locking Action'||ln_w2c_asg_action);
568: hr_utility.trace('Locked Action' || ln_asg_act_to_lock);
569: hr_nonrun_asact.insint(ln_w2c_asg_action
570: ,ln_asg_act_to_lock);
571:
572: elsif lv_report_type = 'W-2C PAPER' then
573:

Line 620: hr_nonrun_asact.insact(ln_w2c_asg_action

616: from dual;
617: hr_utility.trace('New w2c Action = ' || ln_w2c_asg_action);
618:
619: /* Insert into pay_assignment_actions. */
620: hr_nonrun_asact.insact(ln_w2c_asg_action
621: ,ln_primary_assignment_id
622: ,p_payroll_action_id
623: ,p_chunk
624: ,ln_tax_unit_id);