[Home] [Help]
APPS.PAY_IP_UTILITY dependencies on PAY_ELEMENT_CLASSIFICATIONS
Line 1282: FROM pay_element_classifications
1278:
1279: CURSOR get_element_class_csr IS
1280: SELECT classification_id
1281: ,classification_name
1282: FROM pay_element_classifications
1283: WHERE legislation_code = 'ZZ';
1284:
1285: BEGIN
1286: hr_utility.set_location('pay_ip_utility.ins_element_class_ownership',10);