[Home] [Help]
[Dependency Information]
| Object Name: | XDP_SERVICE_WI_MAP_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XDP.XDP_SERVICE_WI_MAP_VL
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
XDP_SERVICE_WI_MAP
XDP_SERVICE_WI_MAP_TL
APPS.XDP_SERVICE_WI_MAP_VL is not referenced by any database object
|
|
|
|