CST_PLANNING_ORG_PARAMETERS

This table stores the Item Validation Org for a Planning Organization. This information is used for Planning purposes

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_PLANNING_ORG_PARAMETERS_PK

COST_ORG_ID

Columns

Name Datatype Length Precision Not-null Comments
PLANNING_ORG_PARAM_ID NUMBER 18 Yes Surrogate key that identifies a row in this table.
COST_ORG_ID NUMBER 18 Yes Cost Organization Identifier
COST_ORG_NAME VARCHAR2 240 Yes COST_ORG_NAME
VALIDATION_ORGANIZATION_ID NUMBER Yes This is the identifier of Item validation Organization associated to the Cost Organization
MASTER_ORGANIZATION_ID NUMBER 18 Yes This is the Master Organization Id of the Item Validation Organization associated to the Cost Organization. This helps in understanding to which Master Organization this Item Validation Organization belongs to.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
COST_ESTIMATE_APPROVAL_FLAG VARCHAR2 1 Indicator flag for Cost Estimate Approvals - Possible Y or N

Foreign Keys

Table Foreign Table Foreign Key Column
cst_planning_cost_inv_orgs cst_planning_org_parameters PLANNING_COST_INV_ORG_ID

Indexes

Index Uniqueness Tablespace Columns
CST_PLANNING_ORG_PARAM_U1 Unique FUSION_TS_TX_IDX COST_ORG_ID, VALIDATION_ORGANIZATION_ID
CST_PLANNING_ORG_PARAM_U2 Unique FUSION_TS_TX_IDX COST_ORG_ID