Search Results ahl_space_unavailable_b
Overview
The AHL_SPACE_UNAVAILABLE_B table is a core data object within the Oracle E-Business Suite (EBS) module for Complex Maintenance, Repair, and Overhaul (AHL). It serves as the primary transactional table for defining and storing space restrictions within a maintenance facility. In the context of asset and service management, this table is critical for capacity planning and scheduling, as it records periods when specific physical spaces (e.g., hangar bays, workshop stalls, inspection docks) are unavailable for work assignments. This ensures that maintenance operations, job scheduling, and resource allocation logic respect these constraints, preventing the booking of tasks into unavailable locations.
Key Information Stored
While the provided metadata does not list all columns, the structure centers on the SPACE_UNAVAILABILITY_ID, which is the table's primary key. This unique identifier is the anchor for all related data. The most critical foreign key is the SPACE_ID column, which links directly to the AHL_SPACES_B table to identify the specific physical location under restriction. Other typical columns in such a table would include effective start and end dates/times for the unavailability period, a reason code or description for the restriction, and creation/update audit information. The table's design as a "_B" (base) table indicates it holds the core transactional data, which is then paired with a corresponding "_TL" (translation) table for multilingual support.
Common Use Cases and Queries
The primary use case is to query active space restrictions during the scheduling of maintenance visits or jobs. A common operational report would list all current and future unavailability for a facility. Sample SQL to find unavailable spaces within a specific date range would join to the AHL_SPACES_B table to get space details:
SELECT sp.space_name, su.start_date_time, su.end_date_time FROM ahl_space_unavailable_b su, ahl_spaces_b sp WHERE su.space_id = sp.space_id AND su.start_date_time <= :p_end_date AND su.end_date_time >= :p_start_date;
Another critical use is validation within scheduling APIs or custom programs, where a check against this table is performed before assigning a work order to a space to prevent conflicts.
Related Objects
The table exists within a defined hierarchy of related AHL objects. The documented foreign key relationships are:
- AHL_SPACES_B: This is the parent table, joined via
AHL_SPACE_UNAVAILABLE_B.SPACE_ID = AHL_SPACES_B.SPACE_ID. This relationship ensures every restriction is defined for a valid, existing physical space. - AHL_SPACE_UNAVAILABLE_TL: This is the child translation table, joined via
AHL_SPACE_UNAVAILABLE_B.SPACE_UNAVAILABILITY_ID = AHL_SPACE_UNAVAILABLE_TL.SPACE_UNAVAILABILITY_ID. It stores multilingual descriptions for the unavailability reason, supporting global deployments.
Given its function, this table is also likely referenced by various AHL scheduling and capacity planning APIs and may be used by views that aggregate resource availability data.
-
Table: AHL_SPACE_UNAVAILABLE_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACE_UNAVAILABLE_B, object_name:AHL_SPACE_UNAVAILABLE_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about space restrictions , implementation_dba_data: AHL.AHL_SPACE_UNAVAILABLE_B ,
-
Table: AHL_SPACE_UNAVAILABLE_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACE_UNAVAILABLE_B, object_name:AHL_SPACE_UNAVAILABLE_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about space restrictions , implementation_dba_data: AHL.AHL_SPACE_UNAVAILABLE_B ,
-
APPS.AHL_APPR_SPACE_UNAVL_PVT dependencies on AHL_SPACE_UNAVAILABLE_B
12.2.2
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on AHL_SPACE_UNAVAILABLE_B
12.2.2
-
APPS.AHL_LTP_SPACE_ASSIGN_PVT dependencies on AHL_SPACE_UNAVAILABLE_B
12.1.1
-
APPS.AHL_LTP_SPACE_UNAVL_PVT dependencies on AHL_SPACE_UNAVAILABLE_B
12.1.1
-
APPS.AHL_LTP_SPACE_UNAVL_PVT dependencies on AHL_SPACE_UNAVAILABLE_B
12.2.2
-
APPS.AHL_APPR_SPACE_UNAVL_PVT dependencies on AHL_SPACE_UNAVAILABLE_B
12.1.1
-
APPS.AHL_SPACE_UNAVAILABLE_PKG dependencies on AHL_SPACE_UNAVAILABLE_B
12.2.2
-
APPS.AHL_LTP_SPACE_ASSIGN_PVT dependencies on AHL_SPACE_UNAVAILABLE_B
12.2.2
-
APPS.AHL_SPACE_UNAVAILABLE_PKG dependencies on AHL_SPACE_UNAVAILABLE_B
12.1.1
-
APPS.AHL_LTP_SPACE_SCHEDULE_PVT dependencies on AHL_SPACE_UNAVAILABLE_B
12.1.1
-
APPS.AHL_SPACE_UNAVAILABLE_PKG dependencies on AHL_SPACE_UNAVAILABLE_B_S
12.1.1
-
APPS.AHL_SPACE_UNAVAILABLE_PKG dependencies on AHL_SPACE_UNAVAILABLE_B_S
12.2.2
-
SYNONYM: APPS.AHL_SPACE_UNAVAILABLE_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_SPACE_UNAVAILABLE_B, status:VALID,
-
APPS.AHL_SPACE_UNAVAILABLE_PKG SQL Statements
12.2.2
-
VIEW: AHL.AHL_SPACE_UNAVAILABLE_B#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_SPACE_UNAVAILABLE_B#, status:VALID,
-
SYNONYM: APPS.AHL_SPACE_UNAVAILABLE_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_SPACE_UNAVAILABLE_B, status:VALID,
-
APPS.AHL_SPACE_UNAVAILABLE_PKG SQL Statements
12.1.1
-
VIEW: APPS.AHL_SPACE_UNAVAILABLE_VL
12.1.1
-
VIEW: APPS.AHL_SPACE_UNAVAILABLE_VL
12.2.2
-
VIEW: AHL.AHL_SPACE_UNAVAILABLE_B#
12.2.2
-
Table: AHL_SPACE_UNAVAILABLE_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACE_UNAVAILABLE_TL, object_name:AHL_SPACE_UNAVAILABLE_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about space restrictions(Translation Table) , implementation_dba_data: AHL.AHL_SPACE_UNAVAILABLE_TL ,
-
Table: AHL_SPACES_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACES_B, object_name:AHL_SPACES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about spaces , implementation_dba_data: AHL.AHL_SPACES_B ,
-
Table: AHL_SPACE_UNAVAILABLE_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACE_UNAVAILABLE_TL, object_name:AHL_SPACE_UNAVAILABLE_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about space restrictions(Translation Table) , implementation_dba_data: AHL.AHL_SPACE_UNAVAILABLE_TL ,
-
Table: AHL_SPACES_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACES_B, object_name:AHL_SPACES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about spaces , implementation_dba_data: AHL.AHL_SPACES_B ,
-
TABLE: AHL.AHL_SPACE_UNAVAILABLE_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACE_UNAVAILABLE_B, object_name:AHL_SPACE_UNAVAILABLE_B, status:VALID,
-
APPS.AHL_APPR_SPACE_UNAVL_PVT dependencies on DUAL
12.1.1
-
APPS.AHL_LTP_SPACE_UNAVL_PVT dependencies on DUAL
12.2.2
-
APPS.AHL_APPR_SPACE_UNAVL_PVT dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_SCHEDULE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_LTP_SPACE_SCHEDULE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_SPACE_UNAVAILABLE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_SPACE_UNAVAILABLE_PKG, status:VALID,
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_ASSIGN_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_LTP_SPACE_ASSIGN_PVT, status:VALID,
-
APPS.AHL_LTP_SPACE_UNAVL_PVT dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.AHL_SPACE_UNAVAILABLE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_SPACE_UNAVAILABLE_PKG, status:VALID,
-
TABLE: AHL.AHL_SPACE_UNAVAILABLE_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACE_UNAVAILABLE_B, object_name:AHL_SPACE_UNAVAILABLE_B, status:VALID,
-
PACKAGE BODY: APPS.AHL_SPACE_UNAVAILABLE_PKG
12.2.2
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_SCHEDULE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_LTP_SPACE_SCHEDULE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_UNAVL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_LTP_SPACE_UNAVL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_UNAVL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_LTP_SPACE_UNAVL_PVT, status:VALID,
-
View: AHL_SPACE_UNAVAILABLE_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_UNAVAILABLE_VL, object_name:AHL_SPACE_UNAVAILABLE_VL, 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_UNAVAILABLE_VL ,
-
PACKAGE BODY: APPS.AHL_APPR_SPACE_UNAVL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_APPR_SPACE_UNAVL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_SPACE_UNAVAILABLE_PKG
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.AHL_APPR_SPACE_UNAVL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_APPR_SPACE_UNAVL_PVT, status:VALID,
-
View: AHL_SPACE_UNAVAILABLE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SPACE_UNAVAILABLE_VL, object_name:AHL_SPACE_UNAVAILABLE_VL, 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_UNAVAILABLE_VL ,
-
PACKAGE BODY: APPS.AHL_LTP_SPACE_ASSIGN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_LTP_SPACE_ASSIGN_PVT, status:VALID,
-
APPS.AHL_SPACE_UNAVAILABLE_PKG dependencies on AHL_SPACE_UNAVAILABLE_TL
12.2.2
-
APPS.AHL_SPACE_UNAVAILABLE_PKG dependencies on AHL_SPACE_UNAVAILABLE_TL
12.1.1
-
12.1.1 DBA Data
12.1.1