DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PAY_BALANCE_TYPES

Line 8: type r_allowance_bal is record (balance_name pay_balance_types.balance_name%type, balance_value number);

4: level_cnt number;
5: pkg_lump_sum_c_def_bal_id number;
6: g_fbt_defined_balance_id pay_defined_balances.defined_balance_id%type;
7: --
8: type r_allowance_bal is record (balance_name pay_balance_types.balance_name%type, balance_value number);
9: type tab_allownace_balance is table of r_allowance_bal index by binary_integer;
10: t_allowance_balance tab_allownace_balance;
11: t_union_table tab_allownace_balance;
12: --