DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_ELEMENT_TYPES_F

Line 828: PAY_ELEMENT_TYPES_F e

824: e.element_information_category earnings_lookup_type,
825: e.classification_id,
826: e.element_information1 earnings_category
827: FROM PAY_ELEMENT_CLASSIFICATIONS c,
828: PAY_ELEMENT_TYPES_F e
829: WHERE e.element_name = p_element_type
830: and (e.business_group_id = p_bg_id
831: or e.business_group_id IS NULL
832: )