DBA Data[Home] [Help]

APPS.PAY_DEFINED_BALANCES_PKG dependencies on PAY_BALANCE_TYPES

Line 410: from pay_balance_types

406: --
407: cursor get_bal_cat_id(p_bal_type number)
408: is
409: select balance_category_id
410: from pay_balance_types
411: where balance_type_id = p_bal_type;
412: --
413: cursor get_eff_date
414: is