[Home] [Help]
[Dependency Information]
| Object Name: | AMS_GEOAREA_SCR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMS.AMS_GEOAREA_SCR_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOCATION_HIERARCHY_ID | NUMBER | Yes | Identifier of location hierarchy. | |
| LOCATION_TYPE_CODE | VARCHAR2 | (30) | Yes | Code of location type. |
| LOCATION_NAME | VARCHAR2 | (240) | Name of location such as California or New York. | |
| LOCATION | VARCHAR2 | (970) | Location of the area. For example for California it would be - West Coast, USA, North America. |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_HIERARCHY_ID
, LOCATION_TYPE_CODE
, LOCATION_NAME
, LOCATION
FROM APPS.AMS_GEOAREA_SCR_V;
APPS
JTF_LOC_HIERARCHIES_VL
APPS
AMS_ACT_MKT_SEGMENTS_VL
AMS_COPYELEMENTS_PVT
- show dependent code
AMS_P_OFFER_MKT_SEGMENTS_V
|
|
|
|