DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_MIX_ROLLBACK_PKG

Line 1881: pay_mix_rollback_pkg.undo_mix_asg(p_info.assact_id);

1877: delete from pay_purge_rollup_balances rub
1878: where rub.assignment_action_id = p_info.assact_id;
1879: elsif(p_info.action_type = 'BEE') then
1880: -- Remove Batch Element Entry rows
1881: pay_mix_rollback_pkg.undo_mix_asg(p_info.assact_id);
1882: elsif(p_info.action_type = 'PRU') then
1883: -- Remove Rolled up payments
1884: delete from pay_contributing_payments
1885: where assignment_action_id = p_info.assact_id;

Line 3181: pay_mix_rollback_pkg.set_status(info.pact_id,info.leave_row);

3177: end if;
3178: --
3179: -- now if the rollback is successful then we update the bee batch.
3180: if (rollback_complete(info.pact_id) and info.action_type ='BEE') then
3181: pay_mix_rollback_pkg.set_status(info.pact_id,info.leave_row);
3182: end if;
3183: --
3184: -- now we perform any action that we require (and
3185: -- are allowed to perform) on the payroll action