DBA Data[Home] [Help]

APPS.PAY_ELEMENT_SETS_PKG dependencies on PAY_ELEMENT_TYPES_F

Line 108: pay_element_types_f et,

104: where ecl.classification_id = p_classification_id
105: and exists
106: (select null
107: from pay_element_type_rules etr,
108: pay_element_types_f et,
109: pay_element_classifications ecl2
110: where etr.element_set_id = p_element_set_id
111: and et.element_type_id = etr.element_type_id
112: and ecl2.classification_id = et.classification_id