DBA Data[Home] [Help]

APPS.PAY_CA_YEER_PKG dependencies on PAY_BALANCE_TYPES

Line 368: from pay_balance_types bal, pay_balance_types_tl tl

364:
365: select replace(replace(replace(replace(tl.balance_name,'T4A'),
366: 'T4'), 'RL1' ), '_' )
367: into l_bal_name
368: from pay_balance_types bal, pay_balance_types_tl tl
369: where upper(bal.balance_name) = upper(cp_bal_name)
370: and tl.balance_type_id = bal.balance_type_id
371: and tl.language = userenv('LANG');
372: