[Home] [Help]
[Dependency Information]
Object Name: | XDP_WI_FA_MAPPING_DISP_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
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 | |
FA_DISPLAY_NAME | VARCHAR2 | (123) | Display Name of the Fulfillment Action 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, WI_FA_MAPPING_ID
, WORKITEM_ID
, FULFILLMENT_ACTION_ID
, FA_DISPLAY_NAME
, PROVISIONING_SEQ
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
FROM APPS.XDP_WI_FA_MAPPING_DISP_V;
APPS.XDP_WI_FA_MAPPING_DISP_V is not referenced by any database object
|
|
|