[Home] [Help]
2829: cursor c_pay_bal is
2830: select c.defined_balance_id ID
2831: from pay_defined_balances c ,
2832: pay_balance_types a ,
2833: pay_balance_dimensions b
2834: where
2835: a.balance_type_id = c.balance_type_id
2836: and c.balance_dimension_id = b.balance_dimension_id
2837: and b.dimension_level in ( 'PER' ,'ASG')