[Home] [Help]
[Dependency Information]
Object Name: | JTF_RS_RESOURCES_VL |
---|---|
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 view shows all resource including team,groups and individual resource.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESOURCE_ID | NUMBER | Resource Identifier. | ||
RESOURCE_NUMBER | VARCHAR2 | (30) | Resource Number. | |
RESOURCE_TYPE | VARCHAR2 | (19) | Resource type. | |
RESOURCE_NAME | VARCHAR2 | (360) | Resource Name. | |
VARCHAR2 | (2000) | Email associated with the resource. | ||
START_DATE_ACTIVE | DATE | Effective start date of the resource. | ||
END_DATE_ACTIVE | DATE | Effective end date of this resource. | ||
PHONE | VARCHAR2 | (2000) | Resource phone number. | |
PERSON_PARTY_ID | NUMBER | Party Id | ||
ORG_ID | NUMBER | Operating Unit Identifier | ||
ORG_NAME | VARCHAR2 | (360) | Operating Unit Name |
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
, PERSON_PARTY_ID
, ORG_ID
, ORG_NAME
FROM APPS.JTF_RS_RESOURCES_VL;
|
|
|