DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_CHUNK_STATUS

Line 3194: delete from pay_chunk_status

3190: -- delete the payroll action row if we are told to.
3191: if g_debug then
3192: hr_utility.set_location(c_indent, 30);
3193: end if;
3194: delete from pay_chunk_status
3195: where payroll_action_id = info.pact_id;
3196: delete from pay_payroll_actions pac
3197: where pac.payroll_action_id = info.pact_id;
3198: else