CST_PERIOD_STATUSES_INT
This table is used to store a subset of the data from cst_period_statuses table for internal processing within the cost processor.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
CST_PERIOD_STATUSES_INT_PK |
COST_ORG_ID, COST_BOOK_ID, PERIOD_NAME |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
COST_ORG_ID | NUMBER | 18 | Yes | Reference to the Cost Organization of the period. | |
COST_BOOK_ID | NUMBER | 18 | Yes | Reference to Cost Book of the period. | |
PERIOD_NAME | VARCHAR2 | 60 | Yes | Period Name identifying the period. | |
STATUS_CODE | VARCHAR2 | 30 | Status of the Period in costing. | ||
PERIOD_START_DATE | DATE | This column identifies Start date of the Period. | |||
PERIOD_END_DATE | DATE | This column identifies End Date of the Period. | |||
GL_APPLICATION_ID | NUMBER | 18 | Application for which the GL Period status is stored. For now this is always GL(101). | ||
GL_CLOSING_STATUS | VARCHAR2 | 1 | This column identifies GL Period closing status. | ||
PROCESS_START_DATE | DATE | Used in the reports processor to store the date and time when the reports processor starts processing. This field is used in filtering the data until this date. | |||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
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. | ||
CARRY_FORWARD_VU_FLAG | VARCHAR2 | 1 | Indicates if the prior period inventory valuation records are required to be copied to the current period. Values: N = Not required, Y = Required. | ||
CARRY_FORWARD_DEL_FLAG | VARCHAR2 | 1 | Indicates if the prior period layer inventory valuation records are required to be copied to the current period. Values: N = Not required, Y = Required. | ||
CARRY_FORWARD_INTR_FLAG | VARCHAR2 | 1 | Indicates if the prior period in-transit inventory valuation records are required to be copied to the current period. Values: N = Not required, Y = Required. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_PERIOD_STATUSES_INT_N1 | Non Unique | Default | COST_ORG_ID, COST_BOOK_ID, PERIOD_START_DATE, PERIOD_END_DATE |
CST_PERIOD_STATUSES_INT_U1 | Unique | Default | COST_ORG_ID, COST_BOOK_ID, PERIOD_NAME |