DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on GL_SETS_OF_BOOKS

Line 513: set_of_books_id gl_sets_of_books.set_of_books_id%type

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,
517: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type

Line 515: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type

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,
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