DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_BALANCE_TYPES

Line 141: jurisdiction_lvl pay_balance_types.jurisdiction_level%type

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