DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_GL_INTERFACE

Line 488: delete from pay_gl_interface pgl

484: -- for multi-threaded transfer to GL only
485: if g_debug then
486: hr_utility.set_location(c_indent, 40);
487: end if;
488: delete from pay_gl_interface pgl
489: where pgl.assignment_action_id = p_info.assact_id;
490: end if;
491: --
492: end remove_gl_entries;