Search Results sy_addr_mst
Overview
The OP_CUST_MST_OPM table is the central customer master data repository within the Process Manufacturing Logistics (GML) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the foundational table for storing and managing all customer-specific information required for order processing, shipping, invoicing, and financial transactions in a process manufacturing environment. Its design supports complex operational needs, including multi-organization structures, trade classifications, and financial terms, which are critical for industries like chemicals, food and beverage, and pharmaceuticals. The table's integrity is maintained through a network of foreign key relationships with other master data tables, ensuring consistent and validated data across the logistics and financial streams.
Key Information Stored
The table's structure is defined by its primary and unique keys, which enforce critical business rules. The primary key is the system-generated CUST_ID, while a unique constraint (OP_CUST_MST_OPM_UC1) ensures that the combination of Company Code (CO_CODE) and Customer Number (CUST_NO) is unique within an enterprise. Key columns and their purposes include identifiers like CUST_NO and ADDR_ID for physical and mailing addresses; financial controls such as CUST_CURRENCY, TERMS_CODE, and TAXCALC_CODE; and operational parameters like FROM_WHSE and TO_WHSE for default shipping logistics. Classification columns (CUST_CLASS, CUSTTRADE_CLASS, CUSTPRICE_CLASS) enable segment-specific business policies, and fields for sales representatives (SLSREP_CODE), freight methods (FRTBILL_MTHD), and FOB codes (FOB_CODE) complete the comprehensive customer profile.
Common Use Cases and Queries
This table is integral to daily operations and reporting. Common use cases include the creation and maintenance of customer records through the GML application interface, the automatic population of customer data on sales orders and invoices, and the generation of customer master lists for compliance and analysis. Typical reporting queries involve joining with related tables to produce enriched customer lists. A fundamental SQL pattern retrieves active customers with their key attributes:
- SELECT cust_no, cust_name, addr_id, terms_code, slsrep_code FROM gml.op_cust_mst_opm WHERE co_code = :p_org AND delete_mark = 0;
Another common query joins with the address (SY_ADDR_MST) and currency (GL_CURR_MST) tables to create a detailed customer master report for financial or sales analysis, often filtered by customer class or sales territory.
Related Objects
As indicated by its extensive foreign key constraints, OP_CUST_MST_OPM is a hub table with dependencies across multiple EBS modules. Key related objects include:
- SY_ORGN_MST_B: Validates the Company Code (CO_CODE).
- SY_ADDR_MST: Provides physical (ADDR_ID) and mailing (MAILADDR_ID) address details.
- IC_WHSE_MST: Validates default shipping and receiving warehouses (FROM_WHSE, TO_WHSE).
- Financial & Terms Tables: GL_CURR_MST (currency), OP_TERM_MST (payment terms), OP_COMMISSION, and OP_LKBX_MST (lockbox).
- Classification Tables: OP_CUST_CLS, OP_CTRD_CLS, OP_CPRC_CLS, and OP_CGLD_CLS for customer categorization.
- Transaction Tables: While not listed in the provided metadata, this master table is the source for customer information in GML transaction tables like sales orders and shipments.
-
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: 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 ,
-
Table: PO_VEND_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_MST, object_name:PO_VEND_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor master. , implementation_dba_data: GML.PO_VEND_MST ,
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VEND_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_MST, object_name:PO_VEND_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor master. , implementation_dba_data: GML.PO_VEND_MST ,
-
Table: OP_LKBX_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_LKBX_MST, object_name:OP_LKBX_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Lockbox codes. , implementation_dba_data: GML.OP_LKBX_MST ,
-
Table: OP_RELS_SCH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_RELS_SCH, object_name:OP_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket Sales Order Release Schedules. , implementation_dba_data: GML.OP_RELS_SCH ,
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: TX_TAXA_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_MST, object_name:TX_TAXA_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Authorities. , implementation_dba_data: GML.TX_TAXA_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_RTRN_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RTRN_HDR, object_name:PO_RTRN_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Return header. , implementation_dba_data: GML.PO_RTRN_HDR ,
-
Table: PO_RTRN_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RTRN_HDR, object_name:PO_RTRN_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Return header. , implementation_dba_data: GML.PO_RTRN_HDR ,
-
Table: OP_CUST_CON
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_CON, object_name:OP_CUST_CON, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer contact information. , implementation_dba_data: GML.OP_CUST_CON ,
-
Table: OP_CUST_CON
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_CON, object_name:OP_CUST_CON, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer contact information. , implementation_dba_data: GML.OP_CUST_CON ,
-
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 ,
-
Table: OP_RELS_SCH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_RELS_SCH, object_name:OP_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket Sales Order Release Schedules. , implementation_dba_data: GML.OP_RELS_SCH ,
-
Table: OP_LKBX_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_LKBX_MST, object_name:OP_LKBX_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Lockbox codes. , implementation_dba_data: GML.OP_LKBX_MST ,
-
Table: OP_SHIP_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SHIP_MST, object_name:OP_SHIP_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Carrier (shipper) codes . , implementation_dba_data: GML.OP_SHIP_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 ,
-
Table: TX_TAXA_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_MST, object_name:TX_TAXA_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Authorities. , implementation_dba_data: GML.TX_TAXA_MST ,
-
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 ,
-
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 ,
-
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_SLSR_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_MST, object_name:OP_SLSR_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales representative master table. , implementation_dba_data: GML.OP_SLSR_MST ,
-
Table: PO_RELS_SCH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RELS_SCH, object_name:PO_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Release schedules for a blanket purchase order. , implementation_dba_data: GML.PO_RELS_SCH ,
-
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: PO_RELS_SCH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RELS_SCH, object_name:PO_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Release schedules for a blanket purchase order. , implementation_dba_data: GML.PO_RELS_SCH ,
-
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_SLSR_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_MST, object_name:OP_SLSR_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales representative master table. , implementation_dba_data: GML.OP_SLSR_MST ,
-
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 ,
-
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: 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: 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 ,
-
Table: OP_SHIP_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SHIP_MST, object_name:OP_SHIP_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Carrier (shipper) codes . , implementation_dba_data: GML.OP_SHIP_MST ,
-
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 ,
-
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 ,
-
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_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: 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_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: 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_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_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 ,
-
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 ,
-
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 ,
-
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 ,