DBA Data[Home] [Help]

APPS.PAY_SBT_BUS dependencies on PAY_TCO_SHD

Line 53: where tco.core_object_type = pay_tco_shd.g_sbt_lookup_type

49: --
50: cursor csr_disallow_update is
51: select null
52: from pay_template_core_objects tco
53: where tco.core_object_type = pay_tco_shd.g_sbt_lookup_type
54: and tco.shadow_object_id = p_rec.balance_type_id;
55: --
56: -- Cursor to disallow update of balance UOM if balance feeds to this
57: -- balance exists.

Line 685: where tco.core_object_type = pay_tco_shd.g_sbt_lookup_type

681: --
682: cursor csr_core_objects is
683: select null
684: from pay_template_core_objects tco
685: where tco.core_object_type = pay_tco_shd.g_sbt_lookup_type
686: and tco.shadow_object_id = p_balance_type_id;
687: --
688: cursor csr_balance_types is
689: select null