DBA Data[Home] [Help]

APPS.PAY_SBF_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 53: from pay_template_core_objects tco

49: -- generated from this shadow balance classification.
50: --
51: cursor csr_disallow_update is
52: select null
53: from pay_template_core_objects tco
54: where tco.core_object_type = pay_tco_shd.g_sbf_lookup_type
55: and tco.shadow_object_id = p_rec.balance_feed_id;
56: --
57: l_proc varchar2(72) := g_package||'chk_non_updateable_args';

Line 411: from pay_template_core_objects tco

407: -- Cursors to check for rows referencing the balance classification.
408: --
409: cursor csr_core_objects is
410: select null
411: from pay_template_core_objects tco
412: where tco.core_object_type = pay_tco_shd.g_sbf_lookup_type
413: and tco.shadow_object_id = p_balance_feed_id;
414: --
415: l_proc varchar2(72) := g_package||'chk_delete';