[Home] [Help]
[Dependency Information]
| Object Name: | JTF_RS_RESOURCE_DTLS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_RS_RESOURCE_DTLS_VL
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view is for the details (eg name , phone, email) for the resources
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | Resource identifier | ||
| CATEGORY | VARCHAR2 | (30) | Resoiurce Category | |
| RESOURCE_NUMBER | VARCHAR2 | (30) | Resource Number | |
| RESOURCE_NAME | VARCHAR2 | (360) | Resource name | |
| SOURCE_ID | NUMBER | Source Identifier | ||
| ADDRESS_ID | NUMBER | Address Identifier | ||
| CONTACT_ID | NUMBER | Contact Identifier | ||
| MANAGING_EMPLOYEE_ID | NUMBER | The employee id of the supervisor | ||
| SUPPORT_SITE_ID | NUMBER | Support site identifier | ||
| ORG_ID | NUMBER | Organization identifier | ||
| ORG_NAME | VARCHAR2 | (360) | Organization name | |
| VARCHAR2 | (2000) | Email address | ||
| START_DATE_ACTIVE | DATE | Date this resource becomes active | ||
| END_DATE_ACTIVE | DATE | Date this resource becomes inactive, if limited | ||
| PHONE | VARCHAR2 | (2000) | Phone number | |
| USER_ID | NUMBER | User id | ||
| PERSON_PARTY_ID | NUMBER | Party Id |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, CATEGORY
, RESOURCE_NUMBER
, RESOURCE_NAME
, SOURCE_ID
, ADDRESS_ID
, CONTACT_ID
, MANAGING_EMPLOYEE_ID
, SUPPORT_SITE_ID
, ORG_ID
, ORG_NAME
, EMAIL
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, PHONE
, USER_ID
, PERSON_PARTY_ID
FROM APPS.JTF_RS_RESOURCE_DTLS_VL;
APPS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
JTF_RS_RESOURCE_EXTNS_VL
JTF_RS_SALESREPS_MO_V
APPS
JTF_RS_ALL_RESOURCES_VL
JTF_RS_RESOURCES_VL
|
|
|
|