DBA Data[Home] [Help]

APPS.PAYBALUP dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 355: pay_element_classifications EC

351: select balance_feed_id
352: from pay_balance_feeds_f BF,
353: pay_input_values_f IV,
354: pay_element_types_f ET,
355: pay_element_classifications EC
356: where EC.balance_initialization_flag = 'Y'
357: and ET.classification_id = EC.classification_id
358: and ET.effective_start_date = to_date('0001/01/01','YYYY/MM/DD')
359: and ET.effective_end_date = to_date('4712/12/31','YYYY/MM/DD')