Search Results space_object_version_number
Overview
APPS.AHL_SPACE_UNAVABL_V is a reporting view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, owned by the APPS schema and registered under the FND Design Data path AHL.AHL_SPACE_UNAVABL_V. The object is classified as an internal view, carrying the standard Oracle restriction that it is intended solely for use by standard Oracle Applications programs rather than direct customer access.
The view presents consolidated information about space unavailability records within the Oracle Enterprise Asset Management (eAM) and Asset Lifecycle Management (ALM) domain, specifically the AHL (Asset) product family. It joins space definitions to their associated unavailability periods, organizational context, and department assignments, thereby offering a denormalized perspective suitable for reporting and integration purposes. The presence of both SPACE_OBJECT_VERSION_NUMBER and OBJECT_VERSION_NUMBER columns reflects Oracle's standard optimistic locking mechanism, which is the most likely subject of the user's search for "space_object_version_number."
Underlying Base Objects
According to documented ETRM 12.2.2 metadata, the view is defined over the following referenced base objects:
- AHL_SPACES_VL (VIEW) — source of space identity and descriptive attributes.
- AHL_SPACE_UNAVAILABLE_VL (VIEW) — source of unavailability period records.
- BOM_DEPARTMENTS (SYNONYM) — supplies department identifiers and descriptions.
- FND_LOOKUP_VALUES_VL (VIEW) — supplies lookup meanings for space category and status codes.
- HR_ALL_ORGANIZATION_UNITS (SYNONYM) — supplies organization name and organizational context.
The view therefore acts as a join layer, combining space master data with its temporal unavailability records while enriching both with department, lookup, and HR organization attributes.
Key Columns
- SPACE_ID — unique identifier for the space.
- SPACE_NAME — space name within an organization.
- SPACE_OBJECT_VERSION_NUMBER — locking sequence number for the parent space record; this is the column most closely matching the user's search term.
- BOM_DEPARTMENT_ID — foreign key to BOM_DEPARTMENTS.
- ORGANIZATION_ID — foreign key to HR_ALL_ORGANIZATION_UNITS.
- DEPT_DESCRIPTION — department description.
- ORG_NAME — organization name.
- SPACE_CATEGORY_CODE / SPACE_CATEGORY_MEAN — category code and its lookup meaning from FND_LOOKUP_VALUES_VL.
- STATUS_CODE / STATUS_MEAN — status code and meaning from FND_LOOKUPS.
- SPACE_UNAVAILABILITY_ID — primary key for the unavailability record.
- OBJECT_VERSION_NUMBER — locking sequence number for the unavailability record.
- START_DATE / END_DATE — unavailability period boundaries.
- DESCRIPTION — free-text description (up to 2000 characters).
- ORGANIZATION_CODE — organization short code.
Common Use Cases and Queries
Typical uses include reporting on spaces that are unavailable during a given window, identifying which departments or organizations own unavailable spaces, and reconciling optimistic-locking version numbers during integration. A representative query follows:
SELECT space_id, space_name, space_object_version_number, space_unavailability_id, object_version_number, start_date, end_date, status_meaning, org_name FROM apps.ahl_space_unavabl_v WHERE TRUNC(SYSDATE) BETWEEN start_date AND NVL(end_date, TRUNC(SYSDATE));
Because the view is flagged Oracle Internal Use Only, customers should query it for read-only reporting purposes and avoid depending on its structure for custom extensions.
-
VIEW: APPS.AHL_SPACE_UNAVABL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_UNAVABL_V, object_name:AHL_SPACE_UNAVABL_V, status:VALID,
-
View: AHL_SPACE_UNAVABL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_UNAVABL_V, object_name:AHL_SPACE_UNAVABL_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to space restriction information , implementation_dba_data: APPS.AHL_SPACE_UNAVABL_V ,
-
VIEW: APPS.AHL_SPACE_CAPBLTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_CAPBLTS_V, object_name:AHL_SPACE_CAPBLTS_V, status:VALID,
-
VIEW: APPS.AHL_SPACE_UNAVABL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_UNAVABL_V, object_name:AHL_SPACE_UNAVABL_V, status:VALID,
-
VIEW: APPS.AHL_SPACE_CAPBLTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_CAPBLTS_V, object_name:AHL_SPACE_CAPBLTS_V, status:VALID,
-
View: AHL_SPACE_CAPBLTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_CAPBLTS_V, object_name:AHL_SPACE_CAPBLTS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to space and its capabilities , implementation_dba_data: APPS.AHL_SPACE_CAPBLTS_V ,
-
View: AHL_SPACE_UNAVABL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_UNAVABL_V, object_name:AHL_SPACE_UNAVABL_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to space restriction information , implementation_dba_data: APPS.AHL_SPACE_UNAVABL_V ,
-
View: AHL_SPACE_CAPBLTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_CAPBLTS_V, object_name:AHL_SPACE_CAPBLTS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to space and its capabilities , implementation_dba_data: APPS.AHL_SPACE_CAPBLTS_V ,
-
eTRM - AHL Tables and Views
12.1.1
description: Ahl Production Workorder Operations Information stored in this table ,
-
eTRM - AHL Tables and Views
12.2.2
description: Ahl Production Workorder Operations Information stored in this table ,