DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 2328: PAY_ELEMENT_CLASSIFICATIONS pec

2324: is
2325: SELECT nvl(INCLUSION_FLAG, 'Y')
2326: FROM PAY_ELEMENT_CLASS_USAGES_F pecu,
2327: PAY_ELEMENT_TYPES_F pet,
2328: PAY_ELEMENT_CLASSIFICATIONS pec
2329: WHERE pet.element_type_id = p_element_type_id
2330: AND pet.classification_id = pecu.classification_id
2331: AND pec.classification_id = pet.classification_id
2332: -- Only checking for primary classifications here