CST_CP_PARAM_DTLS

This table contains the set of Cost Organization and Book combinations that are coalesced together in a single processing run by the Cost Process. This table is the child table to CST_CP_PARAMS.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

CST_CP_PARAM_DTLS_PK

DETAILS_ID

Columns

Name Datatype Length Precision Not-null Comments
DETAILS_ID NUMBER 18 Yes Unique row identifier necessary to sustain LOV values on updateable key columns on the UI.
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.
RUN_CONTROL VARCHAR2 30 Yes Identifies the Run Control used for cost processing.
COST_ORG_ID NUMBER 18 Yes Single column FK: Identifies the Cost Organization associated with the inventory organization.
COST_BOOK_ID NUMBER 18 Yes Single column FK: Identifies the Cost Book assigned to the Cost Organization.
PERIODIC_AVERAGE_FLAG VARCHAR2 1 Indicates if the cost book is a periodic average cost book.
AUTO_UPDATE_PERIOD_FLAG VARCHAR2 1 Indicates if period name should be automatically updated on opening the next period for periodic average cost book.
PERIOD_NAME VARCHAR2 15 The period for periodic average cost processing.
COST_CUTOFF_FLAG VARCHAR2 1 Yes Indicates the cost cutoff option specified by the user and to be used during cost processing. It is specified for each cost organization book on the request. U - User-Defined, A - Auto. The LOOKUP_TYPE for these values is CST_COST_CUTOFF_FLAG.
COST_CUTOFF_DATE DATE Yes Identifies the cost cutoff date by cost organization and book.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
CST_CP_PARAM_DTLS cst_cost_books_b COST_BOOK_ID

Indexes

Index Uniqueness Tablespace Columns
CST_CP_PARAM_DTLS_U1 Unique DEFAULT RUN_CONTROL, COST_ORG_ID, COST_BOOK_ID
CST_CP_PARAM_DTLS_U2 Unique DEFAULT DETAILS_ID