[Home] [Help]
[Dependency Information]
| Object Name: | WSM_SECTOR_EXTENSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | WSM |
| FND Design Data: | WSM.WSM_SECTOR_EXTENSIONS
|
| Subobject Name: | |
| Status: | VALID |
Sector Extensions in OSFM are the segment of a manufacturing process for which a Lot based Job is defined.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WSM_SECTOR_EXTENSIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SECTOR_EXTENSION_ID
|
| WSM_SECTOR_EXTENSIONS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
SECTOR_EXTENSION_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | Generated from Sector Extension Id (WSM_SECTOR_EXTENSIONS_S sequence) | |
| SECTOR_EXTENSION_CODE | VARCHAR2 | (10) | Yes | Sector Extension Name. |
| SECTOR_EXTENSION_DESCRIPTION | VARCHAR2 | (60) | Sector Extension Description. | |
| ORGANIZATION_ID | NUMBER | Yes | OSFM Organization Identifier. | |
| DEFAULT_ACCT_CLASS_CODE | VARCHAR2 | (10) | Yes | OSFM Default WIP Accounting Class associated with the Sector Extension. |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECTOR_EXTENSION_ID
, SECTOR_EXTENSION_CODE
, SECTOR_EXTENSION_DESCRIPTION
, ORGANIZATION_ID
, DEFAULT_ACCT_CLASS_CODE
FROM WSM.WSM_SECTOR_EXTENSIONS;
WSM.WSM_SECTOR_EXTENSIONS does not reference any database object
WSM.WSM_SECTOR_EXTENSIONS is referenced by following:
APPS
WSM_SECTOR_EXTENSIONS
|
|
|
|