DBA Data[Home] [Help]

APPS.PAY_GB_PAYSLIP_ARCHIVE dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 381: FROM pay_element_classifications pec,

377: piv.input_value_id,
378: NVL(pet.reporting_name,pet.element_name) element_name,
379: pec.classification_name,
380: piv.uom
381: FROM pay_element_classifications pec,
382: pay_input_values_f piv,
383: pay_element_types_f pet
384: WHERE pec.classification_name IN ('Court Orders','Voluntary Deductions','Pre Tax Deductions',
385: 'PAYE','NI','Earnings','Direct Payment','Pre NI Deductions','Pre Tax and NI Deductions')