DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_PURGE_ROLLUP_BALANCES

Line 1956: delete from pay_purge_rollup_balances rub

1952: remove_advpayele_ee(p_info.assact_id);
1953: --
1954: elsif(p_info.action_type = 'Z') then
1955: -- Remove the purge rollup balance rows.
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);