DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 1179: from pay_element_classifications

1175: ) IS
1176:
1177: cursor csr_classification is
1178: select non_payments_flag
1179: from pay_element_classifications
1180: where classification_id in ( select distinct classification_id
1181: from pay_element_types_f
1182: where element_type_id = p_element_type_id);
1183: