[Home] [Help]
[Dependency Information]
| Object Name: | JTF_RS_ALL_RESOURCES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_RS_ALL_RESOURCES_VL
|
| 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 | Unique Resource Identifier, not visible to user. | ||
| RESOURCE_NUMBER | VARCHAR2 | (30) | Another key to identify Resource and this is visible to user. | |
| RESOURCE_TYPE | VARCHAR2 | (19) | Type of resource like Team,Group ,Employee,Partner,Party,Other,Supplier_contact. | |
| RESOURCE_NAME | VARCHAR2 | (360) | Name of the Resource | |
| VARCHAR2 | (2000) | Email of the resource | ||
| START_DATE_ACTIVE | DATE | When the resource becomes active | ||
| END_DATE_ACTIVE | DATE | The date after which the resource is inactive. | ||
| PHONE | VARCHAR2 | (2000) | Phone number of resource. | |
| 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_ALL_RESOURCES_VL;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
JTF_RS_GROUPS_VL
JTF_RS_RESOURCE_DTLS_VL
JTF_RS_TEAMS_VL
APPS
CSF_DEBRIEF_HEADERS_PKG
- show dependent code
CSF_DEBRIEF_LINES_PKG
- show dependent code
CSF_RES_INV_ASSIGNMENTS_V
IBC_DATA_SECURITY_PVT
- show dependent code
IBC_RESOURCES_VL
IBC_VALIDATE_PVT
- show dependent code
JTF_TR_ALL_RESOURCES_V
|
|
|
|