[Home] [Help]
[Dependency Information]
| Object Name: | VEA_RELEASE_EXCEPTION_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | VEA.VEA_RELEASE_EXCEPTION_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 |
|---|---|---|---|---|
| LAYER_PROVIDER_CODE | VARCHAR2 | (30) | Yes | |
| TP_LAYER_ID | NUMBER | Yes | ||
| RELEASE_ID | NUMBER | Yes | ||
| APPLICATION_SHORT_NAME | VARCHAR2 | (3) | Yes | |
| FILE_PATH | VARCHAR2 | (50) | Yes | |
| FILE_NAME | VARCHAR2 | (50) | Yes | |
| MESSAGE_TEXT | VARCHAR2 | (2000) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT LAYER_PROVIDER_CODE
, TP_LAYER_ID
, RELEASE_ID
, APPLICATION_SHORT_NAME
, FILE_PATH
, FILE_NAME
, MESSAGE_TEXT
FROM APPS.VEA_RELEASE_EXCEPTION_V;
APPS
VEA_EXCEPTIONS
VEA_RELEASE_DETAILS
APPS.VEA_RELEASE_EXCEPTION_V is not referenced by any database object
|
|
|
|