[Home] [Help]
[Dependency Information]
| Object Name: | WSM_SUBINVENTORY_EXTENSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | WSM |
| FND Design Data: | WSM.WSM_SUBINVENTORY_EXTENSIONS
|
| Subobject Name: | |
| Status: | VALID |
Sector Extensions associated with a subinventory in an OSFM organization.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WSM_SUBINVENTORY_EXTENSIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
SECONDARY_INVENTORY_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | OSFM Organization Identifier | |
| SECONDARY_INVENTORY_NAME | VARCHAR2 | (10) | Yes | Subinventory Stocking Points associated with the sector extension. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_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). | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| SECTOR_EXTENSION_ID | NUMBER | Yes | Sector Extension Identifier to which the subinventory is associated with. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, SECONDARY_INVENTORY_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECTOR_EXTENSION_ID
FROM WSM.WSM_SUBINVENTORY_EXTENSIONS;
WSM.WSM_SUBINVENTORY_EXTENSIONS does not reference any database object
WSM.WSM_SUBINVENTORY_EXTENSIONS is referenced by following:
APPS
WSM_SUBINVENTORY_EXTENSIONS
|
|
|
|