[Home] [Help]
[Dependency Information]
Object Name: | PER_ESTABLISHMENTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 | |
ESTABLISHMENT | VARCHAR2 | (160) | Yes | |
LOCATION | VARCHAR2 | (240) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ESTABLISHMENT_ID
, ESTABLISHMENT
, LOCATION
FROM APPS.PER_ESTABLISHMENTS_V;
|
|
|