DBA Data[Home] [Help]

APPS.PAY_QPA_API dependencies on HR_NONRUN_ASACT

Line 100: hr_nonrun_asact.insact(l_assignment_action_id,l_assignment_id,p_payroll_action_id,1,l_tax_unit_id,null,'M',null);

96:
97: --Insert the new assignment action
98: if c_next_assact%found then
99: if c_qppaction%found then
100: hr_nonrun_asact.insact(l_assignment_action_id,l_assignment_id,p_payroll_action_id,1,l_tax_unit_id,null,'M',null);
101: end if;
102: end if;
103: end if;
104: close c_asgid;

Line 119: hr_nonrun_asact.insint(l_locking_action_id,l_qp_locked_action_id);

115: fetch c_qpaction into l_qp_locked_action_id;
116: if c_qpaction%found then
117: -- We can now insert interlock row.
118: hr_utility.set_location('qppsassact',50);
119: hr_nonrun_asact.insint(l_locking_action_id,l_qp_locked_action_id);
120: end if;
121: close c_qpaction;
122:
123: --Then insert the quick-pay pre-payment action rows

Line 125: hr_nonrun_asact.insint(l_locking_action_id,l_qpp_locked_action_id);

121: close c_qpaction;
122:
123: --Then insert the quick-pay pre-payment action rows
124: hr_utility.set_location(' qppsassact ',55);
125: hr_nonrun_asact.insint(l_locking_action_id,l_qpp_locked_action_id);
126: end if;
127:
128:
129: hr_utility.set_location(' qppsassact :',60);