[Home] [Help]
[Dependency Information]
| Object Name: | IEX_STRATEGY_WORK_SKILLS |
|---|---|
| Object Type: | TABLE |
| Owner: | IEX |
| FND Design Data: | IEX.IEX_STRATEGY_WORK_SKILLS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEX_STRATEGY_WORK_SKILLS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
WORK_SKILL_ID
|
| IEX_STRATEGY_WORK_SKILLS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
WORK_ITEM_TEMP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WORK_SKILL_ID | NUMBER | (25) | Yes | |
| WORK_ITEM_TEMP_ID | NUMBER | (25) | ||
| COMPETENCE_ID | NUMBER | (25) | ||
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Standard HTML front end column | |
| REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | ||
| SECURITY_GROUP_ID | NUMBER | Subscriber id, for CRM Online Services use | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). |
Cut, paste (and edit) the following text to query this object:
SELECT WORK_SKILL_ID
, WORK_ITEM_TEMP_ID
, COMPETENCE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PROGRAM_ID
, OBJECT_VERSION_NUMBER
, REQUEST_ID
, SECURITY_GROUP_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
FROM IEX.IEX_STRATEGY_WORK_SKILLS;
IEX.IEX_STRATEGY_WORK_SKILLS does not reference any database object
IEX.IEX_STRATEGY_WORK_SKILLS is referenced by following:
IEX
IEX_STRATEGY_WORK_SKILLS#
|
|
|
|