DBA Data[Home] [Help]

APPS.PQP_UTILITIES dependencies on PAY_ELEMENT_TYPE_INFO_TYPES

Line 215: FROM pay_element_type_info_types

211: -- type is allowed
212: CURSOR csr_mult_occur(p_information_type IN VARCHAR2)
213: IS
214: SELECT multiple_occurences_flag
215: FROM pay_element_type_info_types
216: WHERE information_type = p_information_type
217: AND active_inactive_flag = 'Y';
218:
219: -- Cursor to get Element type id for a given element Name.