[Home] [Help]
[Dependency Information]
| Object Name: | PER_ESTABLISHMENTS_BASE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.PER_ESTABLISHMENTS_BASE_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ESTABLISHMENT_ID | NUMBER | (9) | Yes | |
| NAME | VARCHAR2 | (160) | Yes | |
| LOCATION | VARCHAR2 | (240) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ESTABLISHMENT_ID
, NAME
, LOCATION
FROM APPS.PER_ESTABLISHMENTS_BASE_V;
APPS
PER_ESTABLISHMENTS
PUBLIC
PER_ESTABLISHMENTS_BASE_V
|
|
|
|