DBA Data[Home] [Help]

APPS.PAY_SGB_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 284: from pay_template_core_objects tco

280: -- Cursor to check for rows referencing the balance exclusion
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';