DBA Data[Home] [Help]

APPS.PAY_SBT_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 52: from pay_template_core_objects tco

48: -- this shadow balance.
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

Line 684: from pay_template_core_objects tco

680: where sdb.balance_type_id = p_balance_type_id;
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