DBA Data[Home] [Help]

APPS.PAY_SA_ARCHIVE dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 202: ,pay_element_classifications pec

198: ,hoi.org_information3 element_narrative
199: ,pec.classification_name
200: ,piv.uom
201: FROM hr_organization_information hoi
202: ,pay_element_classifications pec
203: ,pay_element_types_f pet
204: ,pay_input_values_f piv
205: WHERE hoi.organization_id = p_bus_grp_id
206: AND hoi.org_information_context = 'SA_PAYSLIP_ELEMENTS'

Line 1338: , pay_element_classifications classification

1334: ,iv.uom uom
1335: FROM pay_element_types_f et
1336: , pay_element_types_f_tl pettl
1337: , pay_input_values_f iv
1338: , pay_element_classifications classification
1339: WHERE et.element_type_id = iv.element_type_id
1340: AND et.element_type_id = pettl.element_type_id
1341: AND pettl.language = USERENV('LANG')
1342: AND iv.name = 'Pay Value'

Line 1365: , pay_element_classifications classification

1361: ,iv.uom uom
1362: FROM pay_element_types_f et
1363: , pay_element_types_f_tl pettl
1364: , pay_input_values_f iv
1365: , pay_element_classifications classification
1366: WHERE et.element_type_id = iv.element_type_id
1367: AND et.element_type_id = pettl.element_type_id
1368: AND pettl.language = USERENV('LANG')
1369: AND iv.name = 'Pay Value'

Line 1931: ,pay_element_classifications pec

1927: ,hoi.org_information3 element_narrative
1928: ,pec.classification_name
1929: ,piv.uom
1930: FROM hr_organization_information hoi
1931: ,pay_element_classifications pec
1932: ,pay_element_types_f pet
1933: ,pay_input_values_f piv
1934: WHERE hoi.organization_id = p_bus_grp_id
1935: AND hoi.org_information_context = 'SA_PAYSLIP_ELEMENTS'