DBA Data[Home] [Help]

APPS.PAY_SIV_BUS dependencies on PAY_TCO_SHD

Line 95: where tco.core_object_type = pay_tco_shd.g_siv_lookup_type

91: --
92: cursor csr_disallow_update is
93: select null
94: from pay_template_core_objects tco
95: where tco.core_object_type = pay_tco_shd.g_siv_lookup_type
96: and tco.shadow_object_id = p_rec.input_value_id;
97: --
98: -- Cursor to disallow update of UOM if balance feeds to this
99: -- balance exists.

Line 1041: where tco.core_object_type = pay_tco_shd.g_siv_lookup_type

1037: --
1038: cursor csr_core_objects is
1039: select null
1040: from pay_template_core_objects tco
1041: where tco.core_object_type = pay_tco_shd.g_siv_lookup_type
1042: and tco.shadow_object_id = p_input_value_id;
1043: --
1044: cursor csr_balance_feeds is
1045: select null