DBA Data[Home] [Help]

APPS.PAY_SBA_BUS dependencies on PAY_TCO_SHD

Line 50: where tco.core_object_type = pay_tco_shd.g_sba_lookup_type

46: --
47: cursor csr_disallow_update is
48: select null
49: from pay_template_core_objects tco
50: where tco.core_object_type = pay_tco_shd.g_sba_lookup_type
51: and tco.shadow_object_id = p_rec.balance_attribute_id;
52: --
53: l_proc varchar2(72) := g_package||'chk_non_updateable_args';
54: l_updating boolean;

Line 251: where tco.core_object_type = pay_tco_shd.g_sba_lookup_type

247: --
248: cursor csr_core_objects is
249: select null
250: from pay_template_core_objects tco
251: where tco.core_object_type = pay_tco_shd.g_sba_lookup_type
252: and tco.shadow_object_id = p_balance_attribute_id;
253: --
254: l_proc varchar2(72) := g_package||'chk_delete';
255: l_error exception;