DBA Data[Home] [Help]

APPS.PAY_US_W2C_RPT dependencies on HR_NONRUN_ASACT

Line 578: hr_nonrun_asact.insact(ln_w2c_asg_action

574: from dual;
575: hr_utility.trace('New w2c Action = ' || ln_w2c_asg_action);
576:
577: /* Insert into pay_assignment_actions. */
578: hr_nonrun_asact.insact(ln_w2c_asg_action
579: ,ln_primary_assignment_id
580: ,p_payroll_action_id
581: ,p_chunk
582: ,ln_tax_unit_id);

Line 623: hr_nonrun_asact.insint(ln_w2c_asg_action

619: ** Interlock last w2c archive action with current w2c rep action
620: ***************************************************************/
621: hr_utility.trace('Locking Action'||ln_w2c_asg_action);
622: hr_utility.trace('Locked Action' || ln_asg_act_to_lock);
623: hr_nonrun_asact.insint(ln_w2c_asg_action
624: ,ln_asg_act_to_lock);
625:
626: elsif lv_report_type = 'W-2C PAPER' OR lv_report_type = 'W2C_XML' then
627:

Line 675: hr_nonrun_asact.insact(ln_w2c_asg_action

671: from dual;
672: hr_utility.trace('New w2c Action = ' || ln_w2c_asg_action);
673:
674: /* Insert into pay_assignment_actions. */
675: hr_nonrun_asact.insact(ln_w2c_asg_action
676: ,ln_primary_assignment_id
677: ,p_payroll_action_id
678: ,p_chunk
679: ,ln_tax_unit_id);