CST_ITEM_COST_PROFILES_T

Item Cost Profiles Temp Table for Profile Generation from Default Cost Profiles

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_ITEM_COST_PROFILES_T_PK

ITEM_COST_PROFILE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
ITEM_COST_PROFILE_ID NUMBER 18 Yes Surrogate identifying Temporary Item Cost Profile row in this table.
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. Active
COST_ORG_ID NUMBER 18 Yes Cost Org Associated With The Item Cost Profile Active
COST_BOOK_ID NUMBER 18 Yes Cost Book Associated With The Item Cost Profile Active
INV_ORG_ID NUMBER 18 Yes Indicates The Inventory Org To Which The Item Belongs Active
INVENTORY_ITEM_ID NUMBER 18 Yes Indicates The Item To Which The Cost Profile Is Assigned Active
PRIMARY_UOM_CODE VARCHAR2 30 Primary UOM of the Item
INVENTORY_ITEM_FLAG NUMBER 9 Inventory Item Flag
INVENTORY_ASSET_FLAG NUMBER 9 Inventory Asset Flag
LOT_CONTROL_CODE NUMBER 9 Item Lot Control Status
SERIAL_NUMBER_CONTROL_CODE NUMBER 9 Item Serial Control Status
LOCATION_CONTROL_CODE NUMBER 9 Item Locator Enabled Status
COST_ENABLED_FLAG NUMBER 9 Item Costing Status
SECONDARY_UOM_ENABLED_FLAG NUMBER 9 Item Secondary UOM Status
GRADE_CONTROL_FLAG NUMBER 9 Item Grade Control Status
CREATION_SOURCE_IDENTIFIER VARCHAR2 30 Yes Indicates How The Item Cost Profile Was Created Active
ASSET_COST_PROFILE_ID NUMBER 18 Cost Profile To Be Used For Asset Instances Of The Item Active
ASSET_UOM_TYPE VARCHAR2 30 Asset Cost Profile UOM Type
ASSET_UOM_CODE VARCHAR2 30 The Costing Uom Code For Asset Instances Active
ASSET_LOT_COST_METHOD NUMBER 9 Asset Cost Profile Uses Lot Cost Method
ASSET_SERIAL_COST_METHOD NUMBER 9 Asset Cost Profile Uses Serial Cost Method
ASSET_INV_ORG_ENABLED NUMBER 9 Asset Valuation Structure Has Inv Org Enabled
ASSET_SUBINVENTORY_ENABLED NUMBER 9 Asset Valuation Structure Has Sub Inventory Enabled
ASSET_LOCATOR_ENABLED NUMBER 9 Asset Valuation Structure Has Locator Enabled
ASSET_GRADE_ENABLED NUMBER 9 Asset Valuation Structure Has Grade Enabled
ASSET_LOT_ENABLED NUMBER 9 Asset Valuation Structure Has Lot Enabled
ASSET_SERIAL_ENABLED NUMBER 9 Asset Valuation Structure Has Serial Enabled
EXPENSE_COST_PROFILE_ID NUMBER 18 Cost Profile To Be Used For Expense Instances Of The Item
EXPENSE_UOM_TYPE VARCHAR2 30 Expense Cost Profile UOM Type
EXPENSE_UOM_CODE VARCHAR2 30 The Costing Uom Code For Expense Instances Active
EXPENSE_LOT_COST_METHOD NUMBER 9 Expense Cost Profile Uses Lot Cost Method
EXPENSE_SERIAL_COST_METHOD NUMBER 9 Expense Cost Profile Uses Serial Cost Method
EXPENSE_INV_ORG_ENABLED NUMBER 9 Expense Valuation Structure Has Inv Org Enabled
EXPENSE_SUBINVENTORY_ENABLED NUMBER 9 Expense Valuation Structure Has Sub Inventory Enabled
EXPENSE_LOCATOR_ENABLED NUMBER 9 Expense Valuation Structure Has Locator Enabled
EXPENSE_GRADE_ENABLED NUMBER 9 Expense Valuation Structure Has Grade Enabled
EXPENSE_LOT_ENABLED NUMBER 9 Expense Valuation Structure Has Lot Enabled
EXPENSE_SERIAL_ENABLED NUMBER 9 Expense Valuation Structure Has Serial Enabled
CONSIGNED_COST_PROFILE_ID NUMBER 18 Cost Profile To Be Used For Consigned Instances Of The Item
CONSIGNED_UOM_TYPE VARCHAR2 30 Consigned Cost Profile UOM Type
CONSIGNED_UOM_CODE VARCHAR2 30 The Costing Uom Code For Consigned Instances
CONSIGNED_LOT_COST_METHOD NUMBER Consigned Cost Profile Uses Lot Cost Method
CONSIGNED_SERIAL_COST_METHOD NUMBER Consigned Cost Profile Uses Serial Cost Method
CONSIGNED_INV_ORG_ENABLED NUMBER 9 Consigned Valuation Structure Has Inv Org Enabled
CONSIGNED_SUBINV_ENABLED NUMBER 9 Consigned Valuation Structure Has Sub Inventory Enabled
CONSIGNED_LOCATOR_ENABLED NUMBER 9 Consigned Valuation Structure Has Locator Enabled
CONSIGNED_GRADE_ENABLED NUMBER 9 Consigned Valuation Structure Has Grade Enabled
CONSIGNED_LOT_ENABLED NUMBER 9 Consigned Valuation Structure Has Lot Enabled
CONSIGNED_SERIAL_ENABLED NUMBER 9 Consigned Valuation Structure Has Serial Enabled
ASSET_DEFAULT_COST_PROFILE_ID NUMBER 18 Default Cost Profile From Which Asset Cost Profile for This Temporary Item Cost Profile Was Created Active
EXP_DEFAULT_COST_PROFILE_ID NUMBER 18 Default Cost Profile From Which Expense Cost Profile for This Temporary Item Cost Profile Was Created Active
CONS_DEFAULT_COST_PROFILE_ID NUMBER 18 Default Cost Profile From Which Consigned Cost Profile for This Temporary Item Cost Profile Was Created Active
STATUS_CODE VARCHAR2 30 Yes Code Identifying the Error or Success Status for Item Profile Generation. Also Indicates whether the Profile is to be generated. Active
ASSET_ERROR_MESSAGE VARCHAR2 30 Error Message Code For Asset Cost Profile
EXPENSE_ERROR_MESSAGE VARCHAR2 30 Error Message Code For Expense Cost Profile
CONSIGNED_ERROR_MESSAGE VARCHAR2 30 Error Message Code For Consigned Cost Profile
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. Active
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Foreign Keys

Table Foreign Table Foreign Key Column
CST_ITEM_COST_PROFILES_T cst_default_cost_profiles ITEM_COST_PROFILE_ID

Indexes

Index Uniqueness Tablespace Columns Status
CST_ITEM_COST_PROFILES_T_N1 Non Unique FUSION_TS_TX_DATA ASSET_DEFAULT_COST_PROFILE_ID, STATUS_CODE, INVENTORY_ITEM_ID
CST_ITEM_COST_PROFILES_T_PK Unique FUSION_TS_TX_DATA ITEM_COST_PROFILE_ID Active
CST_ITEM_COST_PROFILES_T_U2 Unique Default COST_ORG_ID, COST_BOOK_ID, INVENTORY_ITEM_ID