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


VIEW: APPS.JTF_TTY_MY_RESOURCES_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view shows all the direct and indirect reports of a salesperson.


[View Source]

Columns
Name Datatype Length Mandatory Comments
RESOURCE_ID NUMBER

Resource Identifier of the salesperson's direct or indirect report
RESOURCE_NAME VARCHAR2 (360)
Resource Name
GROUP_ID NUMBER

Salesgroup Identifier. Salesgroup the direct or indirect report belongs to.
GROUP_NAME VARCHAR2 (60) Yes Salesgroup name
ROLE_CODE VARCHAR2 (30)
Role code of the salesperson's direct or indirect report.
ROLE_NAME VARCHAR2 (60)
Role name of the salesperson's direct or indirect report
DIR_USER_ID NUMBER

User Identifier of the salesperson's direct or indirect report. Foreign Key to FND_USER.
CURRENT_USER_ID NUMBER

User identifier of the salesperson whose directs are shown in this view. Foreign Key to FND_USER.
PARENT_GROUP_ID NUMBER

Salesgroup Identifier of the salesgroup that the salesperson belongs to
CURRENT_USER_ROLE_CODE VARCHAR2 (30)
Role code of the salesperson
CURRENT_USER_RSC_ID NUMBER

Resource identifier of the salesperson. Foreign Key to JTF_RS_RESOURCE_EXTNS.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RESOURCE_ID
,      RESOURCE_NAME
,      GROUP_ID
,      GROUP_NAME
,      ROLE_CODE
,      ROLE_NAME
,      DIR_USER_ID
,      CURRENT_USER_ID
,      PARENT_GROUP_ID
,      CURRENT_USER_ROLE_CODE
,      CURRENT_USER_RSC_ID
FROM APPS.JTF_TTY_MY_RESOURCES_V;

Dependencies

[top of page]

APPS.JTF_TTY_MY_RESOURCES_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
SynonymJTF_RS_GROUPS_B
SynonymJTF_RS_GROUPS_DENORM
ViewJTF_RS_GROUPS_VL
SynonymJTF_RS_GROUP_MEMBERS
SynonymJTF_RS_GROUP_USAGES
SynonymJTF_RS_REP_MANAGERS
SynonymJTF_RS_RESOURCE_EXTNS
ViewJTF_RS_RESOURCE_EXTNS_VL
SynonymJTF_RS_ROLES_B
ViewJTF_RS_ROLES_VL
SynonymJTF_RS_ROLE_RELATIONS
APPS.JTF_TTY_MY_RESOURCES_V is referenced by following:

SchemaAPPS
Package BodyJTF_TTY_MAINTAIN_NA_PVT - show dependent code
Package BodyJTF_TTY_NACCT_SALES_PUB - show dependent code
Package BodyJTF_TTY_NA_TERRGP - show dependent code