DBA Data[Home] [Help]

APPS.PAY_US_W2C_REPORTING_UTILS dependencies on HR_NONRUN_ASACT

Line 931: hr_nonrun_asact.insact(ln_w2c_asg_action

927:
928: /* Insert into pay_assignment_actions. */
929: hr_utility.trace('Creating Assignment Action');
930:
931: hr_nonrun_asact.insact(ln_w2c_asg_action
932: ,lp_assignment_id
933: ,p_payroll_action_id
934: ,p_chunk
935: ,lp_tax_unit_id);

Line 958: hr_nonrun_asact.insint(ln_w2c_asg_action

954:
955: /* Interlock the w2c report action with current w2c Mag action */
956: hr_utility.trace('Locking Action = ' || ln_w2c_asg_action);
957: hr_utility.trace('Locked Action = ' || lp_assignment_action_id);
958: hr_nonrun_asact.insint(ln_w2c_asg_action
959: ,lp_assignment_action_id);
960: /*
961: Lock all other W-2c paper action that are not yet locked by Fed W-2c
962: mag action. This scenario could exist when there are multiple W-2c paper

Line 982: hr_nonrun_asact.insint(ln_w2c_asg_action

978: exit;
979: else
980: hr_utility.trace('Locking Action = ' || ln_w2c_asg_action);
981: hr_utility.trace('Locked Action = ' || ln_notlocked_asgn_actid);
982: hr_nonrun_asact.insint(ln_w2c_asg_action
983: ,ln_notlocked_asgn_actid);
984: end if;
985: END LOOP;
986: CLOSE c_w2c_paper_not_locked;