Search Results op_term_mst
Overview
The OP_TERM_MST table is a master data table within the GML (Process Manufacturing Logistics) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the central repository for defining and storing payment terms codes. These codes are critical for establishing the financial conditions under which transactions are settled between the organization and its business partners, such as customers and suppliers. The table's role is foundational to the financial logistics of the Process Manufacturing suite, enabling consistent application of payment terms across sales orders, purchase orders, and customer and supplier master records.
Key Information Stored
The primary data element stored in OP_TERM_MST is the payment terms code. The table's structure, as indicated by its primary key constraint, is centered on the TERMS_CODE column. This column uniquely identifies each payment term definition. While the provided metadata does not list all columns, typical attributes for a payment terms master table would include a description, the number of days until payment is due, discount percentages for early payment, and the discount grace period. The table also maintains a relationship with textual descriptions via a foreign key to OP_TEXT_HDR on the TEXT_CODE column, allowing for detailed, multilingual term descriptions.
Common Use Cases and Queries
This table is primarily referenced in transactional and master data processes. Common operational use cases include configuring customer credit profiles, defining supplier payment agreements, and defaulting terms onto sales and purchase documents. For reporting and data validation, typical SQL queries involve joining OP_TERM_MST to various transactional tables to analyze payment term usage. A fundamental query pattern is retrieving the terms description for a specific transaction:
- SELECT otm.terms_code, oth.meaning
FROM op_term_mst otm, op_text_hdr oth
WHERE otm.text_code = oth.text_code
AND otm.terms_code = :p_terms_code;
Another common reporting use case is listing all payment terms available for assignment to new customers or suppliers within the Process Manufacturing flows.
Related Objects
OP_TERM_MST is a key reference table with extensive integration across the GML and Purchasing (PO) modules. As documented, its TERMS_CODE column is referenced by numerous important transactional and master tables. Key foreign key relationships include:
- Customer Master Data: OP_CUST_MST and OP_CUST_MST_OPM.
- Sales Documents: OP_ORDR_HDR, OP_ORDR_DTL, OP_PRSL_HDR, and OP_PRSL_DTL.
- Purchase Documents: PO_ORDR_HDR, PO_ORDR_DTL, PO_BPOS_HDR, and PO_BPOS_DTL.
- Supplier Master Data: PO_VEND_MST.
- Descriptive Text: OP_TEXT_HDR (for detailed term descriptions).
These relationships enforce data integrity and ensure that any term used in a transaction is valid and defined in the master table.
-
Table: OP_TERM_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TERM_MST, object_name:OP_TERM_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Payment terms codes. , implementation_dba_data: GML.OP_TERM_MST ,
-
Table: OP_TERM_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TERM_MST, object_name:OP_TERM_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Payment terms codes. , implementation_dba_data: GML.OP_TERM_MST ,
-
APPS.GML_ORAKRP_XMLP_PKG dependencies on OP_TERM_MST
12.1.1
-
APPS.GML_PO_SYNCH dependencies on OP_TERM_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on OP_TERM_MST
12.1.1
-
APPS.GMF_GET_OPM_CODE dependencies on OP_TERM_MST
12.2.2
-
APPS.GML_VALIDATE_PO dependencies on OP_TERM_MST
12.2.2
-
APPS.GML_ORAKRP_XMLP_PKG dependencies on OP_TERM_MST
12.2.2
-
APPS.GMF_GLSYNCH dependencies on OP_TERM_MST
12.2.2
-
APPS.GMF_GET_OPM_CODE dependencies on OP_TERM_MST
12.1.1
-
APPS.GMF_GLSYNCH dependencies on OP_TERM_MST
12.1.1
-
APPS.GML_SYNCH_BPOS dependencies on OP_TERM_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on OP_TERM_MST
12.2.2
-
APPS.GML_VALIDATE_PO dependencies on OP_TERM_MST
12.1.1
-
APPS.GML_SYNCH_BPOS dependencies on OP_TERM_MST
12.2.2
-
APPS.GML_PO_SYNCH dependencies on OP_TERM_MST
12.2.2
-
TABLE: GML.OP_TERM_MST_INT
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TERM_MST_INT, object_name:OP_TERM_MST_INT, status:VALID,
-
TABLE: GML.OP_TERM_MST_INT
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TERM_MST_INT, object_name:OP_TERM_MST_INT, status:VALID,
-
SYNONYM: APPS.OP_TERM_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_TERM_MST, status:VALID,
-
VIEW: GML.OP_TERM_MST#
12.2.2
-
SYNONYM: APPS.OP_TERM_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_TERM_MST, status:VALID,
-
VIEW: GML.OP_TERM_MST#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_TERM_MST#, status:VALID,
-
PACKAGE BODY: APPS.GML_VALIDATE_PO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_VALIDATE_PO, 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,
-
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.GML_ORAKRP_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_ORAKRP_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.GML_VALIDATE_PO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_VALIDATE_PO, status:VALID,
-
PACKAGE BODY: APPS.GML_ORAKRP_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_ORAKRP_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.GML_VALIDATE_PO
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GML_VALIDATE_PO, status:VALID,
-
PACKAGE: APPS.GML_VALIDATE_PO
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GML_VALIDATE_PO, 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: 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.GMF_GLSYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
PACKAGE BODY: APPS.GML_SYNCH_BPOS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_SYNCH_BPOS, 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: GML.OP_TERM_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TERM_MST, object_name:OP_TERM_MST, status:VALID,
-
APPS.GMF_GET_OPM_CODE SQL Statements
12.1.1
-
APPS.GMF_GET_OPM_CODE SQL Statements
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
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: 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: 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.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_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.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 ,
-
PACKAGE BODY: APPS.GML_PO_SYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_PO_SYNCH, status:VALID,