[Home] [Help]
[Dependency Information]
| Object Name: | JTF_TTY_SRCH_MY_RESOURCES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_TTY_SRCH_MY_RESOURCES_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | Resource Identifier of the salesperson's direct or indirect report | ||
| GROUP_ID | NUMBER | Salesgroup Identifier. Salesgroup the direct or indirect report belongs to. | ||
| ROLE_CODE | VARCHAR2 | (30) | Role code of the salesperson's direct or indirect report. | |
| CURRENT_USER_ID | NUMBER | User identifier of the salesperson whose directs are shown in this view. Foreign Key to FND_USER. |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, GROUP_ID
, ROLE_CODE
, CURRENT_USER_ID
FROM APPS.JTF_TTY_SRCH_MY_RESOURCES_V;
APPS
FND_PROFILE
- show dependent code
JTF_RS_GROUPS_B
JTF_RS_GROUPS_DENORM
JTF_RS_GROUP_MEMBERS
JTF_RS_GROUP_USAGES
JTF_RS_REP_MANAGERS
JTF_RS_RESOURCE_EXTNS
JTF_RS_RESOURCE_EXTNS_VL
JTF_RS_ROLES_B
JTF_RS_ROLES_VL
JTF_RS_ROLE_RELATIONS
APPS
JTF_TTY_ALIGN_ACTIVATE_PKG
- show dependent code
JTF_TTY_ALIGN_WEBADI_INT_PKG
- show dependent code
JTF_TTY_MAINTAIN_NA_PVT
- show dependent code
JTF_TTY_WEBADI_SALSTEAM_UPDATE
- show dependent code
|
|
|
|