DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_ACTION_CONTEXTS

Line 597: delete from pay_action_contexts

593: c_indent := 'py_rollback_pkg.remove_action_contexts';
594: hr_utility.set_location(c_indent,10);
595: end if;
596: --
597: delete from pay_action_contexts
598: where assignment_action_id = p_assact_id;
599: --
600: if g_debug then
601: hr_utility.set_location(c_indent,30);