DBA Data[Home] [Help]

APPS.PAY_GB_RETRO_UPGRADE dependencies on PAY_ELE_CLASSIFICATION_RULES

Line 174: from pay_ele_classification_rules pecr,

170: where petr.element_type_id = cp_element_type_id
171: and petr.include_or_exclude = 'I'
172: union all
173: select pes.element_set_id
174: from pay_ele_classification_rules pecr,
175: pay_element_types_f pet,
176: pay_element_sets pes
177: where pet.classification_id = pecr.classification_id
178: and pes.element_set_id = pecr.element_set_id

Line 364: from pay_ele_classification_rules pecr,

360: where petr.element_type_id = cp_element_type_id
361: and petr.include_or_exclude = 'I'
362: union all
363: select pes.element_set_id
364: from pay_ele_classification_rules pecr,
365: pay_element_types_f pet,
366: pay_element_sets pes
367: where pet.classification_id = pecr.classification_id
368: and pes.element_set_id = pecr.element_set_id