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