DBA Data[Home] [Help]

APPS.HR_USER_INIT_EARN dependencies on PAY_BALANCE_CLASSIFICATIONS

Line 3510: from pay_balance_classifications bc,

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