DBA Data[Home] [Help]

APPS.ARP_TRX_GLOBAL dependencies on FND_CURRENCIES

Line 12: base_currency fnd_currencies.currency_code%type,

8: (
9: system_parameters arp_global.sysparam%type,
10: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
11: period_set_name gl_sets_of_books.period_set_name%type,
12: base_currency fnd_currencies.currency_code%type,
13: base_precision fnd_currencies.precision%type,
14: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type,
15: rev_based_on_salesrep BOOLEAN,
16: tax_based_on_salesrep BOOLEAN,

Line 13: base_precision fnd_currencies.precision%type,

9: system_parameters arp_global.sysparam%type,
10: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
11: period_set_name gl_sets_of_books.period_set_name%type,
12: base_currency fnd_currencies.currency_code%type,
13: base_precision fnd_currencies.precision%type,
14: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type,
15: rev_based_on_salesrep BOOLEAN,
16: tax_based_on_salesrep BOOLEAN,
17: unbill_based_on_salesrep BOOLEAN,

Line 14: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type,

10: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
11: period_set_name gl_sets_of_books.period_set_name%type,
12: base_currency fnd_currencies.currency_code%type,
13: base_precision fnd_currencies.precision%type,
14: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type,
15: rev_based_on_salesrep BOOLEAN,
16: tax_based_on_salesrep BOOLEAN,
17: unbill_based_on_salesrep BOOLEAN,
18: unearn_based_on_salesrep BOOLEAN,