DBA Data[Home] [Help]

APPS.PAY_GB_RETRO_UPGRADE dependencies on PAY_ELEMENT_SETS

Line 176: pay_element_sets pes

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
179: and (pes.business_group_id = pet.business_group_id
180: or pet.legislation_code = cp_legislation_code)

Line 366: pay_element_sets pes

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
369: and (pes.business_group_id = pet.business_group_id
370: or pet.legislation_code = cp_legislation_code)