DBA Data[Home] [Help]

APPS.PAY_ADHOC_UTILS_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 31: pay_element_classifications pec,

27: pay_element_types_f_tl pettl,
28: pay_element_entry_values_f peev,
29: pay_input_values_f piv,
30: pay_input_values_f_tl pivtl ,
31: pay_element_classifications pec,
32: pay_element_classifications_tl pectl
33: WHERE pet.element_type_id = pee.element_type_id
34: and pet.element_type_id = pettl.element_type_id
35: and pettl.language = userenv('LANG')

Line 32: pay_element_classifications_tl pectl

28: pay_element_entry_values_f peev,
29: pay_input_values_f piv,
30: pay_input_values_f_tl pivtl ,
31: pay_element_classifications pec,
32: pay_element_classifications_tl pectl
33: WHERE pet.element_type_id = pee.element_type_id
34: and pet.element_type_id = pettl.element_type_id
35: and pettl.language = userenv('LANG')
36: and pec.classification_id = pectl.classification_id