[Home] [Help]
[Dependency Information]
Object Name: | IEX_DEL_STATUSES |
---|---|
Object Type: | TABLE |
Owner: | IEX |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IEX_DEL_STATUSES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEL_STATUS_ID | NUMBER | Yes | Primary Key | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Standard HTML front end column |
SCORE_VALUE_LOW | NUMBER | Yes | Score value range Low | |
SCORE_VALUE_HIGH | NUMBER | Yes | Score value range High | |
DEL_STATUS | VARCHAR2 | (25) | Yes | Status to give score within high/ low range |
SCORE_ID | NUMBER | Yes | foreign key to IEX_SCORES.Score_ID | |
REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_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). | |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
ORG_ID | NUMBER | (15) | ||
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated 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_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT DEL_STATUS_ID
, OBJECT_VERSION_NUMBER
, SCORE_VALUE_LOW
, SCORE_VALUE_HIGH
, DEL_STATUS
, SCORE_ID
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM IEX.IEX_DEL_STATUSES;
IEX.IEX_DEL_STATUSES does not reference any database object
IEX.IEX_DEL_STATUSES is referenced by following:
|
|
|