INV_CHILD_LOT_NUMBERS

This table is used in the INV_LOT_API_PUB.PKB API to generate child lot numbers. The sequence is stored her and incremented here and not on EGP_ITEM_ORG_ASSOCIATIONS

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TX_TS_DATA

Primary Key

Name Columns

INV_CHILD_LOT_NUMBERS_PK

ORGANIZATION_ID, INVENTORY_ITEM_ID, PARENT_LOT_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
ORGANIZATION_ID NUMBER 18 Yes This identifies the lot item organization.
INVENTORY_ITEM_ID NUMBER 18 Yes This identifies the lot inventory item.
PARENT_LOT_NUMBER VARCHAR2 80 Yes This is the parent lot number. Used by WMS only.
LAST_CHILD_LOT_NUMBER_SEQ NUMBER 18 Yes Stores and increments the child lot sequence number used as the child lot suffix
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_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.

Indexes

Index Uniqueness Tablespace Columns
INV_CHILD_LOT_NUMBERS_U1 Unique Default ORGANIZATION_ID, INVENTORY_ITEM_ID, PARENT_LOT_NUMBER