[Home] [Help]
[Dependency Information]
Object Name: | JTY_ESCALATION_TERRITORIES_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.
Escalation Territories
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERR_ID | NUMBER | Yes | Terr Id | |
NAME | VARCHAR2 | (2000) | Yes | Name |
DESCRIPTION | VARCHAR2 | (240) | Description | |
START_DATE_ACTIVE | DATE | Start Date Active | ||
END_DATE_ACTIVE | DATE | End Date Active |
Cut, paste (and edit) the following text to query this object:
SELECT TERR_ID
, NAME
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM APPS.JTY_ESCALATION_TERRITORIES_V;
APPS.JTY_ESCALATION_TERRITORIES_V is not referenced by any database object
|
|
|