[Home] [Help]
[Dependency Information]
| Object Name: | IEX_DUNN_ERR_PREV_REQ_IDS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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). | ||
| DUNNING_MODE | VARCHAR2 | (4000) | ||
| CONFIRMATION_MODE | VARCHAR2 | (4000) | ||
| USER_NAME | VARCHAR2 | (100) | Yes | |
| REQUEST_DATE | DATE | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, DUNNING_MODE
, CONFIRMATION_MODE
, USER_NAME
, REQUEST_DATE
FROM APPS.IEX_DUNN_ERR_PREV_REQ_IDS_V;
APPS
ARPT_SQL_FUNC_UTIL
- show dependent code
FND_CONCURRENT_REQUESTS
FND_USER
IEX_DUNNINGS
IEX_UTILITIES
- show dependent code
APPS.IEX_DUNN_ERR_PREV_REQ_IDS_V is not referenced by any database object
|
|
|
|