[Home] [Help]
[Dependency Information]
| Object Name: | IEU_UWQ_WEB_CALLBACK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IEU.IEU_UWQ_WEB_CALLBACK_V
|
| 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 |
|---|---|---|---|---|
| IEU_OBJECT_FUNCTION | CHAR | (0) | Function to launch while getting work. | |
| IEU_OBJECT_PARAMETERS | CHAR | (0) | Parameters to pass to the function. | |
| IEU_MEDIA_TYPE_UUID | VARCHAR2 | (38) | Yes | Media type of row. |
| IEU_PARAM_PK_COL | CHAR | (10) | Primary Key column | |
| IEU_PARAM_PK_VALUE | VARCHAR2 | (500) | Primary Key value | |
| RESOURCE_ID | NUMBER | (15) | Yes | JTF resource ID that row belongs to. |
| RESOURCE_TYPE | CHAR | (13) | Resource type of the resource ID. | |
| QUEUE_TYPE | VARCHAR2 | (1996) | Yes | Type of queue. |
| QUEUE_NAME | VARCHAR2 | (500) | Name of queue (displayed to user). | |
| QUEUE_COUNT | NUMBER | (10) | Yes | Elements in queue (displayed to user). |
Cut, paste (and edit) the following text to query this object:
SELECT IEU_OBJECT_FUNCTION
, IEU_OBJECT_PARAMETERS
, IEU_MEDIA_TYPE_UUID
, IEU_PARAM_PK_COL
, IEU_PARAM_PK_VALUE
, RESOURCE_ID
, RESOURCE_TYPE
, QUEUE_TYPE
, QUEUE_NAME
, QUEUE_COUNT
FROM APPS.IEU_UWQ_WEB_CALLBACK_V;
APPS
FND_LOOKUP_VALUES_VL
IEU_UWQ_MEDIA_TYPES_B
IEU_UWQ_MEDIA_TYPES_TL
IEU_UWQ_SEL_MRT_DATA
APPS.IEU_UWQ_WEB_CALLBACK_V is not referenced by any database object
|
|
|
|