Search Results oe_agreements_b
The OE_AGREEMENTS_B
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a fundamental entity within the Order Management (OM) module, serving as the base table for storing agreement header information. Agreements in Oracle OM are contractual arrangements between a business and its customers, defining terms such as pricing, discounts, and other commercial conditions. This table is part of a multi-tiered structure, where OE_AGREEMENTS_B
holds the core attributes, while related tables like OE_AGREEMENTS_TL
(for translated descriptions) and OE_AGREEMENT_LINES
(for line-level details) extend its functionality.
Key Attributes of OE_AGREEMENTS_B
:
- AGREEMENT_ID: Primary key, uniquely identifying each agreement.
- AGREEMENT_NUMBER: User-friendly identifier for the agreement.
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period of the agreement.
- STATUS: Indicates whether the agreement is active, expired, or draft.
- CURRENCY_CODE: Specifies the currency for pricing terms.
- CUSTOMER_ID: References
HZ_CUST_ACCOUNTS
to link the agreement to a customer. - ORG_ID: Ties the agreement to an operating unit, enforcing multi-org access control.
Functional Role:
Agreements streamline order processing by pre-defining terms, eliminating manual entry for each transaction. For example, a customer with a volume discount agreement will automatically receive negotiated pricing when orders reference the agreement. TheOE_AGREEMENTS_B
table acts as the anchor for this functionality, with its data leveraged by:
- Order Entry: Orders referencing agreements inherit predefined terms.
- Pricing Engine: Applies agreement-specific modifiers during order validation.
- Reporting: Provides data for compliance and commercial performance analysis.
Technical Considerations:
- Indexes: Key indexes on
AGREEMENT_ID
,AGREEMENT_NUMBER
, andCUSTOMER_ID
optimize query performance. - Foreign Keys: Relationships with tables like
HZ_CUST_ACCOUNTS
(customers) andHR_ORGANIZATION_UNITS
(orgs) enforce data integrity. - Audit Columns:
CREATION_DATE
,CREATED_BY
,LAST_UPDATE_DATE
, andLAST_UPDATED_BY
track changes.
Integration Points:
OE_AGREEMENTS_B
integrates with:
- Advanced Pricing: Agreements may reference price lists or modifiers stored in
QP_
tables. - Receivables: Billing arrangements may sync with
AR_
tables. - Inventory: Agreements with availability constraints interact with
MTL_
tables.
Customization and Extensions:
Common extensions include:- Adding custom columns via descriptive flexfields (DFFs) to capture business-specific attributes.
- Implementing triggers or workflows to validate agreement terms dynamically.
- Developing APIs to synchronize agreements with external CRM or CPQ systems.
Conclusion:
TheOE_AGREEMENTS_B
table is a critical component of Oracle OM, enabling efficient management of customer agreements. Its design supports complex commercial scenarios while maintaining integration with other EBS modules. Understanding its structure and relationships is essential for configuring, customizing, or reporting on agreement-based processes in Oracle EBS 12.1.1 or 12.2.2.
-
Table: OE_AGREEMENTS_B
12.1.1
owner:QP, object_type:TABLE, fnd_design_data:QP.OE_AGREEMENTS_B, object_name:OE_AGREEMENTS_B, status:VALID, product: QP - Advanced Pricing , description: OE_AGREEMENTS_B stores all information about pricing agreements. , implementation_dba_data: QP.OE_AGREEMENTS_B ,
-
Table: OE_AGREEMENTS_B
12.2.2
owner:QP, object_type:TABLE, fnd_design_data:QP.OE_AGREEMENTS_B, object_name:OE_AGREEMENTS_B, status:VALID, product: QP - Advanced Pricing , description: OE_AGREEMENTS_B stores all information about pricing agreements. , implementation_dba_data: QP.OE_AGREEMENTS_B ,
-
APPS.QP_AGRUPGRADE dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.OE_PRICING_CONT_PVT dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.OE_CNCL_VALIDATE dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.QP_CUST_MERGE dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.ASO_VALIDATE_PVT dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.QOT_DEFAULT_PVT dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.ASO_VALIDATE_PVT dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.ASO_QUOTE_HEADERS_PVT dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.ASO_COPY_QUOTE_PVT dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.IBE_QUOTE_SAVE_PVT dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.OE_AGREEMENTS_PKG dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.OE_VALIDATE dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.OE_PRICING_CONT_PVT dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.OE_AGREEMENT_UTIL dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.QP_CUST_MERGE dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.QP_CUST_MRG_DATA_CLEANUP dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.IBE_QUOTE_SAVE_PVT dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.OKS_IMPORT_VALIDATE dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.OKS_IMPORT_VALIDATE dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.QOT_DEFAULT_PVT dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.QP_AGRUPGRADE dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.OE_CNCL_VALIDATE dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.OKI_DBI_LOAD_CLEB_PVT dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.ISC_EDW_BOOKINGS_F_SIZE dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.OKC_XPRT_QUOTE_INT_PVT dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.OE_AGREEMENT_UTIL dependencies on OE_AGREEMENTS_B
12.1.1
-
APPS.OE_AGREEMENTS_PKG dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.OKC_XPRT_QUOTE_INT_PVT dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.OE_VALIDATE dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.QP_CUST_MRG_DATA_CLEANUP dependencies on OE_AGREEMENTS_B
12.2.2
-
APPS.IBE_QUOTE_SAVE_PVT dependencies on OE_AGREEMENTS
12.2.2
-
APPS.IBE_QUOTE_SAVE_PVT dependencies on OE_AGREEMENTS
12.1.1
-
APPS.QP_CUST_MERGE dependencies on RA_CUSTOMER_MERGES
12.2.2
-
VIEW: APPS.OE_AGREEMENTS_B_DFV
12.2.2
-
APPS.OE_AGREEMENT_UTIL dependencies on OE_AGREEMENTS
12.2.2
-
VIEW: APPS.OE_AGREEMENTS_B_DFV
12.1.1
-
APPS.QP_CUST_MERGE dependencies on RA_CUSTOMER_MERGES
12.1.1
-
APPS.OE_AGREEMENT_UTIL dependencies on QP_LIST_HEADERS
12.1.1
-
APPS.OE_AGREEMENT_UTIL dependencies on QP_LIST_HEADERS
12.2.2
-
APPS.OE_AGREEMENT_UTIL dependencies on OE_AGREEMENTS
12.1.1
-
SYNONYM: APPS.OE_AGREEMENTS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_AGREEMENTS_B, status:VALID,
-
APPS.QP_CUST_MRG_DATA_CLEANUP dependencies on OE_DEBUG_PUB
12.1.1
-
APPS.QP_CUST_MRG_DATA_CLEANUP dependencies on OE_DEBUG_PUB
12.2.2
-
Table: RA_RULES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_RULES, object_name:RA_RULES, status:VALID, product: AR - Receivables , description: Invoicing and accounting rules , implementation_dba_data: AR.RA_RULES ,
-
APPS.OKI_DBI_LOAD_CLEB_PVT dependencies on OE_AGREEMENTS_TL
12.1.1
-
APPS.OKI_DBI_LOAD_CLEB_PVT dependencies on QP_LOOKUPS
12.1.1
-
APPS.QP_CUST_MRG_DATA_CLEANUP SQL Statements
12.1.1
-
APPS.QP_CUST_MRG_DATA_CLEANUP SQL Statements
12.2.2