Search Results oe_agreements_tl
Overview
OE_AGREEMENTS_TL is a translation (TL) table owned by the QP schema in Oracle E-Business Suite, operating within the Advanced Pricing module. Its specific purpose is to store the translatable attributes of an agreement record — principally the agreement name — in every language installed in the database. In Oracle's MLS (Multi-Language Support) architecture, a base table holds language-independent data, while its companion _TL table holds language-dependent text keyed by language code. Here, the base table is OE_AGREEMENTS_B (or its equivalent), and OE_AGREEMENTS_TL supplies the human-readable name for each agreement in each supported language.
The table is documented as VALID in both 12.1.1 and 12.2.2, with an 11-column physical schema. From a heuristic Data Vault perspective, the structure suggests a satellite classification: the table carries a composite key plus descriptive, non-key attributes (NAME, REVISION, AGREEMENT_SOURCE_CODE) and standard audit columns, which is characteristic of a satellite attached to an agreement hub rather than a link or hub itself.
Key Information Stored
- AGREEMENT_ID — surrogate foreign key referencing the parent agreement in the base table; part of the composite primary key.
- LANGUAGE — the language code (e.g., US, FR, DE) in which the NAME is expressed; the second component of the primary key.
- SOURCE_LANG — the source (base) language of the installation, indicating the originating language of the seeded text.
- NAME — the translatable agreement name; the primary business-visible column this table exists to hold.
- REVISION — the revision identifier associated with the named agreement.
- AGREEMENT_SOURCE_CODE — the code denoting the source or origin of the agreement.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — standard EBS audit columns tracking who created and last modified each translated row and when.
The surrogate primary key is OE_AGREEMENTS_TL_PK on (AGREEMENT_ID, LANGUAGE). Two unique indexes act as business-key candidates: OE_AGREEMENTS_TL_U1 on (AGREEMENT_ID, LANGUAGE) and OE_AGREEMENTS_TL_U2 on (NAME, AGREEMENT_SOURCE_CODE, REVISION, LANGUAGE), which enforces uniqueness of the business identifier per language.
Common Use Cases and Queries
A frequent reporting requirement is retrieving the agreement name for the session's language, joining the translation table to the base agreement table:
- Single-language lookup:
SELECT t.name FROM oe_agreements_tl t WHERE t.agreement_id = :id AND t.language = USERENV('LANG'); - Multi-language comparison: selecting NAME across all LANGUAGE values for a given AGREEMENT_ID to audit translations.
- Duplicate/naming checks: querying OE_AGREEMENTS_TL_U2 columns to identify name collisions within a language.
- Audit reporting: filtering on LAST_UPDATE_DATE and LAST_UPDATED_BY to track translation maintenance activity.
These queries support pricing agreement reports, order-to-cash analytics, and localization validation dashboards.
Related Objects
- OE_AGREEMENTS_B / OE_AGREEMENTS — the base agreement tables joined on AGREEMENT_ID.
- OE_AGREEMENTS_TL_PK / U1 / U2 indexes — enforce key and business-key integrity.
- QP pricing entities (e.g., price lists, modifiers) that reference agreements via AGREEMENT_ID.
- FND_LANGUAGES — joined on LANGUAGE to resolve language descriptions.
- FND_USER — joined on LAST_UPDATED_BY/CREATED_BY for audit attribution.
Because the Data Vault classification is standalone, the table depends primarily on its base agreement parent rather than forming direct FK links to other translation entities.
-
Table: OE_AGREEMENTS_TL
12.2.2
owner:QP, object_type:TABLE, fnd_design_data:QP.OE_AGREEMENTS_TL, object_name:OE_AGREEMENTS_TL, status:VALID, product: QP - Advanced Pricing , description: OE_AGREEMENTS_TL stores the translatable column, i.e. name of the agreement, in each of the available languages in the database. , implementation_dba_data: QP.OE_AGREEMENTS_TL ,
-
Table: OE_AGREEMENTS_TL
12.1.1
owner:QP, object_type:TABLE, fnd_design_data:QP.OE_AGREEMENTS_TL, object_name:OE_AGREEMENTS_TL, status:VALID, product: QP - Advanced Pricing , description: OE_AGREEMENTS_TL stores the translatable column, i.e. name of the agreement, in each of the available languages in the database. , implementation_dba_data: QP.OE_AGREEMENTS_TL ,
-
APPS.OE_AGREEMENTS_PKG SQL Statements
12.1.1
-
APPS.OE_AGREEMENTS_PKG SQL Statements
12.2.2
-
VIEW: QP.OE_AGREEMENTS_TL#
12.2.2
owner:QP, object_type:VIEW, object_name:OE_AGREEMENTS_TL#, status:VALID,
-
SYNONYM: APPS.OE_AGREEMENTS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_AGREEMENTS_TL, status:VALID,
-
VIEW: QP.OE_AGREEMENTS_TL#
12.2.2
-
TABLE: QP.OE_AGREEMENTS_TL
12.1.1
owner:QP, object_type:TABLE, fnd_design_data:QP.OE_AGREEMENTS_TL, object_name:OE_AGREEMENTS_TL, status:VALID,
-
VIEW: APPS.QPBV_AGREEMENTS
12.1.1
-
SYNONYM: APPS.OE_AGREEMENTS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_AGREEMENTS_TL, status:VALID,
-
VIEW: APPS.OKI_HPRICE_DTL_V
12.1.1
-
VIEW: APPS.QPBV_AGREEMENTS
12.2.2
-
VIEW: APPS.OKI_PRICING_RULES_V
12.1.1
-
TABLE: QP.OE_AGREEMENTS_TL
12.2.2
owner:QP, object_type:TABLE, fnd_design_data:QP.OE_AGREEMENTS_TL, object_name:OE_AGREEMENTS_TL, status:VALID,
-
VIEW: APPS.AR_AGREEMENTS_S_VL
12.2.2
-
VIEW: APPS.OKX_AGREEMENTS_V
12.2.2
-
VIEW: APPS.OEBV_CUSTOMER_AGREEMENTS
12.1.1
-
VIEW: APPS.OEBV_CUSTOMER_AGREEMENTS
12.2.2
-
VIEW: APPS.OKX_AGREEMENTS_V
12.1.1
-
View: OE_AGREEMENTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.OE_AGREEMENTS_VL, object_name:OE_AGREEMENTS_VL, status:VALID, product: QP - Advanced Pricing , description: View of OE_AGREEMENTS_B and OE_AGREEMENTS_TL. Displays the translated columns on pricing agreements in the local language. , implementation_dba_data: APPS.OE_AGREEMENTS_VL ,
-
VIEW: APPS.QPFV_AGREEMENTS
12.2.2
-
VIEW: APPS.QPFV_AGREEMENTS
12.1.1
-
View: OE_AGREEMENTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.OE_AGREEMENTS_VL, object_name:OE_AGREEMENTS_VL, status:VALID, product: QP - Advanced Pricing , description: View of OE_AGREEMENTS_B and OE_AGREEMENTS_TL. Displays the translated columns on pricing agreements in the local language. , implementation_dba_data: APPS.OE_AGREEMENTS_VL ,
-
VIEW: APPS.OE_AGREEMENTS_VL
12.2.2
-
VIEW: APPS.OE_AGREEMENTS_VL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.OE_PRN_ORDER_HEADERS_V
12.2.2
-
PACKAGE BODY: APPS.OE_AGREEMENTS_PKG
12.2.2
-
VIEW: APPS.OEFV_ORDER_AGREEMENTS
12.2.2
-
PACKAGE BODY: APPS.QP_AGRUPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QP_AGRUPGRADE, status:VALID,
-
VIEW: APPS.OE_PRN_ORDER_HEADERS_V
12.1.1
-
View: AR_AGREEMENTS_S_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AGREEMENTS_S_VL, object_name:AR_AGREEMENTS_S_VL, status:VALID, product: AR - Receivables , description: agreement shared mls extract , implementation_dba_data: APPS.AR_AGREEMENTS_S_VL ,
-
VIEW: APPS.OEFV_ORDER_AGREEMENTS
12.1.1
-
APPS.QP_AGRUPGRADE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OE_AGREEMENTS_PKG
12.1.1
-
View: OKX_AGREEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_AGREEMENTS_V, object_name:OKX_AGREEMENTS_V, status:VALID, product: OKX - Contracts Integration , description: Customer agreements , implementation_dba_data: APPS.OKX_AGREEMENTS_V ,
-
PACKAGE BODY: APPS.OE_AGREEMENTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_AGREEMENTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.OE_AGREEMENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_AGREEMENTS_PKG, status:VALID,
-
View: OKX_AGREEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_AGREEMENTS_V, object_name:OKX_AGREEMENTS_V, status:VALID, product: OKX - Contracts Integration , description: Customer agreements , implementation_dba_data: APPS.OKX_AGREEMENTS_V ,
-
PACKAGE BODY: APPS.QP_AGRUPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QP_AGRUPGRADE, status:VALID,
-
APPS.QP_AGRUPGRADE SQL Statements
12.2.2
-
View: QPBV_AGREEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_AGREEMENTS, object_name:QPBV_AGREEMENTS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the agreements. , implementation_dba_data: APPS.QPBV_AGREEMENTS ,
-
View: QPBV_AGREEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QPBV_AGREEMENTS, object_name:QPBV_AGREEMENTS, status:VALID, product: QP - Advanced Pricing , description: This view gives information about the agreements. , implementation_dba_data: APPS.QPBV_AGREEMENTS ,
-
VIEW: APPS.OKI_HPRICE_DTL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OKI_HPRICE_DTL_V, status:VALID,
-
View: OEBV_CUSTOMER_AGREEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEBV_CUSTOMER_AGREEMENTS ONT.OEBV_CUSTOMER_AGREEMENTS, object_name:OEBV_CUSTOMER_AGREEMENTS, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Customer Agreements. , implementation_dba_data: APPS.OEBV_CUSTOMER_AGREEMENTS ,
-
12.1.1 FND Design Data
12.1.1
-
View: OEBV_CUSTOMER_AGREEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEBV_CUSTOMER_AGREEMENTS ONT.OEBV_CUSTOMER_AGREEMENTS, object_name:OEBV_CUSTOMER_AGREEMENTS, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Customer Agreements. , implementation_dba_data: APPS.OEBV_CUSTOMER_AGREEMENTS ,
-
VIEW: APPS.AR_AGREEMENTS_S_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AGREEMENTS_S_VL, object_name:AR_AGREEMENTS_S_VL, status:VALID,