DBA Data[Home] [Help]

APPS.PAY_SBC_BUS dependencies on PAY_TCO_SHD

Line 23: where tco.core_object_type = pay_tco_shd.g_sbc_lookup_type

19: --
20: cursor csr_disallow_update is
21: select null
22: from pay_template_core_objects tco
23: where tco.core_object_type = pay_tco_shd.g_sbc_lookup_type
24: and tco.shadow_object_id = p_rec.balance_classification_id;
25: --
26: l_proc varchar2(72) := g_package||'chk_non_updateable_args';
27: l_updating boolean;

Line 238: where tco.core_object_type = pay_tco_shd.g_sbc_lookup_type

234: --
235: cursor csr_core_objects is
236: select null
237: from pay_template_core_objects tco
238: where tco.core_object_type = pay_tco_shd.g_sbc_lookup_type
239: and tco.shadow_object_id = p_balance_classification_id;
240: --
241: l_proc varchar2(72) := g_package||'chk_delete';
242: l_error exception;