DBA Data[Home] [Help]

APPS.PAY_SIR_BUS dependencies on PAY_TCO_SHD

Line 371: where tco.core_object_type = pay_tco_shd.g_sir_lookup_type

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';
375: l_error exception;