[Home] [Help]
[Dependency Information]
| Object Name: | JTF_TR_ALL_RESOURCES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_TR_ALL_RESOURCES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view stores all the resources
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | Unqiue identifier of the resource | ||
| RESOURCE_NUMBER | VARCHAR2 | (30) | Unique Number of the resource | |
| RESOURCE_TYPE | VARCHAR2 | (19) | Category of the resource | |
| RESOURCE_NAME | VARCHAR2 | (360) | Name of the resource | |
| VARCHAR2 | (2000) | Email address of the resource | ||
| START_DATE_ACTIVE | DATE | Date from which the resource is active | ||
| END_DATE_ACTIVE | DATE | Date from which the resource is inactive | ||
| PHONE | VARCHAR2 | (2000) | Phone of the resource | |
| GROUP_ID | NUMBER | Unique identifier of the group to which the resource belongs | ||
| GROUP_NAME | VARCHAR2 | (60) | Name of the group | |
| ROLE | VARCHAR2 | (60) | Role that the resource plays in the group |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, RESOURCE_NUMBER
, RESOURCE_TYPE
, RESOURCE_NAME
, EMAIL
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, PHONE
, GROUP_ID
, GROUP_NAME
, ROLE
FROM APPS.JTF_TR_ALL_RESOURCES_V;
APPS
FND_GLOBAL
- show dependent code
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
JTF_RS_ALL_RESOURCES_VL
JTF_RS_GROUPS_VL
JTF_RS_GROUP_MEMBERS_VL
JTF_RS_ROLE_RELATIONS_VL
APPS.JTF_TR_ALL_RESOURCES_V is not referenced by any database object
|
|
|
|