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


TABLE: WSM.WSM_LOT_TRAVELER_TEMPLATES

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


Stores the templates used to create the lot travelers


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WSM_LOT_TRAVELER_TEMPLATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVENTORY_ITEM_ID
ColumnORGANIZATION_ID
ColumnCATEGORY_SET_ID
ColumnCATEGORY_ID
Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER

Identifier for the assembly for which the template has been created
ORGANIZATION_ID NUMBER

Organization identifier
CATEGORY_SET_ID NUMBER

Identifier for the category set to which the category belongs
CATEGORY_ID NUMBER

Identifier for the category to which the assembly belongs
TEMPLATE_CODE VARCHAR2 (80) Yes Code for the template that is associated with the assembly or the category
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 this row was created
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID)
Query Text

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


SELECT INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      CATEGORY_SET_ID
,      CATEGORY_ID
,      TEMPLATE_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM WSM.WSM_LOT_TRAVELER_TEMPLATES;

Dependencies

[top of page]

WSM.WSM_LOT_TRAVELER_TEMPLATES does not reference any database object

WSM.WSM_LOT_TRAVELER_TEMPLATES is referenced by following:

SchemaAPPS
SynonymWSM_LOT_TRAVELER_TEMPLATES