DBA Data[Home] [Help]

APPS.PAY_SGB_BUS dependencies on PAY_TCO_SHD

Line 285: where tco.core_object_type = pay_tco_shd.g_sgb_lookup_type

281: --
282: cursor c_core_objects is
283: select null
284: from pay_template_core_objects tco
285: where tco.core_object_type = pay_tco_shd.g_sgb_lookup_type
286: and tco.shadow_object_id = p_grossup_balances_id;
287: --
288: l_proc varchar2(72) := g_package||'chk_delete';
289: l_error exception;