[Home] [Help]
[Dependency Information]
Object Name: | JTF_RS_RESOURCE_DTLS_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 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;
|
|
|