Search Results ahl_ltp_space_category
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.
-
Lookup Type: AHL_LTP_SPACE_CATEGORY
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Space Category , description: Space Category ,
-
Lookup Type: AHL_LTP_SPACE_CATEGORY
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Space Category , description: Space Category ,
-
VIEW: APPS.AHL_SPACE_UNAVABL_V
12.1.1
-
VIEW: APPS.AHL_SPACE_UNAVABL_V
12.2.2
-
VIEW: APPS.AHL_SPACE_CAPBLTS_V
12.1.1
-
VIEW: APPS.AHL_SPACE_CAPBLTS_V
12.2.2
-
VIEW: APPS.AHL_SEARCH_VISITS_V
12.1.1
-
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_VISITS_INFO_V
12.1.1
-
VIEW: APPS.AHL_VISITS_INFO_V
12.2.2
-
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 ,
-
VIEW: APPS.AHL_SEARCH_VISITS_V
12.2.2
-
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_VISITS_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISITS_INFO_V, object_name:AHL_VISITS_INFO_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit information , implementation_dba_data: APPS.AHL_VISITS_INFO_V ,
-
View: AHL_SEARCH_VISITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SEARCH_VISITS_V, object_name:AHL_SEARCH_VISITS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visits information by search visits screen , implementation_dba_data: APPS.AHL_SEARCH_VISITS_V ,
-
12.1.1 FND Design Data
12.1.1
-
View: AHL_VISITS_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISITS_INFO_V, object_name:AHL_VISITS_INFO_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit information , implementation_dba_data: APPS.AHL_VISITS_INFO_V ,
-
View: AHL_SEARCH_VISITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SEARCH_VISITS_V, object_name:AHL_SEARCH_VISITS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visits information by search visits screen , implementation_dba_data: APPS.AHL_SEARCH_VISITS_V ,
-
12.2.2 FND Design Data
12.2.2
-
View: AHL_MR_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_HEADERS_V, object_name:AHL_MR_HEADERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_HEADERS_VL with FND_LOOKUP_VALUES_VL to include all the corresponding descriptions of the codes and with AHL_MR_HEADERS_B to get the Preceding MR Title & Revision. , implementation_dba_data: APPS.AHL_MR_HEADERS_V ,
-
VIEW: APPS.AHL_MR_HEADERS_V
12.2.2
-
VIEW: APPS.AHL_MR_HEADERS_V
12.1.1
-
View: AHL_MR_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_HEADERS_V, object_name:AHL_MR_HEADERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_HEADERS_VL with FND_LOOKUP_VALUES_VL to include all the corresponding descriptions of the codes and with AHL_MR_HEADERS_B to get the Preceding MR Title & Revision. , implementation_dba_data: APPS.AHL_MR_HEADERS_V ,
-
APPS.AHL_VWP_VISITS_PVT SQL Statements
12.1.1
-
APPS.AHL_VWP_VISITS_PVT SQL Statements
12.2.2
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on AHL_SPACES_VL
12.2.2
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on FND_LOOKUP_VALUES_VL
12.1.1
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on FND_LOOKUP_VALUES_VL
12.2.2
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on AHL_SPACES_VL
12.1.1
-
APPS.AHL_UMP_SMRINSTANCE_PVT SQL Statements
12.2.2
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on BOM_DEPARTMENTS
12.1.1
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on BOM_DEPARTMENTS
12.2.2
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.2.2
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on AHL_SPACE_ASSIGNMENTS
12.2.2
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on AHL_SPACE_ASSIGNMENTS
12.1.1
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_SCHEDULE_PVT
12.2.2
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_SCHEDULE_PVT
12.1.1
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_ASSIGN_PVT
12.1.1
-
PACKAGE BODY: APPS.AHL_VWP_VISITS_PVT
12.1.1
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_ASSIGN_PVT
12.2.2
-
APPS.AHL_UMP_SMRINSTANCE_PVT dependencies on AHL_VISIT_TASKS_B
12.2.2
-
PACKAGE BODY: APPS.AHL_UMP_SMRINSTANCE_PVT
12.2.2
-
APPS.AHL_UMP_SMRINSTANCE_PVT dependencies on AHL_VISITS_B
12.2.2
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on FND_API
12.1.1
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on FND_API
12.2.2
-
PACKAGE BODY: APPS.AHL_VWP_VISITS_PVT
12.2.2
-
APPS.AHL_LTP_SPACE_ASSIGN_PVT dependencies on FND_API
12.1.1
-
APPS.AHL_LTP_SPACE_ASSIGN_PVT dependencies on FND_API
12.2.2