DBA Data[Home] [Help]

APPS.PAY_SET_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 62: from pay_template_core_objects tco

58: -- this shadow element.
59: --
60: cursor csr_disallow_update is
61: select null
62: from pay_template_core_objects tco
63: where (tco.core_object_type = pay_tco_shd.g_set_lookup_type or
64: tco.core_object_type = pay_tco_shd.g_spr_lookup_type)
65: and tco.shadow_object_id = p_rec.element_type_id;
66: --

Line 1045: from pay_template_core_objects tco

1041: where psiv.element_type_id = p_element_type_id;
1042: --
1043: cursor csr_core_objects is
1044: select null
1045: from pay_template_core_objects tco
1046: where (tco.core_object_type = pay_tco_shd.g_set_lookup_type or
1047: tco.core_object_type = pay_tco_shd.g_spr_lookup_type)
1048: and tco.shadow_object_id = p_element_type_id;
1049: --