DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on PAY_GL_INTERFACE

Line 493: delete from pay_gl_interface pgl

489: -- for multi-threaded transfer to General Ledger only
490: if g_debug then
491: hr_utility.set_location(c_indent, 40);
492: end if;
493: delete from pay_gl_interface pgl
494: where pgl.assignment_action_id = p_info.assact_id;
495: end if;
496: --
497: end remove_gl_entries;