FM_CRR_QUEUE_ENTRIES
This table stores entities whose cost data must be recalculated as a result of cost rate rule changes. This queue is serviced by the CostRateRuleUpdate service.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_ENTITIES_NLS |
ENTITY_ID |
ENTITY_TYPE_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
FM_CRR_QUEUE_ENTRY_ID |
NOT NULL |
NUMBER |
System-generated identifier |
ENTITY_TYPE_ID |
NULLABLE |
NUMBER |
Indicates the entity type id |
ENTITY_PRIMARY_KEY |
NULLABLE |
NUMBER |
Indicate the primary key of the entity |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CONDITIONS | NULLABLE | NUMBER | Default value is 0. If the value is 1, only forecast cost will be calculated. If the value is 0, cost will be calculated as before version 930. |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
SYS_C005201521 |
UNIQUE |
1 |
FM_CRR_QUEUE_ENTRY_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
FM_CRR_QUEUE_ENTRIES_S |
FM_CRR_QUEUE_ENTRY_ID |