DBA Data[Home] [Help]

APPS.HR_USER_INIT_EARN dependencies on PAY_BALANCE_CLASSIFICATIONS

Line 3508: from pay_balance_classifications bc,

3504: AND bt.balance_name not in ('FLSA Earnings','FLSA Hours')
3505: AND bt.balance_type_id = f.balance_type_id
3506: and bt.balance_type_id not in
3507: (select bc.balance_type_id
3508: from pay_balance_classifications bc,
3509: pay_element_classifications ec
3510: where ec.legislation_code = 'US'
3511: and ec.classification_name = 'Earnings'
3512: and bc.classification_id = ec.classification_id);