MSC_ST_ATTRIBUTE_VALUES_INT
Table to collect attribute values from source system and store them in ODS to be used by other planning modules. This is interface table for MSC_ATTRIBUTE_VALUES.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ATTRIBUTE_ID | NUMBER | 18 | Attribute Identifier generated while seeding the attribute in "Manage Planning Attributes". | ||
| ATTRIBUTE_NAME | VARCHAR2 | 256 | Attribute Name seeded using "Manage Planning Attributes". | ||
| ATTRIBUTE_NUMBER | NUMBER | Number of the Attribute used in Attribute based planning. Eg., For Projects, attribute_number=1 and for tasks, it is 2. | |||
| ATTRIBUTE_VALUE | VARCHAR2 | 2000 | Value of the attribute(eg., Project_Number, Task_Number) as specified in the source system. | ||
| PARENT_ATTRIBUTE_VALUE | VARCHAR2 | 2000 | Parent value of the attribute(eg., Project_Number, Task_Number) as specified in the source system. | ||
| ATTRIBUTE_DESCRIPTION | VARCHAR2 | 255 | Description of the attribute as specified in the source system. For Projects - it is Project_Name; and for Tasks - it is Task_Name | ||
| ATTRIBUTE_SRC_VALUE_ID | VARCHAR2 | 100 | Attribute value identifier generated on the source system when the attribute is defined. | ||
| ATTRIBUTE_DEST_VALUE_ID | NUMBER | Attribute value identifier generated on the planning system during collection process. | |||
| SR_INSTANCE_CODE | VARCHAR2 | 30 | Source Instance code from which data is being populated. | ||
| SR_INSTANCE_ID | NUMBER | Source application instance identifier | |||
| REFRESH_NUMBER | NUMBER | Refresh number populated by the collection program | |||
| PROCESS_FLAG | NUMBER | This flag indicates the current status of the record during collections. | |||
| DELETED_FLAG | NUMBER | Yes/No flag indicating whether the row will be deleted | |||
| ERROR_CODE | VARCHAR2 | 150 | Error code for functional validation errors in the record | ||
| ERROR_TEXT | VARCHAR2 | 2000 | This will describe the reason for the error if any. | ||
| LOAD_REQUEST_ID | NUMBER | It Stores the Request ID of Job that loaded the data. | |||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| 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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| START_DATE | DATE | The column indicates the date when project group will become active. | |||
| END_DATE | DATE | The column indicates the date when project group will become inactive. | |||
| PLANNER_CODE | VARCHAR2 | 10 | This value indicates the Planner code associated with the Project Group. | ||
| NET_COMMON_SUPPLY | NUMBER | Indicates whether common supply can used for netting project demands within this project group. Net Common Supply is applicable only for Project Group Value. |