DBA Data[Home] [Help]

APPS.PAY_ZA_UIF_REFUND_MARCH_2008 dependencies on PAY_BALANCE_DIMENSIONS

Line 81: , pay_balance_dimensions pbd

77: return number is
78: cursor c_get_def_bal_id is
79: select pdb.defined_balance_id
80: from pay_balance_types pbt
81: , pay_balance_dimensions pbd
82: , pay_defined_balances pdb
83: where pbt.balance_name = p_bal_name
84: and pbd.dimension_name = p_dim_name
85: and pbd.legislation_code = 'ZA'