DBA Data[Home] [Help]

APPS.PAY_SEU_BUS dependencies on PAY_TCO_SHD

Line 262: where tco.core_object_type = pay_tco_shd.g_seu_lookup_type

258: --
259: cursor c_core_objects is
260: select null
261: from pay_template_core_objects tco
262: where tco.core_object_type = pay_tco_shd.g_seu_lookup_type
263: and tco.shadow_object_id = p_element_type_usage_id;
264: --
265: l_proc varchar2(72) := g_package||'chk_delete';
266: l_error exception;