DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_CHUNK_STATUS

Line 3315: delete from pay_chunk_status

3311: -- delete the payroll action row if we are told to.
3312: if g_debug then
3313: hr_utility.set_location(c_indent, 30);
3314: end if;
3315: delete from pay_chunk_status
3316: where payroll_action_id = info.pact_id;
3317: delete from pay_payroll_actions pac
3318: where pac.payroll_action_id = info.pact_id;
3319: else