CST_COST_ORG_PARAMETERS
This table stores the Item Validation Org for a Cost Organization. This information is used while creation of Item Cost profile.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CST_COST_ORG_PARAMETERS_PK |
COST_ORG_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| COST_ORG_ID | NUMBER | 18 | Yes | Cost Organization Identifier | |
| COST_ORG_PARAMETER_ID | NUMBER | 18 | Yes | Cost Organization Parameter surrogate identifier | |
| 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. | |
| VALIDATION_ORGANIZATION_ID | NUMBER | 18 | 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. | |
| STD_COST_APPROVAL_FLAG | VARCHAR2 | 1 | Indicator flag for Standard Cost Approvals - Possible Y or N | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| cst_period_validations | cst_cost_org_parameters | COST_ORG_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CST_COST_ORG_PARAMETERS_U1 | Unique | FUSION_TS_TX_DATA | COST_ORG_ID, VALIDATION_ORGANIZATION_ID |
| CST_COST_ORG_PARAMETERS_U2 | Unique | FUSION_TS_TX_DATA | COST_ORG_ID |
| CST_COST_ORG_PARAMETERS_U3 | Unique | Default | COST_ORG_PARAMETER_ID |