DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_ACTION_CONTEXTS

Line 602: delete from pay_action_contexts

598: c_indent := 'py_rollback_pkg.remove_action_contexts';
599: hr_utility.set_location(c_indent,10);
600: end if;
601: --
602: delete from pay_action_contexts
603: where assignment_action_id = p_assact_id;
604: --
605: if g_debug then
606: hr_utility.set_location(c_indent,30);