DBA Data[Home] [Help]

APPS.PAY_SA_ARCHIVE dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 7: classification_name pay_element_classifications.classification_name%type

3:
4: g_debug boolean := hr_utility.debug_enabled;
5:
6: TYPE element_rec IS RECORD (
7: classification_name pay_element_classifications.classification_name%type
8: ,element_name pay_element_types_f.element_name%type
9: ,element_type_id pay_element_types_f.element_type_id%type
10: ,input_value_id pay_input_values_f.input_value_id%type
11: ,element_type VARCHAR2(1)

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 1351: , pay_element_classifications classification

1347: ,iv.uom uom
1348: FROM pay_element_types_f et
1349: , pay_element_types_f_tl pettl
1350: , pay_input_values_f iv
1351: , pay_element_classifications classification
1352: WHERE et.element_type_id = iv.element_type_id
1353: AND et.element_type_id = pettl.element_type_id
1354: AND pettl.language = USERENV('LANG')
1355: AND iv.name = 'Pay Value'

Line 1378: , pay_element_classifications classification

1374: ,iv.uom uom
1375: FROM pay_element_types_f et
1376: , pay_element_types_f_tl pettl
1377: , pay_input_values_f iv
1378: , pay_element_classifications classification
1379: WHERE et.element_type_id = iv.element_type_id
1380: AND et.element_type_id = pettl.element_type_id
1381: AND pettl.language = USERENV('LANG')
1382: AND iv.name = 'Pay Value'

Line 2039: ,pay_element_classifications pec

2035: ,hoi.org_information3 element_narrative
2036: ,pec.classification_name
2037: ,piv.uom
2038: FROM hr_organization_information hoi
2039: ,pay_element_classifications pec
2040: ,pay_element_types_f pet
2041: ,pay_input_values_f piv
2042: WHERE hoi.organization_id = p_bus_grp_id
2043: AND hoi.org_information_context = 'SA_PAYSLIP_ELEMENTS'