Search Results op_fobc_mst
Overview
The OP_FOBC_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 Free on Board (FOB) codes. An FOB code is a critical term in commercial and logistics transactions that determines the point at which ownership, costs, and risks of goods are transferred from a seller to a buyer. This table provides a standardized list of such codes (e.g., FOB Origin, FOB Destination) that are referenced throughout the order management and procurement cycles in both discrete and process manufacturing environments. Its role is to ensure consistent application of shipping and liability terms across sales orders, purchase orders, and customer/supplier records.
Key Information Stored
While the provided ETRM metadata does not list all columns, the primary and foreign key relationships reveal its core structure. The table's primary identifier is the FOB_CODE column, which is enforced by the OP_FOBC_MST_PK primary key constraint. This column stores the unique alphanumeric code for each FOB term. The table also contains descriptive and relational attributes. Key columns include TEXT_CODE, which links to the OP_TEXT_HDR table to store descriptive text and long definitions for the FOB term, and ADDR_ID, which links to the SY_ADDR_MST table, potentially to associate a specific shipping location or address with the FOB term. The existence of a column named OF_FOB_CODE, noted as part of the OP_FOBC_MST01 key, may indicate an alternate or legacy key structure.
Common Use Cases and Queries
This table is primarily used for setup, validation, and reporting on transactional data. Common scenarios include configuring available FOB terms during implementation, validating FOB codes entered on orders, and generating reports that analyze order terms. A typical query to retrieve all active FOB codes with their descriptions would involve joining to the text table. For troubleshooting, one might query which sales orders use a specific FOB code to understand its application.
- Listing All FOB Codes:
SELECT fob.fob_code, tl.meaning FROM gml.op_fobc_mst fob, fnd_lookup_values_tl tl WHERE tl.lookup_type = 'FOB' AND tl.lookup_code = fob.fob_code AND tl.language = USERENV('LANG'); - Finding Transactions for a Code:
SELECT order_number, fob_code FROM oe_order_headers_all WHERE fob_code = 'ORIGIN';
Related Objects
The OP_FOBC_MST table is a foundational reference object with extensive dependencies across the Order Management (OP) and Purchasing (PO) modules. As per the metadata, its FOB_CODE column is referenced as a foreign key in numerous critical transaction tables. Key related objects include:
- Sales Entities: OP_CUST_MST, OP_CUST_MST_OPM (Customer Master), OP_ORDR_HDR, OP_ORDR_DTL (Order Headers/Details), OP_PRSL_HDR (Proposal Headers).
- Purchasing Entities: PO_ORDR_HDR, PO_ORDR_DTL (Purchase Order Headers/Details), PO_BPOS_HDR, PO_BPOS_DTL (Blanket Purchase Agreements), PO_RECV_DTL (Receiving Details).
- Supporting Masters: OP_TEXT_HDR (for descriptive text) and SY_ADDR_MST (for associated addresses).
-
Table: OP_FOBC_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_FOBC_MST, object_name:OP_FOBC_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Free on Board (FOB) codes. , implementation_dba_data: GML.OP_FOBC_MST ,
-
Table: OP_FOBC_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_FOBC_MST, object_name:OP_FOBC_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Free on Board (FOB) codes. , implementation_dba_data: GML.OP_FOBC_MST ,
-
APPS.GML_SYNCH_BPOS dependencies on OP_FOBC_MST
12.2.2
-
APPS.GMF_GLSYNCH dependencies on OP_FOBC_MST
12.1.1
-
APPS.GMF_GET_OPM_CODE dependencies on OP_FOBC_MST
12.1.1
-
APPS.GML_PO_INTERFACE dependencies on OP_FOBC_MST
12.1.1
-
APPS.GMF_GET_OPM_CODE dependencies on OP_FOBC_MST
12.2.2
-
APPS.GML_SYNCH_BPOS dependencies on OP_FOBC_MST
12.1.1
-
APPS.GML_PO_INTERFACE dependencies on OP_FOBC_MST
12.2.2
-
APPS.GMF_GLSYNCH dependencies on OP_FOBC_MST
12.2.2
-
SYNONYM: APPS.OP_FOBC_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_FOBC_MST, status:VALID,
-
VIEW: GML.OP_FOBC_MST#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_FOBC_MST#, status:VALID,
-
VIEW: GML.OP_FOBC_MST#
12.2.2
-
SYNONYM: APPS.OP_FOBC_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_FOBC_MST, status:VALID,
-
TABLE: GML.OP_FOBC_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_FOBC_MST, object_name:OP_FOBC_MST, status:VALID,
-
TABLE: GML.OP_FOBC_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_FOBC_MST, object_name:OP_FOBC_MST, status:VALID,
-
PACKAGE BODY: APPS.GMF_GET_OPM_CODE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GET_OPM_CODE, status:VALID,
-
APPS.GML_PO_INTERFACE dependencies on OP_SHIP_MST
12.2.2
-
APPS.GML_PO_INTERFACE dependencies on OP_SHIP_MST
12.1.1
-
PACKAGE BODY: APPS.GML_SYNCH_BPOS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_SYNCH_BPOS, status:VALID,
-
PACKAGE BODY: APPS.GMF_GET_OPM_CODE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GET_OPM_CODE, status:VALID,
-
Table: PO_RECV_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_DTL, object_name:PO_RECV_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt lines. , implementation_dba_data: GML.PO_RECV_DTL ,
-
PACKAGE BODY: APPS.GML_PO_INTERFACE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_PO_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
Table: PO_BPOS_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_HDR, object_name:PO_BPOS_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header information for blanket purchase orders. , implementation_dba_data: GML.PO_BPOS_HDR ,
-
Table: OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
PACKAGE BODY: APPS.GML_SYNCH_BPOS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_SYNCH_BPOS, status:VALID,
-
Table: PO_RECV_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_DTL, object_name:PO_RECV_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt lines. , implementation_dba_data: GML.PO_RECV_DTL ,
-
PACKAGE BODY: APPS.GML_PO_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_PO_INTERFACE, status:VALID,
-
Table: OP_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
Table: PO_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_DTL, object_name:PO_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order lines. , implementation_dba_data: GML.PO_ORDR_DTL ,
-
APPS.GMF_GET_OPM_CODE SQL Statements
12.2.2
-
APPS.GMF_GET_OPM_CODE SQL Statements
12.1.1
-
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: PO_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_DTL, object_name:PO_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order lines. , implementation_dba_data: GML.PO_ORDR_DTL ,
-
Table: PO_BPOS_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_HDR, object_name:PO_BPOS_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header information for blanket purchase orders. , implementation_dba_data: GML.PO_BPOS_HDR ,
-
Table: PO_ORDR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_HDR, object_name:PO_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order header. , implementation_dba_data: GML.PO_ORDR_HDR ,
-
Table: PO_ORDR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_HDR, object_name:PO_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order header. , implementation_dba_data: GML.PO_ORDR_HDR ,
-
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: PO_BPOS_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_DTL, object_name:PO_BPOS_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket purchase order lines. , implementation_dba_data: GML.PO_BPOS_DTL ,
-
Table: PO_BPOS_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_DTL, object_name:PO_BPOS_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket purchase order lines. , implementation_dba_data: GML.PO_BPOS_DTL ,
-
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 ,
-
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: SY_ADDR_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ADDR_MST, object_name:SY_ADDR_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Address master. Table which stores addresses for all Oracle Process , implementation_dba_data: GMA.SY_ADDR_MST ,
-
Table: SY_ADDR_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ADDR_MST, object_name:SY_ADDR_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Address master. Table which stores addresses for all Oracle Process , implementation_dba_data: GMA.SY_ADDR_MST ,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1