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


VIEW: APPS.XDP_SERVICE_WI_MAP_VL

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

View Type

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


The view XDP_SERVICE_WI_MAPPING_VL is used define the list of workitem which need to be executed to fulfill the given service sales action.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
SERVICE_WI_MAP_ID NUMBER
Yes Service Work Item Mapping identifier
SERVICE_VAL_ACT_ID NUMBER
Yes Service Valid Action identifier for the Service Work Item Mapping
WORKITEM_ID NUMBER
Yes Work Item indentifier which is mapped to the Service
MAPPING_TYPE VARCHAR2 (40) Yes Internal code representing the type of mapping between the Service and the Work Item
PROVISION_SEQ NUMBER
Yes Fulfillment Sequence for the Work Item mapped to the Service
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
CREATED_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
,      SERVICE_WI_MAP_ID
,      SERVICE_VAL_ACT_ID
,      WORKITEM_ID
,      MAPPING_TYPE
,      PROVISION_SEQ
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
FROM APPS.XDP_SERVICE_WI_MAP_VL;

Dependencies

[top of page]

APPS.XDP_SERVICE_WI_MAP_VL references the following:

SchemaAPPS
SynonymXDP_SERVICE_WI_MAP
SynonymXDP_SERVICE_WI_MAP_TL

APPS.XDP_SERVICE_WI_MAP_VL is not referenced by any database object