DBA Data[Home] [Help]

APPS.PAY_SIR_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 370: from pay_template_core_objects tco

366: -- Cursor to check for rows referencing the iterative rule.
367: --
368: cursor c_core_objects is
369: select null
370: from pay_template_core_objects tco
371: where tco.core_object_type = pay_tco_shd.g_sir_lookup_type
372: and tco.shadow_object_id = p_iterative_rule_id;
373: --
374: l_proc varchar2(72) := g_package||'chk_delete';