DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on FND_CURRENCIES

Line 143: base_precision fnd_currencies.precision%type ,

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

Line 144: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type ,

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

Line 152: precision fnd_currencies.precision%TYPE ,

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

Line 153: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE

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