[Home] [Help]
[Dependency Information]
Object Name: | PA_EXT_DRIVERS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
DRIVER_TYPE | VARCHAR2 | (14) | Context Type | |
DRIVER_NAME | VARCHAR2 | (150) | Context Name | |
DRIVER_ID | NUMBER | (15) | Context ID | |
DESCRIPTION | VARCHAR2 | (2000) | Context Description |
Cut, paste (and edit) the following text to query this object:
SELECT DRIVER_TYPE
, DRIVER_NAME
, DRIVER_ID
, DESCRIPTION
FROM APPS.PA_EXT_DRIVERS_V;
|
|
|