DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 1247: from pay_element_classifications

1243: ) IS
1244:
1245: cursor csr_classification is
1246: select non_payments_flag
1247: from pay_element_classifications
1248: where classification_id in ( select distinct classification_id
1249: from pay_element_types_f
1250: where element_type_id = p_element_type_id);
1251: