[Home] [Help]
[Dependency Information]
| Object Name: | XDP_ADAPTER_TYPE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XDP.XDP_ADAPTER_TYPE_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 |
|---|---|---|---|---|
| FE_ID | NUMBER | Yes | Fulfillment Element identifier | |
| USAGE_CODE | VARCHAR2 | (40) | Yes | Internal Code representing the usage of the Adapter |
| MEANING | VARCHAR2 | (80) | Yes | Display Name for the internal Code representing the usage of the Adapter |
| USAGE_COUNT | NUMBER | Tthe total count of each Adapter grouped by usage type |
Cut, paste (and edit) the following text to query this object:
SELECT FE_ID
, USAGE_CODE
, MEANING
, USAGE_COUNT
FROM APPS.XDP_ADAPTER_TYPE_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
XDP_ADAPTER_REG
APPS.XDP_ADAPTER_TYPE_V is not referenced by any database object
|
|
|
|