[Home] [Help]
470: -- Remove transfer table rows once only
471: -- first of all get source_name
472: select user_je_source_name
473: into l_source_name
474: from gl_je_sources
475: where je_source_name = 'Payroll';
476: --
477: if g_debug then
478: hr_utility.set_location(c_indent, 35);