DBA Data[Home] [Help]

APPS.HR_DIRBAL dependencies on PAY_BALANCE_DIMENSIONS

Line 164: from pay_balance_dimensions pbd,

160: l_return_date DATE;
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: --