[Home] [Help]
[Dependency Information]
| Object Name: | JTF_TTY_ALL_RESOURCES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_TTY_ALL_RESOURCES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for all resources
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_NAME | VARCHAR2 | (360) | Resource Name | |
| RESOURCE_ID | NUMBER | Yes | Resource Identifier | |
| GROUP_NAME | VARCHAR2 | (60) | Yes | Group Name |
| GRPS_GROUP_ID | NUMBER | Yes | Group Identifier | |
| ROLE_NAME | VARCHAR2 | (60) | Yes | Role Name |
| ROLE_CODE | VARCHAR2 | (30) | Yes | Role Code |
| MANAGER_FLAG | VARCHAR2 | (1) | Manager Flag |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_NAME
, RESOURCE_ID
, GROUP_NAME
, GRPS_GROUP_ID
, ROLE_NAME
, ROLE_CODE
, MANAGER_FLAG
FROM APPS.JTF_TTY_ALL_RESOURCES_V;
APPS
JTF_RS_GROUPS_VL
JTF_RS_GROUP_MBR_ROLE_VL
JTF_RS_RESOURCE_EXTNS_VL
JTF_RS_ROLES_VL
APPS.JTF_TTY_ALL_RESOURCES_V is not referenced by any database object
|
|
|
|