MSC_SNAPSHOT_PRICE_LISTS
This table contains records that represent a list of price lists attached to a plan. This table is an extension of 'MSC_PLAN_PRICE_LISTS', with extra fileds required for snapshot.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_SNAPSHOT_PRICE_LISTS_PK |
PLAN_ID, PRICE_LIST_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| PLAN_ID | NUMBER | Yes | Identifier of the plan to which price list is attached | |
| PRICE_LIST_ID | NUMBER | Yes | Identifier of the price list attached to a plan | |
| ODS_GRANULARITY_ID | NUMBER | Yes | Identifier of the granularity at which price list data is available in ODS | |
| GRANULARITY_ID | NUMBER | Yes | Identifier of the granularity at which price list data is stored in PDS | |
| PRIMARY_FLAG | NUMBER | Flag to identify price list chosen as primary for a plan | ||
| PRICE_LIST_PDS_COLUMN | VARCHAR2 | 30 | Yes | Name of the column in PDS table used for storing price list data |
| DELETED_FLAG | NUMBER | Flag to identify if the price list is deleted from ODS | ||
| FILTER_FROM_DATE | NUMBER | Yes | Start date of the time range for which price list data is to be filtered for the plan | |
| FILTER_UNTIL_DATE | NUMBER | Yes | End date of the time range for which price list data is to be filtered for the plan | |
| SDATA_FROM_DATE | NUMBER | Start date of the time range for which shared price list data is available | ||
| SDATA_UNTIL_DATE | NUMBER | End date of the time range for which shared price list data is available | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_SNAPSHOT_PRICE_LISTS_U1 | Unique | Default | PLAN_ID, PRICE_LIST_ID |