DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on FND_CURRENCIES

Line 511: curr_precision fnd_currencies.precision%type,

507:
508: -- bug 7194381
509: TYPE Context_Rec_Type IS RECORD
510: (
511: curr_precision fnd_currencies.precision%type,
512: curr_mau fnd_currencies.minimum_accountable_unit%type,
513: set_of_books_id gl_sets_of_books.set_of_books_id%type
514: := arp_global.set_of_books_id,
515: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type

Line 512: curr_mau fnd_currencies.minimum_accountable_unit%type,

508: -- bug 7194381
509: TYPE Context_Rec_Type IS RECORD
510: (
511: curr_precision fnd_currencies.precision%type,
512: curr_mau fnd_currencies.minimum_accountable_unit%type,
513: set_of_books_id gl_sets_of_books.set_of_books_id%type
514: := arp_global.set_of_books_id,
515: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type
516: := arp_global.chart_of_accounts_id,

Line 521: base_currency fnd_currencies.currency_code%type

517: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type
518: := arp_trx_global.system_info.system_parameters.salesrep_required_flag,
519: so_organization_id fnd_profile_option_values.profile_option_value%type
520: := oe_profile.value('SO_ORGANIZATION_ID'),
521: base_currency fnd_currencies.currency_code%type
522: := arp_trx_global.system_info.base_currency,
523: receivable_gl_date ra_cust_trx_line_gl_dist.gl_date%type,
524: code_combination_id_gain
525: ar_system_parameters.code_combination_id_gain%type