[Home] [Help]
[Dependency Information]
Object Name: | JTF_TERR_QLFY_RSC_DST_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This views stores all the active resources , groups and teams.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESOURCE_ID | NUMBER | Unique identifier of the resource or group or team | ||
RESOURCE_TYPE | VARCHAR2 | (19) | 'RS_GROUP' in case of group , 'RS_TEAM' in case of team and resource category in case of resource | |
RESOURCE_TYPE_NAME | VARCHAR2 | (17) | Description of resource type | |
RESOURCE_NAME | VARCHAR2 | (360) | Resource name in case of resource , group name in case of group and team name in case of team | |
VARCHAR2 | (0) | Not Used | ||
START_DATE_ACTIVE | VARCHAR2 | (0) | Not Used | |
END_DATE_ACTIVE | VARCHAR2 | (0) | Not Used | |
PHONE | VARCHAR2 | (0) | Not Used |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, RESOURCE_TYPE
, RESOURCE_TYPE_NAME
, RESOURCE_NAME
, EMAIL
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, PHONE
FROM APPS.JTF_TERR_QLFY_RSC_DST_V;
APPS.JTF_TERR_QLFY_RSC_DST_V is not referenced by any database object
|
|
|