ATC_ROLLOVER_RULES
A table for storing the rollover rules.
Details
-
Schema: FUSION
-
Object owner: ATC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
ATC_ROLLOVER_RULES_PK |
RULE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RULE_ID | NUMBER | 18 | Yes | Unique identifier of the rollover rule. | |
RULE_PUID | VARCHAR2 | 30 | Indicates identifier of the rollover rule. | ||
PROD_OFFER_PRICE_ID | NUMBER | 18 | Foreign key of the product offering price to which the rollover rule belongs. | ||
BALANCE_ELEMENT_CODE | VARCHAR2 | 200 | Indicates the balance element for which the rollover rule is applicable. | ||
MAX_NO_OF_ROLLOVER_CYCLES | NUMBER | Indicates the maximum number of cycles for which rollover can be applied. | |||
MAX_ROLLOVER_AMT_PER_CYCLE | NUMBER | Indicates the maximum rollover amount per rollover cycle. | |||
MAX_CUMULATIVE_ROLLOVER | NUMBER | Indicates the maximum rollover amount that can be accumulated over the rollover cycles. | |||
ROLLOVER_UOM_CODE | VARCHAR2 | 30 | Indicates the unit of measure for which the rollover cycle limit is specified. | ||
GLID_CODE | VARCHAR2 | 30 | Indicates the GLID for the rollover charge. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ATC_ROLLOVER_RULES_PK | Unique | Default | RULE_ID |
ATC_ROLLOVER_RULES_U1 | Unique | Default | PROD_OFFER_PRICE_ID, RULE_PUID |