DBA Data[Home] [Help]

APPS.PAY_US_RETRO_UPGRADE dependencies on PAY_ELE_CLASSIFICATION_RULES

Line 175: from pay_ele_classification_rules pecr,

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

Line 323: from pay_ele_classification_rules pecr,

319: where petr.element_type_id = cp_element_type_id
320: and petr.include_or_exclude = 'I'
321: union all
322: select pes.element_set_id
323: from pay_ele_classification_rules pecr,
324: pay_element_types_f pet,
325: pay_element_sets pes
326: where pet.classification_id = pecr.classification_id
327: and pes.element_set_id = pecr.element_set_id