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


TABLE: XDP.XDP_WI_FA_MAPPING

Object Details
Object Name: XDP_WI_FA_MAPPING
Object Type: TABLE
Owner: XDP
FND Design Data: TableXDP.XDP_WI_FA_MAPPING
Subobject Name:
Status: VALID


XDP_WI_FA_MAPPING defines the list of fulfillment actions to be excuted in order to fulfill a work item.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XDP_WI_FA_MAPPING_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnWI_FA_MAPPING_ID
ColumnZD_EDITION_NAME
XDP_WI_FA_MAPPING_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnFULFILLMENT_ACTION_ID
XDP_WI_FA_MAPPING_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnWORKITEM_ID
Columns
Name Datatype Length Mandatory Comments
WI_FA_MAPPING_ID NUMBER
Yes Work item fulfillment action identifier
WORKITEM_ID NUMBER
Yes Work item identifier for the work item fulfillment action mapping
FULFILLMENT_ACTION_ID NUMBER
Yes Fulfillment action indentifier which is mapped to the work item
PROVISIONING_SEQ NUMBER
Yes Fulfillment sequence for the fulfillment action mapped to the work item
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT WI_FA_MAPPING_ID
,      WORKITEM_ID
,      FULFILLMENT_ACTION_ID
,      PROVISIONING_SEQ
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM XDP.XDP_WI_FA_MAPPING;

Dependencies

[top of page]

XDP.XDP_WI_FA_MAPPING does not reference any database object

XDP.XDP_WI_FA_MAPPING is referenced by following:

SchemaXDP
ViewXDP_WI_FA_MAPPING#