DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on FND_CURRENCIES

Line 144: base_precision fnd_currencies.precision%type ,

140: gain_cc_id ar_system_parameters.code_combination_id_gain%TYPE ,
141: loss_cc_id ar_system_parameters.code_combination_id_loss%TYPE ,
142: round_cc_id ar_system_parameters.code_combination_id_round%TYPE ,
143: base_currency gl_sets_of_books.currency_code%TYPE ,
144: base_precision fnd_currencies.precision%type ,
145: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type ,
146: coa_id number ,
147: sob_type VARCHAR2(2)
148: );

Line 145: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type ,

141: loss_cc_id ar_system_parameters.code_combination_id_loss%TYPE ,
142: round_cc_id ar_system_parameters.code_combination_id_round%TYPE ,
143: base_currency gl_sets_of_books.currency_code%TYPE ,
144: base_precision fnd_currencies.precision%type ,
145: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type ,
146: coa_id number ,
147: sob_type VARCHAR2(2)
148: );
149:

Line 153: precision fnd_currencies.precision%TYPE ,

149:
150: ae_sys_rec ae_sys_rec_type;
151:
152: TYPE ae_curr_rec_type IS RECORD (
153: precision fnd_currencies.precision%TYPE ,
154: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE
155: );
156: --
157: --Rule record for earned and unearned discounts

Line 154: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE

150: ae_sys_rec ae_sys_rec_type;
151:
152: TYPE ae_curr_rec_type IS RECORD (
153: precision fnd_currencies.precision%TYPE ,
154: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE
155: );
156: --
157: --Rule record for earned and unearned discounts
158: --