DBA Data[Home] [Help]

APPS.PAY_TCO_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 226: from pay_template_core_objects tco

222: -- core_object_type is unique.
223: --
224: cursor csr_comb_exists is
225: select null
226: from pay_template_core_objects tco
227: where tco.shadow_object_id = p_shadow_object_id
228: and tco.core_object_type = p_core_object_type;
229: --
230: -- Cursors to check that the shadow_object_id belongs to the template

Line 540: from pay_template_core_objects tco

536: -- core_object_type is unique.
537: --
538: cursor csr_comb_exists is
539: select null
540: from pay_template_core_objects tco
541: where tco.core_object_id = p_core_object_id
542: and tco.core_object_type = p_core_object_type;
543: --
544: -- Cursors to check that the core_object_id exists to the template