[Home] [Help]
[Dependency Information]
Object Name: | JTF_TTY_GEO_TERR_OWNER_LOV_V |
---|---|
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.
View for owners of Geography Territories
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESOURCE_NAME | VARCHAR2 | (360) | Resource Name | |
DIR_USER_ID | NUMBER | User Identifier of the salesperson's direct report. Foreign Key to FND_USER. | ||
CURRENT_USER_ID | NUMBER | Current User Identifier | ||
GEO_TERR_NAME | VARCHAR2 | (80) | Yes | Geography Territory Name |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_NAME
, DIR_USER_ID
, CURRENT_USER_ID
, GEO_TERR_NAME
FROM APPS.JTF_TTY_GEO_TERR_OWNER_LOV_V;
APPS.JTF_TTY_GEO_TERR_OWNER_LOV_V is not referenced by any database object
|
|
|