Search Results shipping
The GML.GML_GASNO_SHIPMENTS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a custom table typically implemented as part of a gas distribution or logistics module within the Oracle Applications framework. This table is not part of Oracle's standard EBS data model but is often created to address specific business requirements in industries such as oil & gas, utilities, or transportation management. Below is a detailed technical and functional analysis of this table in the context of Oracle EBS:
1. Table Purpose and Functional Context
TheGML.GML_GASNO_SHIPMENTS
table is designed to store shipment-related data for gas distribution operations. It likely serves as a transactional repository for tracking gas shipments, including attributes like shipment IDs, quantities, dates, and associated logistics details. In Oracle EBS 12.1.1/12.2.2, such custom tables are often integrated with standard modules like Inventory (INV), Order Management (OM), or Shipping Execution (WSH) to extend functionality for industry-specific processes.
2. Key Columns and Data Structure
While the exact schema may vary, the table typically includes these critical columns:- SHIPMENT_ID: Primary key, often referencing standard EBS tables like
WSH_NEW_DELIVERIES
. - GAS_NO: Unique identifier for the gas product or batch.
- QUANTITY: Measured volume/weight of the shipment.
- SHIP_DATE: Timestamp of shipment departure.
- STATUS: Workflow status (e.g., "DRAFT," "SHIPPED," "DELIVERED").
- ORGANIZATION_ID: Links to
HR_ORGANIZATION_UNITS
for inventory org context.
OE_ORDER_HEADERS_ALL
or MTL_SYSTEM_ITEMS_B
for order and item references.
3. Integration with Oracle EBS Modules
In EBS 12.1.1/12.2.2, this table would integrate with:- Inventory Management (INV): For gas product definitions in
MTL_SYSTEM_ITEMS_B
. - Order Management (OM): Through
OE_ORDER_LINES_ALL
for demand fulfillment. - Shipping Execution (WSH): Via
WSH_DELIVERY_DETAILS
for carrier and routing data. - General Ledger (GL): For financial postings of shipment transactions.
4. Technical Implementation
The table is typically created using Oracle SQL scripts and registered in EBS via:- AD_DD: Oracle's Data Dictionary utilities to register columns.
- Custom PL/SQL APIs: For data validation and business logic.
- Oracle Forms/Reports or OA Framework: For UI integration.
SHIPMENT_ID
, GAS_NO
) are recommended for performance.
5. Business Process Flow
A typical workflow might involve:- Gas shipment creation in the custom interface, populating
GML_GASNO_SHIPMENTS
. - Integration with Oracle Shipping Execution for carrier assignment.
- Inventory updates via
MTL_MATERIAL_TRANSACTIONS
upon shipment confirmation. - Financial reconciliation in GL via
GL_INTERFACE
.
6. Customization Considerations
For EBS 12.2.2, cloud-ready practices apply:- Use of Oracle Application Framework (OAF) for extensibility.
- REST APIs for external system integration.
- Compliance with Oracle's customization standards (e.g., CEMLI).
7. Data Security
Access is typically controlled via:- Oracle Responsibilities tied to
FND_RESPONSIBILITY_VL
. - VPD (Virtual Private Database) policies for row-level security.
- Audit columns (
CREATED_BY
,LAST_UPDATE_DATE
) per Oracle standards.
Conclusion
TheGML.GML_GASNO_SHIPMENTS
table exemplifies how Oracle EBS 12.1.1/12.2.2 can be extended for niche industry requirements. Proper integration with core EBS modules ensures data consistency while enabling specialized gas logistics workflows. Implementation should adhere to Oracle's customization guidelines to maintain upgrade compatibility.
-
Lookup Type: SHIPPING CONTROL
12.2.2
product: PO - Purchasing , meaning: Transportation Arranged , description: Valid Transportation Arranged Values ,
-
Lookup Type: SHIPPING CONTROL
12.1.1
product: PO - Purchasing , meaning: Transportation Arranged , description: Valid Transportation Arranged Values ,
-
File: Shipping and Transportation 11510 ERD.pdf
12.1.1
product: WSH - Shipping Execution , size: 136.046 KBytes , file_type: PDF Diagram ,
-
File: Shipping and Transportation 11510 ERD.pdf
12.1.1
product: FTE - Transportation Execution , size: 136.046 KBytes , file_type: PDF Diagram ,
-
File: Shipping and Transportation 11510 ERD.pdf
12.2.2
product: WSH - Shipping Execution , size: 136.046 KBytes , file_type: PDF Diagram ,
-
File: Shipping and Transportation 11510 ERD.pdf
12.2.2
product: FTE - Transportation Execution , size: 136.046 KBytes , file_type: PDF Diagram ,
-
Lookup Type: WSH_PURGE_SOURCE_SYSTEMS
12.1.1
product: WSH - Shipping Execution , meaning: Source systems for shipping purge , description: Source systems for shipping purge ,
-
VIEW: APPS.OKI_HSHIPTO_DTL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OKI_HSHIPTO_DTL_V, status:VALID,
-
Lookup Type: RLM_SCHEDULE_HIERARCHY
12.2.2
product: RLM - Release Management , meaning: RLM_SCHEDULE_HIERARCHY , description: Schedule Hierarchy ,
-
Lookup Type: WSH_PURGE_SOURCE_SYSTEMS
12.2.2
product: WSH - Shipping Execution , meaning: Source systems for shipping purge , description: Source systems for shipping purge ,
-
Lookup Type: RLM_SCHEDULE_HIERARCHY
12.1.1
product: RLM - Release Management , meaning: RLM_SCHEDULE_HIERARCHY , description: Schedule Hierarchy ,
-
Concurrent Program: WSHMAPCD
12.2.2
execution_filename: WSH_MAP_LOCATION_REGION_PKG.Map_Locations_Child_Program , product: WSH - Shipping Execution , user_name: Import Shipping Locations - Child , description: Import Shipping Locations - Child , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSHRDXCP
12.1.1
execution_filename: WSHRDXCP , product: WSH - Shipping Execution , user_name: Shipping Exceptions Report , description: Shipping Exceptions Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WSHRDXCP
12.2.2
execution_filename: WSHRDXCP , product: WSH - Shipping Execution , user_name: Shipping Exceptions Report , description: Shipping Exceptions Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WSHMLOCR
12.2.2
execution_filename: WSH_MAP_LOCATION_REGION_PKG.Map_Locations , product: WSH - Shipping Execution , user_name: Import Shipping Locations , description: Import Shipping Locations , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSHMLOCR
12.1.1
execution_filename: WSH_MAP_LOCATION_REGION_PKG.Map_Locations , product: WSH - Shipping Execution , user_name: Import Shipping Locations , description: Import Shipping Locations , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSHMAPCD
12.1.1
execution_filename: WSH_MAP_LOCATION_REGION_PKG.Map_Locations_Child_Program , product: WSH - Shipping Execution , user_name: Import Shipping Locations - Child , description: Import Shipping Locations - Child , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
APPS.OE_CREDIT_PUB dependencies on OE_VERIFY_PAYMENT_PUB
12.2.2
-
Lookup Type: SOURCE_SYSTEM
12.1.1
product: WSH - Shipping Execution , meaning: Source System , description: Source System from which Delivery Details are imported ,
-
APPS.MST_AUDIT_REP_EXCP dependencies on MST_SNAPSHOT_TASK_UTIL
12.1.1
-
Lookup Type: SOURCE_SYSTEM
12.2.2
product: WSH - Shipping Execution , meaning: Source System , description: Source System from which Delivery Details are imported ,
-
Lookup Type: MSC_X_SHIPPING_CONTROL
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: Shipping Control Order type , description: Shipping Control Order type ,
-
Lookup Type: SHIPPING_METHOD
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
Lookup Type: SHIPPING_METHOD
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
APPS.OE_CREDIT_PUB dependencies on OE_VERIFY_PAYMENT_PUB
12.1.1
-
Concurrent Program: WSHPURGE
12.1.1
execution_filename: wsh_purge.process_purge , product: WSH - Shipping Execution , user_name: WSHPURGE , description: Executable for Shipping Purge Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSHPURGE
12.2.2
execution_filename: wsh_purge.process_purge , product: WSH - Shipping Execution , user_name: WSHPURGE , description: Executable for Shipping Purge Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: SHIPPING_METHOD
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
Lookup Type: MSC_X_SHIPPING_CONTROL
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: Shipping Control Order type , description: Shipping Control Order type ,
-
TABLE: GML.GML_GASNO_SHIPMENTS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.GML_GASNO_SHIPMENTS, object_name:GML_GASNO_SHIPMENTS, status:VALID,
-
Lookup Type: SHIPPING_METHOD
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
TABLE: GML.GML_GASNO_SHIPMENTS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.GML_GASNO_SHIPMENTS, object_name:GML_GASNO_SHIPMENTS, status:VALID,
-
APPS.INV_PICK_RELEASE_PUB dependencies on WSH_INTERFACE_EXT_GRP
12.2.2
-
Lookup Type: PRINT_FORM_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Print Form Type , description: Print Form Type ,
-
Lookup Type: PRINT_FORM_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Print Form Type , description: Print Form Type ,
-
VIEW: APPS.PMIFV_SALES_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_SALES_DETAILS_V, object_name:PMIFV_SALES_DETAILS_V, status:VALID,
-
VIEW: APPS.PMIFV_SALES_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_SALES_DETAILS_V, object_name:PMIFV_SALES_DETAILS_V, status:VALID,
-
Concurrent Program: WSHRDXCP_XML
12.1.1
product: WSH - Shipping Execution , user_name: Shipping Exceptions Report (XML) , description: Shipping Exceptions Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
APPS.INV_PICK_RELEASE_PUB dependencies on WSH_INTERFACE_EXT_GRP
12.1.1
-
Lookup Type: WSH_CUSTOMIZED_ACTIVITY
12.1.1
product: WSH - Shipping Execution , meaning: Shipping Message Customization , description: Shipping Message Customization ,
-
Lookup Type: SUPPORTED_CARRIERS
12.2.2
product: WSH - Shipping Execution , meaning: Carriers Supported By Shipping , description: Carriers that are supported by shipping APIs ,
-
Lookup Type: RLM_RELWB_QUERY_NAMES
12.2.2
product: RLM - Release Management , meaning: RLM_RELWB_QUERY_NAMES , description: Names of seeded queries in the release workbench ,
-
Lookup Type: CREDIT_MEMO_REASON
12.1.1
product: AR - Receivables , meaning: Credit Memo Reason , description: Credit Memo Reason ,
-
Concurrent Program: WSHRDXCP_XML
12.2.2
product: WSH - Shipping Execution , user_name: Shipping Exceptions Report (XML) , description: Shipping Exceptions Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: WSH_PURGE_SORT_BY
12.2.2
product: WSH - Shipping Execution , meaning: Sorting entities for shipping purge , description: Sorting entities for shipping purge ,
-
Lookup Type: RLM_RELWB_QUERY_NAMES
12.1.1
product: RLM - Release Management , meaning: RLM_RELWB_QUERY_NAMES , description: Names of seeded queries in the release workbench ,
-
Lookup Type: WMS_LABEL_TYPE
12.2.2
product: WMS - Warehouse Management , meaning: WMS Label Type , description: These Label Types are associated with Business Flows during Label Printing Setup. ,
-
Lookup Type: PA_DLVR_ACTION_FUNCTION
12.2.2
product: PA - Projects , meaning: Deliverable Action Function , description: Deliverable Action Function ,
-
Lookup Type: SUPPORTED_CARRIERS
12.1.1
product: WSH - Shipping Execution , meaning: Carriers Supported By Shipping , description: Carriers that are supported by shipping APIs ,
-
Lookup Type: WSH_CUSTOMIZED_ACTIVITY
12.2.2
product: WSH - Shipping Execution , meaning: Shipping Message Customization , description: Shipping Message Customization ,