DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_MIX_ROLLBACK_PKG

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

1956: delete from pay_purge_rollup_balances rub
1957: where rub.assignment_action_id = p_info.assact_id;
1958: elsif(p_info.action_type = 'BEE') then
1959: -- Remove Batch Element Entry rows
1960: pay_mix_rollback_pkg.undo_mix_asg(p_info.assact_id);
1961: elsif(p_info.action_type = 'PRU') then
1962: -- Remove Rolled up payments
1963: delete from pay_contributing_payments
1964: where assignment_action_id = p_info.assact_id;

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

3298: end if;
3299: --
3300: -- now if the rollback is successful then we update the bee batch.
3301: if (rollback_complete(info.pact_id) and info.action_type ='BEE') then
3302: pay_mix_rollback_pkg.set_status(info.pact_id,info.leave_row);
3303: end if;
3304: --
3305: -- now we perform any action that we require (and
3306: -- are allowed to perform) on the payroll action