DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on PAY_DEFINED_BALANCES

Line 4251: pay_defined_balances pdb

4247: select pbt.balance_name||' - '||pbd.dimension_name dsp_name
4248: -- pdb.defined_balance_id defined_balance_id
4249: from pay_balance_types pbt,
4250: pay_balance_dimensions pbd,
4251: pay_defined_balances pdb
4252: where nvl(pdb.business_group_id, p_business_group_id) = p_business_group_id
4253: and pdb.balance_type_id = pbt.balance_type_id
4254: and pdb.balance_dimension_id = pbd.balance_dimension_id
4255: and pdb.defined_balance_id = p_defined_balance_id ;