DBA Data[Home] [Help]

APPS.PAY_SBF_BUS dependencies on PAY_TCO_SHD

Line 54: where tco.core_object_type = pay_tco_shd.g_sbf_lookup_type

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';
58: l_updating boolean;

Line 412: where tco.core_object_type = pay_tco_shd.g_sbf_lookup_type

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