DBA Data[Home] [Help]

APPS.PAY_US_USER_INIT_DEDN dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 226: pay_template_core_objects ptco

222: --
223: cursor c5 (c_element_name in varchar2) is
224: select ptco.core_object_id
225: from pay_shadow_element_types psbt,
226: pay_template_core_objects ptco
227: where psbt.template_id = l_template_id
228: and psbt.element_name = c_element_name
229: and ptco.template_id = psbt.template_id
230: and ptco.shadow_object_id = psbt.element_type_id

Line 617: pay_template_core_objects ptco

613: --
614: cursor c3 (c_object_name in varchar2) is
615: select ptco.core_object_id
616: from pay_shadow_balance_types psbt,
617: pay_template_core_objects ptco
618: where psbt.template_id = l_template_id
619: and psbt.balance_name = c_object_name
620: and ptco.template_id = psbt.template_id
621: and ptco.shadow_object_id = psbt.balance_type_id;