CST_PERIOD_STATUSES_S_GT

This table is used to temporarily 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: Default

Primary Key

Name Columns

CST_PERIOD_STATUSES_S_GT_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.
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.
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_LEDGER_ID NUMBER 18 Ledger ( corresponding to the Cost Book) for which the GL Period status is stored.
GL_CLOSING_STATUS VARCHAR2 1 This column identifies GL Period closing status.
NEXT_OPEN_PERIOD_START_DATE DATE If the Costing period is final closed, this is the start date on the next available open costing period.
NEXT_OPEN_GL_CLOSING_STATUS VARCHAR2 1 The status of the GL period for the date in the next_open_period_start_date column.
NEXT_CST_PERIOD_STATUS VARCHAR2 1 The status of the costing period for the date in the next_open_period_start_date column.
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.
PERIODIC_AVERAGE_FLAG VARCHAR2 1 Flag to identify if the cost book is periodic average cost book.

Indexes

Index Uniqueness Columns
CST_PERIOD_STATUSES_S_GT_N1 Non Unique COST_ORG_ID, COST_BOOK_ID, PERIOD_START_DATE, PERIOD_END_DATE
CST_PERIOD_STATUSES_S_GT_N2 Non Unique GL_LEDGER_ID, PERIOD_NAME
CST_PERIOD_STATUSES_S_GT_U1 Unique COST_ORG_ID, COST_BOOK_ID, PERIOD_NAME