Search Results op_cust_mst
Overview
The OP_CUST_MST table serves as the central customer master data repository within the Process Manufacturing Logistics (GML) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It is a foundational table designed to store comprehensive business entity information for customers, enabling core order management, shipping, invoicing, and accounts receivable processes. The table's structure facilitates the management of critical attributes such as financial terms, pricing rules, tax calculations, and shipping defaults, making it integral to the logistics and financial operations of a process manufacturing organization. As indicated by the metadata, it is defined within the GML product family, though its data is heavily referenced by other EBS modules.
Key Information Stored
The table's primary identifier is the system-generated CUST_ID. However, a unique composite key on CO_CODE (Company Code) and CUST_NO (Customer Number) enforces business-level uniqueness. Key columns, as inferred from the extensive foreign key relationships, store pointers to related master data. These include ADDR_ID and MAILADDR_ID for physical and mailing addresses, TAXCALC_CODE and TAXLOC_CODE for tax determination, and TERMS_CODE for payment terms. The table also links to pricing (CUSTPRICE_CLASS), customer classification (CUST_CLASS, CUSTTRADE_CLASS), sales representatives (SLSREP_CODE), freight methods (FRTBILL_MTHD), and currency (CUST_CURRENCY). Columns like FROM_WHSE and TO_WHSE suggest default shipping warehouse logic.
Common Use Cases and Queries
Primary use cases revolve around customer data maintenance, order processing validation, and integrated reporting. Common SQL queries include retrieving a customer's complete profile for order entry screens or validating tax and pricing rules during sales order creation. For instance, a query to fetch active customer details for a specific company might be: SELECT cust_no, cust_name, addr_id, terms_code, slsrep_code FROM op_cust_mst WHERE co_code = :p_co_code AND inactive_date IS NULL;. Reporting use cases often involve joining OP_CUST_MST with transactional tables like OP_ORD_HDR to analyze sales performance by customer class, territory, or sales representative, leveraging the foreign key links to classification tables.
Related Objects
OP_CUST_MST has a wide network of dependencies, as shown in the metadata. It is a parent table to numerous transactional and setup entities. Key child tables include OP_CUST_ASC (Customer Associations), OP_CUST_CON (Customer Contacts), OP_CUST_ITM (Customer Items), and OP_CHRG_ITM (Charge Items). It is referenced by allocation parameters (OP_ALOT_PRM) and form effectivity rules (FM_FORM_EFF). Crucially, it draws its descriptive codes from a suite of reference tables: SY_ADDR_MST for addresses, OP_TERM_MST for terms, TX_CALC_MST for tax, OP_SLSR_MST for sales reps, and OP_CUST_CLS for customer classification. This extensive relational model underscores its role as a hub for customer-centric data.
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
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_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.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_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_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_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.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_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 ,
-
Lookup Type: SHIP_IND
12.2.2
product: GML - Process Manufacturing Logistics , meaning: op_cust_mst ship_to_indicator , description: op_cust_mst ship_to_indicator ,
-
Lookup Type: BILL_IND
12.2.2
product: GML - Process Manufacturing Logistics , meaning: op_cust_mst bill_to site , description: op_cust_mst bill_to site ,
-
Lookup Type: BILL_IND
12.1.1
product: GML - Process Manufacturing Logistics , meaning: op_cust_mst bill_to site , description: op_cust_mst bill_to site ,
-
Lookup Type: SHIP_IND
12.1.1
product: GML - Process Manufacturing Logistics , meaning: op_cust_mst ship_to_indicator , description: op_cust_mst ship_to_indicator ,
-
Table: OP_CUST_ASC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ASC, object_name:OP_CUST_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer relationships , implementation_dba_data: GML.OP_CUST_ASC ,
-
Table: OP_CUST_ASC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ASC, object_name:OP_CUST_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer relationships , implementation_dba_data: GML.OP_CUST_ASC ,
-
View: OP_CUST_MST_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_MST_V1, object_name:OP_CUST_MST_V1, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master view , implementation_dba_data: APPS.OP_CUST_MST_V1 ,
-
View: OP_CUST_MST_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_MST_V1, object_name:OP_CUST_MST_V1, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master view , implementation_dba_data: APPS.OP_CUST_MST_V1 ,
-
Table: TX_CALC_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_CALC_MST, object_name:TX_CALC_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax calculation codes. , implementation_dba_data: GML.TX_CALC_MST ,
-
Table: OP_CUST_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_CLS, object_name:OP_CUST_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: General customer classes. , implementation_dba_data: GML.OP_CUST_CLS ,
-
Table: OP_CTRD_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CTRD_CLS, object_name:OP_CTRD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Trade Classes. , implementation_dba_data: GML.OP_CTRD_CLS ,
-
Table: OP_CTRD_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CTRD_CLS, object_name:OP_CTRD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Trade Classes. , implementation_dba_data: GML.OP_CTRD_CLS ,
-
Table: TX_CALC_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_CALC_MST, object_name:TX_CALC_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax calculation codes. , implementation_dba_data: GML.TX_CALC_MST ,
-
Table: OP_CUST_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_CLS, object_name:OP_CUST_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: General customer classes. , implementation_dba_data: GML.OP_CUST_CLS ,
-
Table: OP_CGLD_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CGLD_CLS, object_name:OP_CGLD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer GL account classes , implementation_dba_data: GML.OP_CGLD_CLS ,
-
Table: OP_CPRC_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CPRC_CLS, object_name:OP_CPRC_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Price Classes. , implementation_dba_data: GML.OP_CPRC_CLS ,
-
Table: OP_CPRC_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CPRC_CLS, object_name:OP_CPRC_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Price Classes. , implementation_dba_data: GML.OP_CPRC_CLS ,
-
Table: OP_CGLD_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CGLD_CLS, object_name:OP_CGLD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer GL account classes , implementation_dba_data: GML.OP_CGLD_CLS ,
-
View: OP_CUST_ASC_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_ASC_VW1, object_name:OP_CUST_ASC_VW1, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Association View. , implementation_dba_data: APPS.OP_CUST_ASC_VW1 ,
-
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_TXCU_ASC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TXCU_ASC, object_name:OP_TXCU_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer tax exemption information. , implementation_dba_data: GML.OP_TXCU_ASC ,
-
View: OP_GNRC_ITM_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_GNRC_ITM_VW1, object_name:OP_GNRC_ITM_VW1, status:VALID, product: GML - Process Manufacturing Logistics , description: View on customer/generic item table. Used in lookups. , implementation_dba_data: APPS.OP_GNRC_ITM_VW1 ,
-
Table: OP_COMMISSION
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_COMMISSION, object_name:OP_COMMISSION, status:VALID, product: GML - Process Manufacturing Logistics , description: Commission code header. , implementation_dba_data: GML.OP_COMMISSION ,
-
Table: OP_CUST_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ITM, object_name:OP_CUST_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer item information. , implementation_dba_data: GML.OP_CUST_ITM ,
-
Table: OP_CUST_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ITM, object_name:OP_CUST_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer item information. , implementation_dba_data: GML.OP_CUST_ITM ,
-
Table: OP_COMMISSION
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_COMMISSION, object_name:OP_COMMISSION, status:VALID, product: GML - Process Manufacturing Logistics , description: Commission code header. , implementation_dba_data: GML.OP_COMMISSION ,
-
Table: TX_TLOC_CDS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TLOC_CDS, object_name:TX_TLOC_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Location Codes. , implementation_dba_data: GML.TX_TLOC_CDS ,
-
Table: OP_ALOT_PRM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ALOT_PRM, object_name:OP_ALOT_PRM, status:VALID, product: GML - Process Manufacturing Logistics , description: Allocation parameters by customer and item class. , implementation_dba_data: GML.OP_ALOT_PRM ,
-
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: TX_TLOC_CDS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TLOC_CDS, object_name:TX_TLOC_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Location Codes. , implementation_dba_data: GML.TX_TLOC_CDS ,
-
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: OP_ALOT_PRM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ALOT_PRM, object_name:OP_ALOT_PRM, status:VALID, product: GML - Process Manufacturing Logistics , description: Allocation parameters by customer and item class. , implementation_dba_data: GML.OP_ALOT_PRM ,
-
View: OP_GNRC_ITM_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_GNRC_ITM_VW1, object_name:OP_GNRC_ITM_VW1, status:VALID, product: GML - Process Manufacturing Logistics , description: View on customer/generic item table. Used in lookups. , implementation_dba_data: APPS.OP_GNRC_ITM_VW1 ,
-
View: OP_CUST_ASC_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_ASC_VW1, object_name:OP_CUST_ASC_VW1, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Association View. , implementation_dba_data: APPS.OP_CUST_ASC_VW1 ,
-
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_TXCU_ASC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TXCU_ASC, object_name:OP_TXCU_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer tax exemption information. , implementation_dba_data: GML.OP_TXCU_ASC ,
-
Table: OP_CUST_SHP
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID, product: GML - Process Manufacturing Logistics , description: Preferred shippers (carriers) and ship methods for customers. , implementation_dba_data: GML.OP_CUST_SHP ,
-
Table: OP_GNRC_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_GNRC_ITM, object_name:OP_GNRC_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer and generic (alternate) names for items. , implementation_dba_data: GML.OP_GNRC_ITM ,
-
Table: OP_GNRC_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_GNRC_ITM, object_name:OP_GNRC_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer and generic (alternate) names for items. , implementation_dba_data: GML.OP_GNRC_ITM ,
-
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 ,