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


VIEW: APPS.XDP_WI_FA_MAPPING_VL

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

View Type

MultiLingual view (a language resolved view of the data.)


The view XDP_WI_FA_MAPPING_VL defines the list of Fulfillment Actions to be excuted in order to fulfill a given workitem.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
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
DESCRIPTION VARCHAR2 (2000)
Description
Query Text

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


SELECT ROW_ID
,      WI_FA_MAPPING_ID
,      WORKITEM_ID
,      FULFILLMENT_ACTION_ID
,      PROVISIONING_SEQ
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
FROM APPS.XDP_WI_FA_MAPPING_VL;

Dependencies

[top of page]

APPS.XDP_WI_FA_MAPPING_VL references the following:

SchemaAPPS
SynonymXDP_WI_FA_MAPPING
SynonymXDP_WI_FA_MAPPING_TL

APPS.XDP_WI_FA_MAPPING_VL is not referenced by any database object