DBA Data[Home] [Help]

APPS.PAY_ETM_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 618: from pay_template_core_objects tco

614: where sbt.template_id = p_template_id;
615: --
616: cursor csr_core_objects is
617: select null
618: from pay_template_core_objects tco
619: where tco.template_id = p_template_id;
620: --
621: l_proc varchar2(72) := g_package||'chk_delete';
622: l_exists varchar2(1);