DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on AR_SYSTEM_PARAMETERS

Line 519: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type

515: set_of_books_id gl_sets_of_books.set_of_books_id%type
516: := arp_global.set_of_books_id,
517: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type
518: := arp_global.chart_of_accounts_id,
519: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type
520: := arp_trx_global.system_info.system_parameters.salesrep_required_flag,
521: so_organization_id fnd_profile_option_values.profile_option_value%type
522: := oe_profile.value('SO_ORGANIZATION_ID'),
523: base_currency fnd_currencies.currency_code%type

Line 527: ar_system_parameters.code_combination_id_gain%type

523: base_currency fnd_currencies.currency_code%type
524: := arp_trx_global.system_info.base_currency,
525: receivable_gl_date ra_cust_trx_line_gl_dist.gl_date%type,
526: code_combination_id_gain
527: ar_system_parameters.code_combination_id_gain%type
528: := arp_global.sysparam.code_combination_id_gain,
529: accounting_method ar_system_parameters.accounting_method%type
530: := arp_global.sysparam.accounting_method,
531: use_inv_accounting_for_cm

Line 529: accounting_method ar_system_parameters.accounting_method%type

525: receivable_gl_date ra_cust_trx_line_gl_dist.gl_date%type,
526: code_combination_id_gain
527: ar_system_parameters.code_combination_id_gain%type
528: := arp_global.sysparam.code_combination_id_gain,
529: accounting_method ar_system_parameters.accounting_method%type
530: := arp_global.sysparam.accounting_method,
531: use_inv_accounting_for_cm
532: fnd_profile_option_values.profile_option_value%type
533: := arp_trx_global.profile_info.use_inv_acct_for_cm_flag,