Search Results op_port_mst
Overview
The OP_PORT_MST table is a master data table within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. It serves as the central repository for defining and maintaining shipping and receiving port codes used throughout the logistics and order management lifecycle. This table is foundational for managing the physical movement of goods in international and domestic trade, enabling the system to consistently reference specific ports of embarkation (departure) and debarkation (arrival) on key transactional documents. Its role is critical for ensuring accurate shipment planning, freight documentation, and logistics reporting.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign key relationships indicate the core data elements. The table's primary key is the PORT_CODE, which uniquely identifies each port record. Each record is also associated with a descriptive text block via the TEXT_CODE foreign key to the OP_TEXT_HDR table, which stores detailed descriptions and names. Furthermore, the ADDR_ID column establishes a foreign key relationship to the SY_ADDR_MST table, linking each port to a standardized physical address record. This structure allows the system to store both the logistical code and the comprehensive address details for each port location.
Common Use Cases and Queries
The primary use case for OP_PORT_MST is the validation and population of port fields on shipping and purchasing documents. When users create a Bill of Lading, Sales Order, Purchase Order Receipt, or a Proposal, the system validates the entered port codes against this master table. A common reporting requirement is to list all active ports with their associated addresses. A typical query would join OP_PORT_MST with SY_ADDR_MST to retrieve the full location details:
- SELECT pm.port_code, pm.text_code, sa.address_line1, sa.city, sa.state FROM gml.op_port_mst pm, sy.sy_addr_mst sa WHERE pm.addr_id = sa.addr_id;
Another frequent operational query involves identifying all transactional documents associated with a specific port, which is essential for logistics analysis and auditing.
Related Objects
OP_PORT_MST is a referenced parent table for numerous key transactional entities, as evidenced by its foreign key relationships. The primary documented relationships are:
- OP_TEXT_HDR: Joined via OP_PORT_MST.TEXT_CODE for descriptive text.
- SY_ADDR_MST: Joined via OP_PORT_MST.ADDR_ID for address details.
- OP_BILL_LAD: References OP_PORT_MST for both EMBARKATION_PORT and DEBARKATION_PORT.
- OP_ORDR_DTL, OP_ORDR_HDR: Reference OP_PORT_MST for EMBARKATION_PORT and DEBARKATION_PORT on order lines and headers.
- OP_PRSL_DTL, OP_PRSL_HDR: Reference OP_PORT_MST for EMBARKATION_PORT and DEBARKATION_PORT on proposal details and headers.
- PO_RECV_HDR: References OP_PORT_MST for EMBARKATION_PORT and DEBARKATION_PORT on purchase receipt headers.
These relationships underscore the table's integral role in the logistics data model, ensuring referential integrity for port data across sales, shipping, and procurement transactions.
-
Table: OP_PORT_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PORT_MST, object_name:OP_PORT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipping/receiving port codes. , implementation_dba_data: GML.OP_PORT_MST ,
-
Table: OP_PORT_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PORT_MST, object_name:OP_PORT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipping/receiving port codes. , implementation_dba_data: GML.OP_PORT_MST ,
-
Table: OP_BILL_LAD
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_BILL_LAD, object_name:OP_BILL_LAD, status:VALID, product: GML - Process Manufacturing Logistics , description: Header information for a shipment. , implementation_dba_data: GML.OP_BILL_LAD ,
-
Table: PO_RECV_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR, object_name:PO_RECV_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt header. , implementation_dba_data: GML.PO_RECV_HDR ,
-
Table: PO_RECV_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR, object_name:PO_RECV_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt header. , implementation_dba_data: GML.PO_RECV_HDR ,
-
Table: OP_BILL_LAD
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_BILL_LAD, object_name:OP_BILL_LAD, status:VALID, product: GML - Process Manufacturing Logistics , description: Header information for a shipment. , implementation_dba_data: GML.OP_BILL_LAD ,
-
Table: OP_PRSL_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Order Profile Header and Blanket Sales Order Header. , implementation_dba_data: GML.OP_PRSL_HDR ,
-
Table: OP_PRSL_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
Table: OP_PRSL_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Order Profile Header and Blanket Sales Order Header. , implementation_dba_data: GML.OP_PRSL_HDR ,
-
Table: OP_ORDR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header table. , implementation_dba_data: GML.OP_ORDR_HDR ,
-
Table: OP_ORDR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header table. , implementation_dba_data: GML.OP_ORDR_HDR ,
-
Table: OP_PRSL_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
Table: OP_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
Table: OP_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
Table: OP_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
Table: OP_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
View: GML_GASNO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_SHIPMENTS_V, object_name:GML_GASNO_SHIPMENTS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipment view , implementation_dba_data: APPS.GML_GASNO_SHIPMENTS_V ,
-
View: GML_GASNO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_SHIPMENTS_V, object_name:GML_GASNO_SHIPMENTS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipment view , implementation_dba_data: APPS.GML_GASNO_SHIPMENTS_V ,
-
View: GML_GPOAO_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_ORDERS_V, object_name:GML_GPOAO_ORDERS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header view , implementation_dba_data: APPS.GML_GPOAO_ORDERS_V ,
-
View: GML_GPOAO_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_ORDERS_V, object_name:GML_GPOAO_ORDERS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header view , implementation_dba_data: APPS.GML_GPOAO_ORDERS_V ,