Search Results ar_system_parameters
Overview
AR_AI_ORG_V is a documented Oracle E-Business Suite view owned by the APPS schema and classified under the Receivables (AR) product family. Its stated purpose, per the ETRM metadata, is to select organizations from AR_SYSTEM_PARAMETERS. In practical terms, the view presents a consolidated list of Receivables operating unit organizations together with a special "ALL" pseudo-organization entry, exposing this information through two columns: ORGANIZATION and ORG_ID. Because Receivables is operating-unit enabled in Release 12, the operating unit an AR transaction belongs to is governed by the ORG_ID held against AR_SYSTEM_PARAMETERS. This view provides a simple, query-ready projection of that relationship, making it useful for reports, value sets, list-of-values definitions, and lightweight integration queries where a human-readable organization name must be paired with its numeric operating unit identifier.
Underlying Base Objects
The documented view text defines AR_AI_ORG_V as a UNION of two queries. The first query selects from AR_LOOKUPS, filtered on LOOKUP_TYPE = 'ALL', returning the lookup MEANING as ORGANIZATION and a literal -99 as ORG_ID. AR_LOOKUPS itself is exposed as a view. The second query joins HR_OPERATING_UNITS (also a view) to AR_SYSTEM_PARAMETERS (referenced in the metadata as a synonym), matching AR.ORG_ID = HR.ORGANIZATION_ID and returning HR.NAME as ORGANIZATION and AR.ORG_ID as ORG_ID. The combined result set is ordered by ORGANIZATION. The view therefore depends on three documented base objects: AR_LOOKUPS, HR_OPERATING_UNITS, and AR_SYSTEM_PARAMETERS. It inherits the operating unit context established by AR_SYSTEM_PARAMETERS and the descriptive organization names maintained in HR_OPERATING_UNITS.
Key Columns
- ORG_ID — The numeric operating unit identifier. Real Receivables operating units are sourced from AR_SYSTEM_PARAMETERS.ORG_ID. The synthetic first branch of the UNION contributes the fixed sentinel value -99, conventionally used to represent an "ALL" or "no specific organization" selection.
- ORGANIZATION — The descriptive organization name. For the HR-based branch this is HR_OPERATING_UNITS.NAME; for the lookup-based branch it is the AR_LOOKUPS.MEANING for LOOKUP_TYPE = 'ALL'. This column supplies the display text that accompanies each ORG_ID.
The view exposes no other columns; it is a deliberately narrow two-column projection intended for organizational identification rather than transactional reporting.
Common Use Cases and Queries
Typical scenarios include driving organization list-of-values, restricting report parameters by operating unit, and resolving an ORG_ID to a readable organization name in ad hoc extracts. The sentinel -99 row supports "all organizations" filtering logic in custom reports. A simple query lists all available organizations:
SELECT organization, org_id FROM apps.ar_ai_org_v ORDER BY organization;SELECT org_id FROM apps.ar_ai_org_v WHERE organization = :org_name;SELECT organization FROM apps.ar_ai_org_v WHERE org_id = :org_id;
Because results are ordered by ORGANIZATION, the view is convenient for value sets and pickers. Note that it reflects organizations configured in AR_SYSTEM_PARAMETERS; organizations without a Receivables system-parameters row do not appear in the second UNION branch.
-
View: AR_AI_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AI_ORG_V, object_name:AR_AI_ORG_V, status:VALID, product: AR - Receivables , description: Selects orgs from ar_system_parameters , implementation_dba_data: APPS.AR_AI_ORG_V ,
-
View: AR_AI_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AI_ORG_V, object_name:AR_AI_ORG_V, status:VALID, product: AR - Receivables , description: Selects orgs from ar_system_parameters , implementation_dba_data: APPS.AR_AI_ORG_V ,
-
Concurrent Program: ARXVATEX
12.2.2
execution_filename: ARXVATEX , product: AR - Receivables , user_name: ARXVATEX , description: VAT Exception Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: ARXVATEX
12.1.1
execution_filename: ARXVATEX , product: AR - Receivables , user_name: ARXVATEX , description: VAT Exception Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: ARXVATRN
12.2.2
execution_filename: ARXVATRN , product: AR - Receivables , user_name: ARXVATRN , description: Output VAT Reconciliation Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: ARXVATRN
12.1.1
execution_filename: ARXVATRN , product: AR - Receivables , user_name: ARXVATRN , description: Output VAT Reconciliation Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: ARXSTVRR
12.1.1
execution_filename: ARXSTVRR , product: AR - Receivables , user_name: ARXSTVRR , description: VAT Register , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: ARXSTVRR
12.2.2
execution_filename: ARXSTVRR , product: AR - Receivables , user_name: ARXSTVRR , description: VAT Register , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: ARXVATRV
12.2.2
execution_filename: ARXVATRV , product: AR - Receivables , user_name: ARXVATRV , description: Customers with Invoices at 0 VAT and no VAT Registration Number , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: ARXVATRV
12.1.1
execution_filename: ARXVATRV , product: AR - Receivables , user_name: ARXVATRV , description: Customers with Invoices at 0 VAT and no VAT Registration Number , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
View: AR_PERIODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PERIODS_V, object_name:AR_PERIODS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_PERIODS_V ,
-
View: AR_PERIODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PERIODS_V, object_name:AR_PERIODS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_PERIODS_V ,
-
View: AR_MISC_CASH_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_MISC_CASH_DISTRIBUTIONS_V, object_name:AR_MISC_CASH_DISTRIBUTIONS_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_MISC_CASH_DISTRIBUTIONS_V ,
-
View: AR_MISC_CASH_DISTRIBUTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_MISC_CASH_DISTRIBUTIONS_V, object_name:AR_MISC_CASH_DISTRIBUTIONS_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_MISC_CASH_DISTRIBUTIONS_V ,
-
View: AR_DUNNING_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DUNNING_HISTORY_V, object_name:AR_DUNNING_HISTORY_V, status:VALID, product: AR - Receivables , description: View dunning history information , implementation_dba_data: APPS.AR_DUNNING_HISTORY_V ,
-
View: AR_DUNNING_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DUNNING_HISTORY_V, object_name:AR_DUNNING_HISTORY_V, status:VALID, product: AR - Receivables , description: View dunning history information , implementation_dba_data: APPS.AR_DUNNING_HISTORY_V ,
-
View: AR_ALL_ENABLED_CURRENCIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ALL_ENABLED_CURRENCIES_V, object_name:AR_ALL_ENABLED_CURRENCIES_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_ALL_ENABLED_CURRENCIES_V ,
-
View: AR_ALL_ENABLED_CURRENCIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ALL_ENABLED_CURRENCIES_V, object_name:AR_ALL_ENABLED_CURRENCIES_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_ALL_ENABLED_CURRENCIES_V ,
-
View: AR_CUSTOMER_ACCOUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS, object_name:AR_CUSTOMER_ACCOUNTS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS ,
-
View: AR_CUSTOMER_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS, object_name:AR_CUSTOMER_ACCOUNTS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS ,
-
View: AR_TA_CUSTOMER_PROFILE_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_CUSTOMER_PROFILE_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_DEFAULT_TAX_CODE_V
12.1.1
product: AR - Receivables , description: View used to implement defaults of Tax Codes from within Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: AR_DEFAULT_TAX_CODE_V
12.2.2
product: AR - Receivables , description: View used to implement defaults of Tax Codes from within Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_GL_REC_CB_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_GL_REC_CB_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_RX_OTHER_APPLICATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RX_OTHER_APPLICATIONS_V, object_name:AR_RX_OTHER_APPLICATIONS_V, status:VALID, product: AR - Receivables , description: (Base view for RXi:Other Applications Report ) , implementation_dba_data: APPS.AR_RX_OTHER_APPLICATIONS_V ,
-
View: AR_CUSTOMER_ACCOUNTS_CA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CA, object_name:AR_CUSTOMER_ACCOUNTS_CA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CA ,
-
View: AR_CUSTOMER_ACCOUNTS_CA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CA, object_name:AR_CUSTOMER_ACCOUNTS_CA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CA ,
-
View: AR_CUSTOMER_ACCOUNTS_LA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LA, object_name:AR_CUSTOMER_ACCOUNTS_LA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LA ,
-
View: AR_CUSTOMER_ACCOUNTS_CE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CE, object_name:AR_CUSTOMER_ACCOUNTS_CE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CE ,
-
View: AR_CUSTOMER_ACCOUNTS_CE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CE, object_name:AR_CUSTOMER_ACCOUNTS_CE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CE ,
-
View: AR_CUSTOMER_ACCOUNTS_LA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LA, object_name:AR_CUSTOMER_ACCOUNTS_LA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LA ,
-
View: AR_CUSTOMER_ACCOUNTS_LE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LE, object_name:AR_CUSTOMER_ACCOUNTS_LE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LE ,
-
View: AR_CUSTOMER_ACCOUNTS_LE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LE, object_name:AR_CUSTOMER_ACCOUNTS_LE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LE ,
-
View: AR_INTEREST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTEREST_HEADERS_V, object_name:AR_INTEREST_HEADERS_V, status:VALID, product: AR - Receivables , description: Late Charge header preview work bench , implementation_dba_data: APPS.AR_INTEREST_HEADERS_V ,
-
View: AR_INTEREST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTEREST_HEADERS_V, object_name:AR_INTEREST_HEADERS_V, status:VALID, product: AR - Receivables , description: Late Charge header preview work bench , implementation_dba_data: APPS.AR_INTEREST_HEADERS_V ,
-
View: TAX_LINES_RMA_IMPORT_V
12.1.1
product: AR - Receivables , description: Lines subject to tax for the concurrent program AutoInvoice , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_RMA_IMPORT_V
12.2.2
product: AR - Receivables , description: Lines subject to tax for the concurrent program AutoInvoice , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_INVOICE_IMPORT_V
12.2.2
product: AR - Receivables , description: Lines subject to tax for the concurrent program AutoInvoice , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_INVOICE_IMPORT_V
12.1.1
product: AR - Receivables , description: Lines subject to tax for the concurrent program AutoInvoice , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_RECURR_INVOICE_V_A
12.1.1
product: AR - Receivables , description: Release 11 , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_RECURR_INVOICE_V_A
12.2.2
product: AR - Receivables , description: Release 11 , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_INVOICE_IMPORT_V_V
12.2.2
product: AR - Receivables , description: Release 11 , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_INVOICE_IMPORT_V_V
12.1.1
product: AR - Receivables , description: Release 11 , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_RMA_IMPORT_V_V
12.2.2
product: AR - Receivables , description: Lines subject to tax for the concurrent program AutoInvoice using Vertex integration. , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_RMA_IMPORT_V_V
12.1.1
product: AR - Receivables , description: Lines subject to tax for the concurrent program AutoInvoice using Vertex integration. , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_INVOICE_IMPORT_V_A
12.1.1
product: AR - Receivables , description: Release 11 , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_INVOICE_IMPORT_V_A
12.2.2
product: AR - Receivables , description: Release 11 , implementation_dba_data: Not implemented in this database ,
-
View: TAX_LINES_RMA_IMPORT_V_A
12.1.1
product: AR - Receivables , description: Lines subject to tax for the concurrent program AutoInvoice using Taxware integration. , implementation_dba_data: Not implemented in this database ,