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


TABLE: XNP.XNP_SP_ADAPTERS

Object Details
Object Name: XNP_SP_ADAPTERS
Object Type: TABLE
Owner: XNP
FND Design Data: TableXNP.XNP_SP_ADAPTERS
Subobject Name:
Status: VALID


XNP_SP_ADAPTERS stores mapping of a service provider to an external system.
This configuration data is used by SDP to send and receive messages to/from service providers.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XNP_SP_ADAPTERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSP_ADAPTER_ID
XNP_SP_ADAPTERS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFE_ID
ColumnSP_ID
XNP_SP_ADAPTERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnSP_ID
Columns
Name Datatype Length Mandatory Comments
SP_ADAPTER_ID NUMBER
Yes Adapter identifier that relates aservice provider to its corresponding fulfillment element
SP_ID NUMBER
Yes Service provider identifier
FE_ID NUMBER
Yes Fulfillment element identifier used to send and receive messages to/from the dervice provider
PREFERRED_FLAG VARCHAR2 (1) Yes Flag to indicate which adapter is preferred if there is more than one adapter to communicate with the external system
SEQUENCE NUMBER
Yes If there is more than one preferred adapter then sequence is used to indicate which one to use
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SP_ADAPTER_ID
,      SP_ID
,      FE_ID
,      PREFERRED_FLAG
,      SEQUENCE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM XNP.XNP_SP_ADAPTERS;

Dependencies

[top of page]

XNP.XNP_SP_ADAPTERS does not reference any database object

XNP.XNP_SP_ADAPTERS is referenced by following:

SchemaAPPS
SynonymXNP_SP_ADAPTERS