DBA Data[Home] [Help]

APPS.PQP_US_PENSION_EXTRACTS dependencies on PAY_ELEMENT_TYPE_EXTRA_INFO

Line 1268: FROM pay_element_type_extra_info

1264: CURSOR csr_ext_id (c_element_type_id IN NUMBER
1265: ,c_information_type IN VARCHAR2) IS
1266: SELECT eei_information4
1267: ,eei_information6
1268: FROM pay_element_type_extra_info
1269: WHERE information_type = c_information_type
1270: AND element_type_id = c_element_type_id;
1271:
1272: