CST_VAL_UNIT_CONS_COMBINATIONS
This table contains the valuation unit consigned code combinations. This table is referenced in consigned key flexfield setup(CONS). Combinations in this table are inserted by the key flexfield code. These combinations are referred in the valuation units. Multiple valuation units can share the same combination if the value for costing attributes are same withing a valuation structure.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CST_VAL_UNIT_CONS_COMBINA_PK |
VAL_UNIT_CONS_COMBINATION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
VAL_UNIT_CONS_COMBINATION_ID | NUMBER | 18 | Yes | Surrogate key identifying Valuation Unit Consigned Code Combination row in this table. | |
STRUCTURE_INSTANCE_NUMBER | NUMBER | 18 | Yes | Flexfield Structure Instance Number | |
OWNER_TYPE | VARCHAR2 | 30 | Yes | Owner type for the consigned transaction. | |
OWNER_NAME | VARCHAR2 | 30 | Yes | Owner name for the consigned transaction. It can be Supplier or Inventory organization, and determined from OWNER_TYPE | |
ORIGINAL_RECEIPT_NUMBER | VARCHAR2 | 50 | Yes | Receipt Number on the consigned transaction, Inventory Org code of org where goods are first received. | |
COST_ORG_CODE | VARCHAR2 | 18 | Identifies the cost organization costing attribute. | ||
INV_ORG_CODE | VARCHAR2 | 18 | Identifies the inventory organizaton costing attribute | ||
SUBINVENTORY_CODE | VARCHAR2 | 240 | Identifies the subinventory code costing attribute. | ||
LOCATOR_ID | NUMBER | 18 | Inventory Locator Identifier | ||
LOT_NUMBER | VARCHAR2 | 240 | The lot number of the item | ||
SERIAL_NUMBER | VARCHAR2 | 240 | The serial number of the item | ||
GRADE_CODE | VARCHAR2 | 240 | Grade of the Lot for a grade controlled Item | ||
ENABLED_FLAG | VARCHAR2 | 1 | Yes | Code Combination Enabled Flag | |
SUMMARY_FLAG | VARCHAR2 | 1 | Yes | Code Combination Summary Flag | |
START_DATE_ACTIVE | DATE | Active Start Date | |||
END_DATE_ACTIVE | DATE | Active End Date | |||
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_VAL_UNIT_CONS_COMBS_U1 | Unique | Default | VAL_UNIT_CONS_COMBINATION_ID |