INV_AGING_ANALYSIS_DETAILS

This table contains the monthly costing and transaction data of inventory items in a warehouse.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_AGING_ANALYSIS_DETAILS_PK

INVENTORY_ITEM_ID, ORGANIZATION_ID, PERIOD_START_DATE

Columns

Name Datatype Length Precision Not-null Comments
INVENTORY_ITEM_ID NUMBER 18 Yes Value that identifies the inventory item.
ORGANIZATION_ID NUMBER 18 Yes Value that identifies the inventory organization.
ORGANIZATION_CODE VARCHAR2 18 Code that identifies the inventory organization.
PERIOD_START_DATE DATE Yes Start date of the period for which the record is created.
PERIOD_END_DATE DATE End date of the period for which the record is created.
PRIMARY_ONHAND_QUANTITY NUMBER Primary onhand quantity at the end of the period.
PRIMARY_UOM_CODE VARCHAR2 3 Code that identifies the primary unit of measure of the inventory item.
START_DATE_ITEM_COST NUMBER Item cost at the start date of the period.
END_DATE_ITEM_COST NUMBER Item cost at the end date of the period.
COGS NUMBER Cost of goods sold value for the item in the organization for the given period.
CURRENCY VARCHAR2 20 Currency in which the COGS is recorded.
WEIGHTED_AVG_INVENTORY_AGE NUMBER Weighted average inventory age at the end of the period.
SALES_QUANTITY NUMBER The quantity sold during the period, expressed in the item’s primary unit of measure.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
INV_AGING_ANALYSIS_DETAILS_U1 Unique Default INVENTORY_ITEM_ID, ORGANIZATION_ID, PERIOD_START_DATE
INV_AGING_ANALYSIS_DETAILS_N1 Non Unique Default ORGANIZATION_ID, PERIOD_START_DATE