DBA Data[Home] [Help]

APPS.PYSGBUPL dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 302: pay_element_classifications EC

298: select balance_feed_id
299: from pay_balance_feeds_f BF,
300: pay_input_values_f IV,
301: pay_element_types_f ET,
302: pay_element_classifications EC
303: where EC.classification_name = 'Balance Initialization'
304: and ET.classification_id = EC.classification_id
305: and IV.element_type_id = ET.element_type_id
306: and IV.input_value_id = BF.input_value_id