DBA Data[Home] [Help]

APPS.PAY_IP_BAL_UPL_STRUCT dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 312: pay_element_classifications EC

308: select balance_feed_id
309: from pay_balance_feeds_f BF,
310: pay_input_values_f IV,
311: pay_element_types_f ET,
312: pay_element_classifications EC
313: where EC.classification_name = 'Balance Initialization'
314: and ET.classification_id = EC.classification_id
315: and IV.element_type_id = ET.element_type_id
316: and IV.input_value_id = BF.input_value_id