DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_BALANCE_TYPES

Line 138: jurisdiction_lvl pay_balance_types.jurisdiction_level%type

134: balance_value number,
135: --
136: /* These are internal values set by the procedures */
137: balance_found boolean,
138: jurisdiction_lvl pay_balance_types.jurisdiction_level%type
139: );
140: type t_detailed_bal_out_tab is table of t_detailed_bal_out_rec
141: index by binary_integer;
142: --