DBA Data[Home] [Help]

APPS.PAY_SBA_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 49: from pay_template_core_objects tco

45: -- generated from this shadow defined balance.
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';

Line 250: from pay_template_core_objects tco

246: -- Cursors to check for rows referencing the balance classification.
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';