DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.JTF_RS_ALL_RESOURCES_VL

Object Details
Object Name: JTF_RS_ALL_RESOURCES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_RS_ALL_RESOURCES_VL
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
EMAIL 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
Query Text

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;

Dependencies

[top of page]

APPS.JTF_RS_ALL_RESOURCES_VL references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewJTF_RS_GROUPS_VL
ViewJTF_RS_RESOURCE_DTLS_VL
ViewJTF_RS_TEAMS_VL
APPS.JTF_RS_ALL_RESOURCES_VL is referenced by following:

SchemaAPPS
ViewCSF_DC_RESOURCES_V
Package BodyCSF_DEBRIEF_HEADERS_PKG - show dependent code
Package BodyCSF_DEBRIEF_LINES_PKG - show dependent code
Package BodyCSF_PLANBOARD_TASKS - show dependent code
Package BodyCSF_RESOURCE_PUB - show dependent code
ViewCSF_RES_INV_ASSIGNMENTS_V
Package BodyCSF_TASKS_PUB - show dependent code
Package BodyCSF_TRIPS_PUB - show dependent code
ViewCSR_RULES_TRANSLATED_V
Package BodyIBC_DATA_SECURITY_PVT - show dependent code
ViewIBC_RESOURCES_VL
Package BodyIBC_VALIDATE_PVT - show dependent code
ViewJTF_TR_ALL_RESOURCES_V