DBA Data[Home] [Help]

APPS.PAY_IN_BAL_UPL_STRUCT dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 420: pay_element_classifications EC

416: select balance_feed_id
417: from pay_balance_feeds_f BF,
418: pay_input_values_f IV,
419: pay_element_types_f ET,
420: pay_element_classifications EC
421: where EC.classification_name = 'Balance Initialization'
422: and ET.classification_id = EC.classification_id
423: and IV.element_type_id = ET.element_type_id
424: and IV.input_value_id = BF.input_value_id