[Home] [Help]
[Dependency Information]
Object Name: | XDP_ADAPTER_TYPE_REQ_TYPES_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 |
---|---|---|---|---|
LOOKUP_CODE | VARCHAR2 | (30) | Request. Category of lookup code (section before the ':' in the lookup code lookup_type 'XDP_REQUEST_TYPE')) | |
MEANING | VARCHAR2 | (80) | Yes | Description of request |
ADAPTER_TYPE | VARCHAR2 | (40) | Yes | Adapter Type for which request is valid |
Cut, paste (and edit) the following text to query this object:
SELECT LOOKUP_CODE
, MEANING
, ADAPTER_TYPE
FROM APPS.XDP_ADAPTER_TYPE_REQ_TYPES_V;
|
|
|