DBA Data[Home] [Help] [Dependency Information]


TABLE: WSM.WSM_RJ_SECONDARY_QUANTITIES

Object Details
Object Name: WSM_RJ_SECONDARY_QUANTITIES
Object Type: TABLE
Owner: WSM
Subobject Name:
Status: VALID


Stores the alternate UOMs and quantities of the resulting jobs in a wip lot transaction


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WSM_RJ_SECONDARY_QUANTITIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER
Yes Transaction Identifier of the wip lot transaction
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when the row was last updated
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID)
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID)
CREATION_DATE DATE
Yes Standard Who column - date when the row was created
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID)
ORGANIZATION_ID NUMBER
Yes Organization identifier
WIP_ENTITY_ID NUMBER
Yes Lot Based Job Identifier
UOM_CODE VARCHAR2 (3) Yes Code for the alternate UOM
QUANTITY NUMBER

Quantity corresponding to the alternate UOM
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRANSACTION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      ORGANIZATION_ID
,      WIP_ENTITY_ID
,      UOM_CODE
,      QUANTITY
FROM WSM.WSM_RJ_SECONDARY_QUANTITIES;

Dependencies

[top of page]

WSM.WSM_RJ_SECONDARY_QUANTITIES does not reference any database object

WSM.WSM_RJ_SECONDARY_QUANTITIES is referenced by following:

SchemaAPPS
SynonymWSM_RJ_SECONDARY_QUANTITIES