Search Results qrm_time_buckets
Overview
The QRM_TIME_BUCKETS table is a core configuration object within the Oracle E-Business Suite (EBS) Risk Management (QRM) module. It functions as the header or master definition table for time bucket structures. In financial risk analysis, time buckets are critical for segmenting cash flows, exposures, and valuations into specific time intervals (e.g., 0-1 month, 1-3 months, 3-6 months) to assess interest rate risk, liquidity risk, and market risk over different horizons. This table stores the unique names and identifiers for these predefined time-bucketing schemes, which are then referenced throughout the QRM application to standardize the temporal dimension of risk calculations and reports.
Key Information Stored
While the provided ETRM metadata does not list all columns, the primary key and foreign key relationships clearly indicate the table's fundamental structure. The central column is TB_NAME, which serves as the table's primary key. This column stores the unique name or code identifying a specific time bucket definition. Other columns, though not detailed in the excerpt, would typically include descriptive fields such as a creation date, last update date, and potentially a description or status flag for the bucket definition. The integrity of the TB_NAME column is paramount, as it is the reference point for all associated configuration details stored in child tables.
Common Use Cases and Queries
This table is primarily accessed during the setup and configuration of risk analysis scenarios. Administrators define time bucket structures here, which are then selected when configuring specific analyses. Common operational queries include listing all available time bucket definitions for a setup form or validating the existence of a bucket name before creating a new risk model. A typical reporting query might join this header table with its detail table to get a full view of a bucket's structure.
- Sample Query to List All Time Buckets:
SELECT tb_name FROM qrm.qrm_time_buckets ORDER BY 1; - Sample Query for Analysis Setup Validation:
SELECT COUNT(*) FROM qrm.qrm_time_buckets WHERE tb_name = '&BUCKET_NAME';
Related Objects
The QRM_TIME_BUCKETS table has defined relationships with two key child tables, as per the provided foreign key metadata. These relationships enforce referential integrity, ensuring that time bucket configurations used elsewhere in the system are valid and consistent.
- QRM_TIME_INTERVALS: This is the primary detail table, linked via TB_NAME. It stores the individual period definitions (start day, end day) that make up the complete bucket structure defined in the QRM_TIME_BUCKETS header.
- QRM_ANALYSIS_SETTINGS: This table references QRM_TIME_BUCKETS via TB_NAME, indicating that a specific time bucket definition is selected as part of the configuration for a particular risk analysis scenario or simulation.
-
Table: QRM_TIME_BUCKETS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_TIME_BUCKETS, object_name:QRM_TIME_BUCKETS, status:VALID, product: QRM - Risk Management , description: Time Buckets header , implementation_dba_data: QRM.QRM_TIME_BUCKETS ,
-
Table: QRM_TIME_BUCKETS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_TIME_BUCKETS, object_name:QRM_TIME_BUCKETS, status:VALID, product: QRM - Risk Management , description: Time Buckets header , implementation_dba_data: QRM.QRM_TIME_BUCKETS ,
-
APPS.QRM_PA_AGGREGATION_P dependencies on QRM_TIME_BUCKETS
12.1.1
-
APPS.QRM_PA_AGGREGATION_P dependencies on QRM_TIME_BUCKETS
12.2.2
-
VIEW: QRM.QRM_TIME_BUCKETS#
12.2.2
owner:QRM, object_type:VIEW, object_name:QRM_TIME_BUCKETS#, status:VALID,
-
SYNONYM: APPS.QRM_TIME_BUCKETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QRM_TIME_BUCKETS, status:VALID,
-
SYNONYM: APPS.QRM_TIME_BUCKETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QRM_TIME_BUCKETS, status:VALID,
-
TABLE: QRM.QRM_TIME_BUCKETS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_TIME_BUCKETS, object_name:QRM_TIME_BUCKETS, status:VALID,
-
TRIGGER: APPS.QRM_TIME_BUCKETS+
12.2.2
-
VIEW: QRM.QRM_TIME_BUCKETS#
12.2.2
-
TRIGGER: APPS.QRM_TIME_BUCKETS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:QRM_TIME_BUCKETS+, status:VALID,
-
TABLE: QRM.QRM_TIME_BUCKETS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_TIME_BUCKETS, object_name:QRM_TIME_BUCKETS, status:VALID,
-
eTRM - QRM Tables and Views
12.1.1
description: Time Intervals for Time Buckets ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: QRM_TIME_INTERVALS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_TIME_INTERVALS, object_name:QRM_TIME_INTERVALS, status:VALID, product: QRM - Risk Management , description: Time Intervals for Time Buckets , implementation_dba_data: QRM.QRM_TIME_INTERVALS ,
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.QRM_TIME_BUCKETS=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
FUNCTION: APPS.QRM_TIME_BUCKETS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:QRM_TIME_BUCKETS=, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
eTRM - QRM Tables and Views
12.2.2
description: Time Intervals for Time Buckets ,
-
Table: QRM_ANALYSIS_SETTINGS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_SETTINGS, object_name:QRM_ANALYSIS_SETTINGS, status:VALID, product: QRM - Risk Management , description: Analysis Settings Information , implementation_dba_data: QRM.QRM_ANALYSIS_SETTINGS ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
Table: QRM_TIME_INTERVALS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_TIME_INTERVALS, object_name:QRM_TIME_INTERVALS, status:VALID, product: QRM - Risk Management , description: Time Intervals for Time Buckets , implementation_dba_data: QRM.QRM_TIME_INTERVALS ,
-
APPS.QRM_PA_AGGREGATION_P dependencies on QRM_TIME_INTERVALS
12.2.2
-
Table: QRM_ANALYSIS_SETTINGS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_SETTINGS, object_name:QRM_ANALYSIS_SETTINGS, status:VALID, product: QRM - Risk Management , description: Analysis Settings Information , implementation_dba_data: QRM.QRM_ANALYSIS_SETTINGS ,
-
APPS.QRM_PA_AGGREGATION_P dependencies on QRM_TIME_INTERVALS
12.1.1
-
PACKAGE BODY: APPS.QRM_PA_AGGREGATION_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QRM_PA_AGGREGATION_P, status:VALID,
-
PACKAGE BODY: APPS.QRM_PA_AGGREGATION_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QRM_PA_AGGREGATION_P, status:VALID,
-
TABLE: QRM.QRM_TIME_INTERVALS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_TIME_INTERVALS, object_name:QRM_TIME_INTERVALS, status:VALID,
-
TABLE: QRM.QRM_TIME_INTERVALS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_TIME_INTERVALS, object_name:QRM_TIME_INTERVALS, status:VALID,
-
TABLE: QRM.QRM_ANALYSIS_SETTINGS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_SETTINGS, object_name:QRM_ANALYSIS_SETTINGS, status:VALID,
-
TABLE: QRM.QRM_ANALYSIS_SETTINGS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_SETTINGS, object_name:QRM_ANALYSIS_SETTINGS, status:VALID,
-
APPS.QRM_PA_AGGREGATION_P dependencies on XTR_MD_NUM_TABLE
12.2.2
-
APPS.QRM_PA_AGGREGATION_P dependencies on XTR_MD_NUM_TABLE
12.1.1
-
eTRM - QRM Tables and Views
12.2.2
description: Time Intervals for Time Buckets ,
-
eTRM - QRM Tables and Views
12.1.1
description: Time Intervals for Time Buckets ,
-
APPS.QRM_PA_AGGREGATION_P dependencies on QRM_VARCHAR_TABLE
12.2.2
-
APPS.QRM_PA_AGGREGATION_P dependencies on QRM_VARCHAR_TABLE
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
APPS.QRM_PA_AGGREGATION_P SQL Statements
12.2.2
-
APPS.QRM_PA_AGGREGATION_P SQL Statements
12.1.1