Search Results trade management
The OZF_ACTIVITY_PRODUCTS_TEMP
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a temporary staging table primarily used within the Oracle Trade Management (OTM) module. This table serves as an intermediary storage for product-related data during the processing of marketing activities, promotions, or trade fund allocations before the data is validated and transferred to permanent tables. Below is a detailed analysis of its purpose, structure, and functional relevance in Oracle EBS.
Purpose and Functional Context
TheOZF_ACTIVITY_PRODUCTS_TEMP
table is integral to Oracle Trade Management, which handles trade promotions, funds, and claims. It temporarily holds product-level details associated with marketing activities (e.g., discounts, rebates, or promotional campaigns) during bulk data processing. This table ensures data integrity by acting as a buffer before committing records to permanent tables like OZF_ACTIVITY_PRODUCTS
. It is commonly used in scenarios involving:
- Batch Processing: Temporary storage for product data during bulk imports or mass updates.
- Data Validation: Intermediate step to validate product eligibility, pricing, or compliance before final approval.
- Workflow Integration: Facilitates approval workflows by staging data until all checks are complete.
Table Structure and Key Columns
The table’s schema typically includes columns to capture product identifiers, activity linkages, and transactional metadata. Key columns may include:- ACTIVITY_PRODUCT_ID: Temporary primary key for staged records.
- ACTIVITY_ID: Foreign key linking to the parent marketing activity in
OZF_ACTIVITIES_B
. - PRODUCT_ID: References the product in
MTL_SYSTEM_ITEMS_B
orOZF_PRODUCTS
. - STATUS_CODE: Tracks the validation state (e.g., 'PENDING', 'APPROVED', 'REJECTED').
- CREATION_DATE, LAST_UPDATE_DATE: Audit columns for tracking record lifecycle.
- ATTRIBUTE_CATEGORY/ATTRIBUTE1–N: Flexfields for custom attributes.
Integration with Oracle EBS Modules
The table interacts with several EBS components:- Oracle Trade Management (OTM): Core module for managing promotions and funds, leveraging this table for product eligibility checks.
- Inventory (INV): Validates product IDs against
MTL_SYSTEM_ITEMS_B
. - Order Management (OM): Ensures promotional products align with order workflows.
- Advanced Pricing: Validates pricing rules for staged products.
Data Flow and Lifecycle
- Staging: Data is inserted into
OZF_ACTIVITY_PRODUCTS_TEMP
via APIs or bulk imports. - Validation: Business rules verify product eligibility, pricing, and activity constraints.
- Approval: Records move to permanent tables (
OZF_ACTIVITY_PRODUCTS
) upon approval. - Cleanup: Temporary records are purged post-processing.
Technical Considerations
- Indexing: Typically indexed on
ACTIVITY_ID
andPRODUCT_ID
for performance. - Partitioning: In high-volume environments, partitioning by
CREATION_DATE
may be used. - Concurrency: Applications must handle locking during parallel processing.
Customization and Extensions
The table’s flexfields allow customization for industry-specific needs. For example:- Retail: Add attributes like "Seasonal_Flag" or "Promo_Tier."
- CPG: Extend with trade fund allocation rules.
Conclusion
TheOZF_ACTIVITY_PRODUCTS_TEMP
table is a critical component in Oracle EBS Trade Management, enabling efficient, auditable processing of product-related promotional data. Its design supports scalability, validation, and integration with core EBS modules, ensuring seamless trade promotion execution. Proper utilization of this table enhances data accuracy and operational efficiency in marketing campaigns and fund management.
-
File: Trade Management 11i10 ERD.pdf
12.1.1
product: OZF - Trade Management , size: 162.589 KBytes , file_type: PDF Diagram ,
-
File: Trade Management 11i10 ERD.pdf
12.2.2
product: OZF - Trade Management , size: 162.589 KBytes , file_type: PDF Diagram ,
-
File: Trade Management 11i8 ERD.pdf
12.1.1
product: OZF - Trade Management , size: 113.132 KBytes , file_type: PDF Diagram ,
-
File: Trade Management 11i8 ERD.pdf
12.2.2
product: OZF - Trade Management , size: 113.132 KBytes , file_type: PDF Diagram ,
-
File: Trade Management 11i9 ERD.pdf
12.1.1
product: OZF - Trade Management , size: 154.885 KBytes , file_type: PDF Diagram ,
-
File: Trade Management 11i9 ERD.pdf
12.2.2
product: OZF - Trade Management , size: 154.885 KBytes , file_type: PDF Diagram ,
-
Lookup Type: AMS_SYS_ARC_QUALIFIER
12.2.2
product: OZF - Trade Management , meaning: AMS_SYS_ARC_QUALIFIER , description: System Arc Qualifier ,
-
Concurrent Program: OZFARFETCH
12.1.1
execution_filename: OZF_Settlement_Doc_PVT.Populate_Settlement_Data , product: OZF - Trade Management , user_name: Trade Management - Claims Settlement Fetcher Program , description: Trade Management - Claims Settlement Fetcher , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OZFARFETCH
12.2.2
execution_filename: OZF_Settlement_Doc_PVT.Populate_Settlement_Data , product: OZF - Trade Management , user_name: Trade Management - Claims Settlement Fetcher Program , description: Trade Management - Claims Settlement Fetcher , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OZFAUTOWRITEOFF
12.1.1
execution_filename: OZF_AUTO_WRITEOFF_PVT.Populate_Auto_Writeoff_Data , product: OZF - Trade Management , user_name: Trade Management - Auto Write-offs Batch Process Program , description: Trade Management - Auto Write-offs Batch Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: AMS_SYS_ARC_QUALIFIER
12.1.1
product: OZF - Trade Management , meaning: AMS_SYS_ARC_QUALIFIER , description: System Arc Qualifier ,
-
Concurrent Program: OZFLEUPD
12.1.1
execution_filename: OZF_LE_UPGRADE_PVT.Start_Process , product: OZF - Trade Management , user_name: Trade Management - Legal Entity Stamping Upgrade Process Program , description: Trade Management - Legal Entity Stamping Upgrade Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OZFLEUPD
12.2.2
execution_filename: OZF_LE_UPGRADE_PVT.Start_Process , product: OZF - Trade Management , user_name: Trade Management - Legal Entity Stamping Upgrade Process Program , description: Trade Management - Legal Entity Stamping Upgrade Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OZFAUTOWRITEOFF
12.2.2
execution_filename: OZF_AUTO_WRITEOFF_PVT.Populate_Auto_Writeoff_Data , product: OZF - Trade Management , user_name: Trade Management - Auto Write-offs Batch Process Program , description: Trade Management - Auto Write-offs Batch Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OZF_SEARCH_CATEGORIES
12.2.2
product: OZF - Trade Management , meaning: Trade Management Search Categories , description: Trade Management Search Categories ,
-
Concurrent Program: OZFOEPD
12.1.1
execution_filename: OZF_ACTIVITY_DENORM_PVT.refresh_denorm , product: OZF - Trade Management , user_name: OZFOEPD , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OZFOEPD
12.2.2
execution_filename: OZF_ACTIVITY_DENORM_PVT.refresh_denorm , product: OZF - Trade Management , user_name: OZFOEPD , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OZF_SEARCH_CATEGORIES
12.1.1
product: OZF - Trade Management , meaning: Trade Management Search Categories , description: Trade Management Search Categories ,
-
Concurrent Program: OZF_TP_BASELINE4
12.2.2
execution_filename: ozfpbas4 , product: OZF - Trade Management , user_name: Baseline Sales Flat File Upload - Pass 2 , description: Load Baseline Sales Flat File into Trade Management Interface Tables - second pass , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: OZF_TP_BASELINE3
12.2.2
execution_filename: ozfpbas3 , product: OZF - Trade Management , user_name: Baseline Sales Flat File Upload - Pass 1 , description: Load Baseline Sales Flat File into Trade Management Interface Tables - first pass , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: OZF_TP_BASELINE3
12.1.1
execution_filename: ozfpbas3 , product: OZF - Trade Management , user_name: Baseline Sales Flat File Upload - Pass 1 , description: Load Baseline Sales Flat File into Trade Management Interface Tables - first pass , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: OZF_TP_BASELINE4
12.1.1
execution_filename: ozfpbas4 , product: OZF - Trade Management , user_name: Baseline Sales Flat File Upload - Pass 2 , description: Load Baseline Sales Flat File into Trade Management Interface Tables - second pass , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Lookup Type: OZF_NA_TXN_SRC
12.1.1
product: OZF - Trade Management , meaning: Transaction Source for Net Accrual Offer Discount Rules ,
-
Lookup Type: OZF_NA_TXN_SRC
12.2.2
product: OZF - Trade Management , meaning: Transaction Source for Net Accrual Offer Discount Rules ,
-
Concurrent Program: OZF_TP_LIFT4
12.2.2
execution_filename: ozfplif4 , product: OZF - Trade Management , user_name: Promotional Lift Factors Flat File Upload - Pass 2 , description: Load Promotional Lift Factors Flat File into Trade Management Interface Tables - second pass , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: OZF_TP_LIFT4
12.1.1
execution_filename: ozfplif4 , product: OZF - Trade Management , user_name: Promotional Lift Factors Flat File Upload - Pass 2 , description: Load Promotional Lift Factors Flat File into Trade Management Interface Tables - second pass , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: OZF_TP_LIFT3
12.1.1
execution_filename: ozfplif3 , product: OZF - Trade Management , user_name: Promotional Lift Factors Flat File Upload - Pass 1 , description: Load Promotional Lift Factors Flat File into Trade Management Interface Tables - first pass , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: OZF_TP_LIFT3
12.2.2
execution_filename: ozfplif3 , product: OZF - Trade Management , user_name: Promotional Lift Factors Flat File Upload - Pass 1 , description: Load Promotional Lift Factors Flat File into Trade Management Interface Tables - first pass , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: OZFSLAAP
12.2.2
execution_filename: OZF_GL_TRANSFER_PVT.CreateAccounting , product: OZF - Trade Management , user_name: OZFSLAAP , description: Raises SLA events & Creates Accounting for Channel Revenue Management , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: OZF_ACTIVITY_PRODUCTS_TEMP
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACTIVITY_PRODUCTS_TEMP, object_name:OZF_ACTIVITY_PRODUCTS_TEMP, status:VALID, product: OZF - Trade Management , description: Temporary Table for Trade Management Activitiy denorm program , implementation_dba_data: OZF.OZF_ACTIVITY_PRODUCTS_TEMP ,
-
Lookup Type: OZF_NA_TM_TXN_TYPE
12.1.1
product: OZF - Trade Management , meaning: Trade Management Transaction Type For Net Accrual Rules ,
-
Lookup Type: OZF_NA_TM_TXN_TYPE
12.2.2
product: OZF - Trade Management , meaning: Trade Management Transaction Type For Net Accrual Rules ,
-
Lookup Type: OZF_PRODUCT_LEVEL
12.2.2
product: OZF - Trade Management , meaning: Product Level for Trade Management specific Offers ,
-
Table: OZF_SD_BATCH_HEADERS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SD_BATCH_HEADERS_ALL, object_name:OZF_SD_BATCH_HEADERS_ALL, status:VALID, product: OZF - Trade Management , description: OZF_SD_BATCH_HEADERS_ALL stores the header information of Supplier Ship and Debit Batch in Oracle Trade Management , implementation_dba_data: OZF.OZF_SD_BATCH_HEADERS_ALL ,
-
Table: OZF_SD_BATCH_LINES_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SD_BATCH_LINES_ALL, object_name:OZF_SD_BATCH_LINES_ALL, status:VALID, product: OZF - Trade Management , description: OZF_SD_BATCH_LINES_ALL stores the line information of Supplier Ship and Debit Batch in Oracle Trade Management , implementation_dba_data: OZF.OZF_SD_BATCH_LINES_ALL ,
-
Table: OZF_SD_BATCH_LINE_DISPUTES
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SD_BATCH_LINE_DISPUTES, object_name:OZF_SD_BATCH_LINE_DISPUTES, status:VALID, product: OZF - Trade Management , description: store the line dispute information of Supplier Ship and Debit Batch in Oracle Trade Management , implementation_dba_data: OZF.OZF_SD_BATCH_LINE_DISPUTES ,
-
Table: OZF_ACTIVITY_CUSTOMERS_TEMP
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACTIVITY_CUSTOMERS_TEMP, object_name:OZF_ACTIVITY_CUSTOMERS_TEMP, status:VALID, product: OZF - Trade Management , description: Temporary Table for Trade Management Activitiy denorm program , implementation_dba_data: OZF.OZF_ACTIVITY_CUSTOMERS_TEMP ,
-
Table: OZF_ACTIVITY_CUSTOMERS_TEMP
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACTIVITY_CUSTOMERS_TEMP, object_name:OZF_ACTIVITY_CUSTOMERS_TEMP, status:VALID, product: OZF - Trade Management , description: Temporary Table for Trade Management Activitiy denorm program , implementation_dba_data: OZF.OZF_ACTIVITY_CUSTOMERS_TEMP ,
-
Table: OZF_ACTIVITY_PRODUCTS_TEMP
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACTIVITY_PRODUCTS_TEMP, object_name:OZF_ACTIVITY_PRODUCTS_TEMP, status:VALID, product: OZF - Trade Management , description: Temporary Table for Trade Management Activitiy denorm program , implementation_dba_data: OZF.OZF_ACTIVITY_PRODUCTS_TEMP ,
-
Lookup Type: OZF_PRODUCT_LEVEL
12.1.1
product: OZF - Trade Management , meaning: Product Level for Trade Management specific Offers ,
-
Table: OZF_SD_BATCH_LINES_INT_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SD_BATCH_LINES_INT_ALL, object_name:OZF_SD_BATCH_LINES_INT_ALL, status:VALID, product: OZF - Trade Management , description: interface table to receive data from vendor authorization transmission of Supplier Ship and Debit Batch in Oracle Trade Management , implementation_dba_data: OZF.OZF_SD_BATCH_LINES_INT_ALL ,
-
Table: OZF_SD_BATCH_HEADERS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SD_BATCH_HEADERS_ALL, object_name:OZF_SD_BATCH_HEADERS_ALL, status:VALID, product: OZF - Trade Management , description: OZF_SD_BATCH_HEADERS_ALL stores the header information of Supplier Ship and Debit Batch in Oracle Trade Management , implementation_dba_data: OZF.OZF_SD_BATCH_HEADERS_ALL ,
-
Table: OZF_SD_BATCH_LINES_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SD_BATCH_LINES_ALL, object_name:OZF_SD_BATCH_LINES_ALL, status:VALID, product: OZF - Trade Management , description: OZF_SD_BATCH_LINES_ALL stores the line information of Supplier Ship and Debit Batch in Oracle Trade Management , implementation_dba_data: OZF.OZF_SD_BATCH_LINES_ALL ,
-
Lookup Type: OZF_PRODCUT_LEVEL
12.1.1
product: OZF - Trade Management , meaning: Trade Management Product Level ,
-
Lookup Type: OZF_PRODCUT_LEVEL
12.2.2
product: OZF - Trade Management , meaning: Trade Management Product Level ,
-
Table: OZF_SD_BATCH_LINE_DISPUTES
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SD_BATCH_LINE_DISPUTES, object_name:OZF_SD_BATCH_LINE_DISPUTES, status:VALID, product: OZF - Trade Management , description: store the line dispute information of Supplier Ship and Debit Batch in Oracle Trade Management , implementation_dba_data: OZF.OZF_SD_BATCH_LINE_DISPUTES ,
-
Table: OZF_OFFER_PRODUCTS_TEMP
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_PRODUCTS_TEMP, object_name:OZF_OFFER_PRODUCTS_TEMP, status:VALID, product: OZF - Trade Management , description: This table stores all the products defined for the request only active offers created through Oracle Trade Management temporarily when full refresh is performed through the concurrent program. , implementation_dba_data: OZF.OZF_OFFER_PRODUCTS_TEMP ,
-
Concurrent Program: OZFINTCOPY
12.1.1
execution_filename: OZF_Claims_Int_PVT.Start_Replicate , product: OZF - Trade Management , user_name: Claims Interface Copy , description: Trade Management - Claims Interface Copy , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: OZF_OFFER_PRODUCTS_TEMP
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFER_PRODUCTS_TEMP, object_name:OZF_OFFER_PRODUCTS_TEMP, status:VALID, product: OZF - Trade Management , description: This table stores all the products defined for the request only active offers created through Oracle Trade Management temporarily when full refresh is performed through the concurrent program. , implementation_dba_data: OZF.OZF_OFFER_PRODUCTS_TEMP ,
-
Table: OZF_SD_BATCH_LINES_INT_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SD_BATCH_LINES_INT_ALL, object_name:OZF_SD_BATCH_LINES_INT_ALL, status:VALID, product: OZF - Trade Management , description: interface table to receive data from vendor authorization transmission of Supplier Ship and Debit Batch in Oracle Trade Management , implementation_dba_data: OZF.OZF_SD_BATCH_LINES_INT_ALL ,