[Home] [Help]
[Dependency Information]
| Object Name: | IBC_PENDING_APPROVALS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IBC.IBC_PENDING_APPROVALS_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 |
|---|---|---|---|---|
| CITEM_VERSION_ID | VARCHAR2 | (240) | Content Item version identifier | |
| ITEM_KEY | VARCHAR2 | (240) | Item Key | |
| USER_NAME | VARCHAR2 | (320) | Yes | User Name |
| NOTIFICATION_BEGIN_DATE | DATE | Notification date | ||
| RELATES_TO | VARCHAR2 | (80) | Yes | Relates to Item or Translation approval |
| ACTIVITY_NAME | VARCHAR2 | (30) | Work Flow activity name | |
| LANGUAGE | VARCHAR2 | (240) | Language | |
| ROLE_NAME | VARCHAR2 | (320) | Yes | Name of the workflow role |
Cut, paste (and edit) the following text to query this object:
SELECT CITEM_VERSION_ID
, ITEM_KEY
, USER_NAME
, NOTIFICATION_BEGIN_DATE
, RELATES_TO
, ACTIVITY_NAME
, LANGUAGE
, ROLE_NAME
FROM APPS.IBC_PENDING_APPROVALS_V;
APPS
FND_LOOKUP_VALUES
WF_CORE
- show dependent code
WF_DIRECTORY
- show dependent code
WF_ITEM_ACTIVITY_STATUSES_V
WF_USER_ROLES
APPS
IBC_CITEM_WORKFLOW_PVT
- show dependent code
|
|
|
|