DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPES_API dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 146: from pay_element_classifications

142: --
143: Cursor c_non_payments
144: is
145: select non_payments_flag, default_priority
146: from pay_element_classifications
147: where classification_id = p_classification_id;
148:
149: Cursor c_contributions_used
150: is