DBA Data[Home] [Help]

APPS.HR_DIRBAL dependencies on PAY_DEFINED_BALANCES

Line 165: pay_defined_balances pdb

161: --
162: cursor get_dimension_type(c_defined_balance_id IN NUMBER) IS
163: select database_item_suffix
164: from pay_balance_dimensions pbd,
165: pay_defined_balances pdb
166: where pbd.balance_dimension_id = pdb.balance_dimension_id
167: and pdb.defined_balance_id = c_defined_balance_id;
168: --
169: BEGIN