DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 2207: PAY_ELEMENT_CLASSIFICATIONS pec

2203: is
2204: SELECT nvl(INCLUSION_FLAG, 'Y')
2205: FROM PAY_ELEMENT_CLASS_USAGES_F pecu,
2206: PAY_ELEMENT_TYPES_F pet,
2207: PAY_ELEMENT_CLASSIFICATIONS pec
2208: WHERE pet.element_type_id = p_element_type_id
2209: AND pet.classification_id = pecu.classification_id
2210: AND pec.classification_id = pet.classification_id
2211: -- Only checking for primary classifications here