DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.XDP_ADAPTER_TYPE_V

Object Details
Object Name: XDP_ADAPTER_TYPE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXDP.XDP_ADAPTER_TYPE_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.XDP_ADAPTER_TYPE_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymXDP_ADAPTER_REG

APPS.XDP_ADAPTER_TYPE_V is not referenced by any database object