Search Results org_access_view
Overview
ORG_ACCESS_VIEW is an APPS-owned database view in the Oracle EBS Inventory (INV) product. Its documented purpose is to resolve all organizations available for each responsibility, providing a consolidated list of inventory organizations a given responsibility is authorized to access. Rather than requiring report developers and integration builders to reconstruct organization security logic manually, the view encapsulates the intersection of organization definitions, inventory parameters, accounting information, and responsibility-level access control into a single queryable object.
The view is central to the Oracle EBS multi-organization security model, which uses the ORG_ACCESS table to grant or deny specific responsibilities access to specific inventory organizations. The user search term "resp_application_id" corresponds directly to the RESP_APPLICATION_ID column of this view, an alias for FND_RESPONSIBILITY.APPLICATION_ID. This column, together with RESPONSIBILITY_ID, forms the composite key used to join organization access records to responsibilities, and is therefore one of the most frequently referenced columns when building custom organization-security queries, reports, and interfaces.
Underlying Base Objects
The view selects from HR_ALL_ORGANIZATION_UNITS (aliased HOU) and its translation table HR_ALL_ORGANIZATION_UNITS_TL (HOUT), joined on ORGANIZATION_ID with the language restricted to USERENV('LANG'). HR_ORGANIZATION_INFORMATION is referenced twice: HOI1 filters the 'CLASS' context to identify inventory organizations (ORG_INFORMATION1 = 'INV' and ORG_INFORMATION2 = 'Y'), while HOI2 supplies the 'ACCOUNTING INFORMATION' context and maps the organization to a set of books. MTL_PARAMETERS (MP) provides the organization code, and GL_SETS_OF_BOOKS (a view, GSOB) supplies SET_OF_BOOKS_ID and CHART_OF_ACCOUNTS_ID. FND_RESPONSIBILITY (R) contributes the responsibility and application identifiers.
Security filtering is applied through the HR_SECURITY package and the HR_GENERAL package, the latter handling business group profile options including cross-business-group behavior. The critical access control predicate joins to ORG_ACCESS: an organization is returned either when an explicit, non-expired ORG_ACCESS row exists for the given RESP_APPLICATION_ID and RESPONSIBILITY_ID, or when no ORG_ACCESS row exists at all for that organization. All nine referenced base objects are documented in the ETRM metadata, and the view excludes organizations whose DATE_TO has passed.
Key Columns
- ORGANIZATION_ID — Primary identifier of the inventory organization.
- RESPONSIBILITY_ID — The responsibility granted (or inheriting) access to the organization.
- RESP_APPLICATION_ID — Application owning the responsibility; combined with RESPONSIBILITY_ID it uniquely identifies the responsibility context.
- ORGANIZATION_CODE — Inventory organization code from MTL_PARAMETERS.
- ORGANIZATION_NAME — Translated organization name from HR_ALL_ORGANIZATION_UNITS_TL.
- BUSINESS_GROUP_ID — Business group of the organization.
- SET_OF_BOOKS_ID and CHART_OF_ACCOUNTS_ID — Accounting context from GL_SETS_OF_BOOKS.
- INVENTORY_ENABLED_FLAG — Derived from ORG_INFORMATION2 of the INV class context; 'Y' for inventory-enabled organizations.
Common Use Cases and Queries
The view is typically used to enumerate valid organizations for LOVs, concurrent program parameter lists, custom reports, and interface validation. A common query returns all organizations accessible to a specific responsibility:
SELECT organization_id, organization_code, organization_name FROM apps.org_access_view WHERE responsibility_id = :resp_id AND resp_application_id = :resp_appl_id;SELECT DISTINCT organization_id FROM apps.org_access_view WHERE resp_application_id = 401;— useful when validating organization-level data loads.- Joining ORG_ACCESS_VIEW to inventory transaction tables restricts reporting to authorized organizations, aligning custom extracts with EBS security.
Because the view evaluates ORG_ACCESS and HR_SECURITY at runtime, results reflect current access grants and organization end-dating, making it suitable for both interactive reporting and scheduled integrations.
-
View: ORG_ACCESS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ACCESS_VIEW, object_name:ORG_ACCESS_VIEW, status:VALID, product: INV - Inventory , description: Organization access view resolving all organizations available for each responsibility , implementation_dba_data: APPS.ORG_ACCESS_VIEW ,
-
View: ORG_ACCESS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ACCESS_VIEW, object_name:ORG_ACCESS_VIEW, status:VALID, product: INV - Inventory , description: Organization access view resolving all organizations available for each responsibility , implementation_dba_data: APPS.ORG_ACCESS_VIEW ,
-
VIEW: APPS.WMS_ACCESS_RULES_LOV_V
12.1.1
-
VIEW: APPS.WMS_ACCESS_RULES_LOV_V
12.2.2
-
APPS.GMD_FORMULA_ANALYSIS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMO_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.GMO_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.GMD_FORMULA_IBOM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_FORMULA_IBOM, status:VALID,
-
APPS.GMD_FORMULA_ANALYSIS SQL Statements
12.2.2
-
SYNONYM: APPS.ORG_ACCESS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ORG_ACCESS, status:VALID,
-
PACKAGE BODY: APPS.GMD_FORMULA_IBOM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_FORMULA_IBOM, status:VALID,
-
SYNONYM: APPS.ORG_ACCESS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ORG_ACCESS, status:VALID,
-
PACKAGE BODY: APPS.GMO_DOCUMENT_NUMBERS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_DOCUMENT_NUMBERS_PVT, status:VALID,
-
PACKAGE BODY: APPS.BOMPIINQ
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOMPIINQ, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOMRASSY_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOMRASSY_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_RECIPE_VAL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_RECIPE_VAL, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOMRASSY_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOMRASSY_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_ITEM_TECHNICAL_DATA_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_ITEM_TECHNICAL_DATA_PUB, status:VALID,
-
PACKAGE BODY: APPS.ENG_ENGRCNDR_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_ENGRCNDR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.ENG_ENGRCNDR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_ENGRCNDR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.BOMPIINQ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOMPIINQ, status:VALID,
-
PACKAGE BODY: APPS.INV_TRANSACTION_LOVS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_TRANSACTION_LOVS, status:VALID,
-
PACKAGE BODY: APPS.GMO_DOCUMENT_NUMBERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_DOCUMENT_NUMBERS_PVT, status:VALID,
-
PACKAGE BODY: APPS.BOM_DELETE_ENTITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_DELETE_ENTITY, status:VALID,
-
PACKAGE BODY: APPS.GMD_ITEM_TECHNICAL_DATA_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_ITEM_TECHNICAL_DATA_PUB, status:VALID,
-
PACKAGE BODY: APPS.BOM_DELETE_ENTITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_DELETE_ENTITY, status:VALID,
-
PACKAGE BODY: APPS.BOM_IMPLODER_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_IMPLODER_PUB, status:VALID,
-
PACKAGE BODY: APPS.BOM_IMPLODER_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_IMPLODER_PUB, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOMRWUIT_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOMRWUIT_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_RECIPE_VAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_RECIPE_VAL, status:VALID,
-
PACKAGE BODY: APPS.INV_TRANSACTION_LOVS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_TRANSACTION_LOVS, status:VALID,
-
PACKAGE BODY: APPS.AZW_PROC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AZW_PROC, status:VALID,
-
PACKAGE BODY: APPS.EAM_LINEAR_LOCATIONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_LINEAR_LOCATIONS_PUB, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOMRWUIT_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOMRWUIT_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_RECIPE_FETCH_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_RECIPE_FETCH_PUB, status:VALID,
-
PACKAGE BODY: APPS.AZW_PROC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AZW_PROC, status:VALID,
-
PACKAGE BODY: APPS.GMD_FORMULA_ANALYSIS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_FORMULA_ANALYSIS, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOMRBOMS_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOMRBOMS_XMLP_PKG, status:VALID,
-
APPS.GMO_UTILITIES SQL Statements
12.1.1
-
PACKAGE BODY: APPS.EGO_ITEM_LC_IMP_PC_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_ITEM_LC_IMP_PC_PUB, status:VALID,
-
PACKAGE BODY: APPS.GMD_RECIPE_FETCH_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_RECIPE_FETCH_PUB, status:VALID,
-
PACKAGE BODY: APPS.EAM_LINEAR_LOCATIONS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_LINEAR_LOCATIONS_PUB, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOMRBOMS_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_BOMRBOMS_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_FORMULA_ANALYSIS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_FORMULA_ANALYSIS, status:VALID,
-
PACKAGE BODY: APPS.EGO_ITEM_LC_IMP_PC_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_ITEM_LC_IMP_PC_PUB, status:VALID,
-
APPS.GMO_UTILITIES SQL Statements
12.2.2
-
PACKAGE BODY: APPS.EGO_ITEM_ASSOCIATIONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_ITEM_ASSOCIATIONS_PUB, status:VALID,
-
View: GMD_ORG_ACCESS_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ORG_ACCESS_VW, object_name:GMD_ORG_ACCESS_VW, status:VALID, product: GMD - Process Manufacturing Product Development , description: View that can be used in place of org_access_view for performance tuning , implementation_dba_data: APPS.GMD_ORG_ACCESS_VW ,
-
PACKAGE BODY: APPS.GMD_RESULTS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_RESULTS_PUB, status:VALID,
-
APPS.GMD_FORMULA_IBOM SQL Statements
12.1.1