Search Results ozf_thresholds_all_b
Overview
The OZF_THRESHOLDS_ALL_B table is a core data object within the Oracle Trade Management module (OZF) of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as the primary repository for defining and storing funds thresholds. In the context of trade promotions and funds management, a threshold represents a predefined limit or condition, such as a spending cap or a performance target, that governs the allocation, utilization, or approval of marketing funds. This table is a multi-organization enabled base table (indicated by the "_ALL_B" suffix), meaning it stores data partitioned by the operating unit, allowing for a shared service installation model. Its primary role is to serve as the master definition table for threshold rules, which are then associated with specific funds to control their deployment.
Key Information Stored
While the provided metadata does not list specific columns, the structure and foreign key relationships indicate the table's critical data elements. The central column is THRESHOLD_ID, which serves as the unique primary key identifier for each threshold record. This ID is referenced throughout the related schema. Based on its functional description, the table likely stores attributes that define the threshold's characteristics, such as threshold type (e.g., monetary amount, quantity, percentage), threshold value, applicable period, status (active/inactive), and the operating unit (ORG_ID). It holds the essential, non-translatable data, while descriptive text is typically stored in a corresponding translation table, OZF_THRESHOLDS_ALL_TL.
Common Use Cases and Queries
This table is central to configuring and enforcing funds management policies. A common use case is during the funds creation process, where a specific threshold rule is attached to a fund to limit its total expenditure. System administrators may query this table to audit or maintain threshold definitions. A typical reporting query would join the thresholds to their associated funds to analyze fund limits across programs.
Sample Query: To list all active thresholds and their associated funds, a query might be structured as:
SELECT th.threshold_id, f.fund_name, f.fund_number
FROM ozf_thresholds_all_b th,
ozf_funds_all_b f
WHERE th.threshold_id = f.threshold_id
AND th.active_flag = 'Y';
Related Objects
The OZF_THRESHOLDS_ALL_B table is a key hub in the Trade Management data model, with several critical foreign key relationships documented in the ETRM metadata:
- OZF_FUNDS_ALL_B: The primary child table. Funds (OZF_FUNDS_ALL_B) reference a specific threshold definition via the THRESHOLD_ID column, linking the fund to its controlling limit.
- OZF_THRESHOLDS_ALL_TL: A related translation table that holds descriptive, language-specific information for the thresholds, joined on THRESHOLD_ID.
- OZF_THRESHOLD_RULES_ALL: This table likely stores more granular rule components or conditions associated with the master threshold definition, also linked by the THRESHOLD_ID column.
These relationships underscore the table's role as a master definition, where a single threshold record can be linked to multiple funds and detailed rule sets.
-
Table: OZF_THRESHOLDS_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_THRESHOLDS_ALL_B, object_name:OZF_THRESHOLDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Holds information on Funds Thresholds. , implementation_dba_data: OZF.OZF_THRESHOLDS_ALL_B ,
-
Table: OZF_THRESHOLDS_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_THRESHOLDS_ALL_B, object_name:OZF_THRESHOLDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Holds information on Funds Thresholds. , implementation_dba_data: OZF.OZF_THRESHOLDS_ALL_B ,
-
Table: OZF_THRESHOLD_RULES_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_THRESHOLD_RULES_ALL, object_name:OZF_THRESHOLD_RULES_ALL, status:VALID, product: OZF - Trade Management , description: Holds Funds Threshold Rule Information. , implementation_dba_data: OZF.OZF_THRESHOLD_RULES_ALL ,
-
Table: OZF_THRESHOLD_RULES_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_THRESHOLD_RULES_ALL, object_name:OZF_THRESHOLD_RULES_ALL, status:VALID, product: OZF - Trade Management , description: Holds Funds Threshold Rule Information. , implementation_dba_data: OZF.OZF_THRESHOLD_RULES_ALL ,
-
Table: OZF_FUNDS_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_B, object_name:OZF_FUNDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund definition master base table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_B ,
-
Table: OZF_FUNDS_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_B, object_name:OZF_FUNDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund definition master base table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_B ,
-
Table: OZF_THRESHOLDS_ALL_TL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_THRESHOLDS_ALL_TL, object_name:OZF_THRESHOLDS_ALL_TL, status:VALID, product: OZF - Trade Management , description: Holds information on Funds Thresholds.(Translation table) , implementation_dba_data: OZF.OZF_THRESHOLDS_ALL_TL ,
-
Table: OZF_THRESHOLDS_ALL_TL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_THRESHOLDS_ALL_TL, object_name:OZF_THRESHOLDS_ALL_TL, status:VALID, product: OZF - Trade Management , description: Holds information on Funds Thresholds.(Translation table) , implementation_dba_data: OZF.OZF_THRESHOLDS_ALL_TL ,
-
View: OZF_THRESHOLDS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_THRESHOLDS_ALL_VL, object_name:OZF_THRESHOLDS_ALL_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_THRESHOLDS_ALL_VL ,
-
View: OZF_THRESHOLDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_THRESHOLDS, object_name:OZF_THRESHOLDS, status:VALID, product: OZF - Trade Management , description: Threshold definition , implementation_dba_data: APPS.OZF_THRESHOLDS ,
-
View: OZF_THRESHOLDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_THRESHOLDS, object_name:OZF_THRESHOLDS, status:VALID, product: OZF - Trade Management , description: Threshold definition , implementation_dba_data: APPS.OZF_THRESHOLDS ,
-
View: OZF_THRESHOLDS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_THRESHOLDS_VL, object_name:OZF_THRESHOLDS_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_THRESHOLDS_VL ,
-
View: OZF_THRESHOLDS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_THRESHOLDS_VL, object_name:OZF_THRESHOLDS_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_THRESHOLDS_VL ,
-
View: OZF_THRESHOLDS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_THRESHOLDS_ALL_VL, object_name:OZF_THRESHOLDS_ALL_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_THRESHOLDS_ALL_VL ,