[Home] [Help]
[Dependency Information]
Object Name: | GL_WF_ROLES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
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.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DISPLAY_NAME | VARCHAR2 | (100) | ||
NAME | VARCHAR2 | (100) | ||
DESCRIPTION | VARCHAR2 | (240) | ||
ORIG_SYSTEM | VARCHAR2 | (48) | ||
ORIG_SYSTEM_ID | NUMBER | |||
TYPE | VARCHAR2 | (18) |
Cut, paste (and edit) the following text to query this object:
SELECT DISPLAY_NAME
, NAME
, DESCRIPTION
, ORIG_SYSTEM
, ORIG_SYSTEM_ID
, TYPE
FROM APPS.GL_WF_ROLES_V;
|
|
|