[Home] [Help]
[Dependency Information]
| Object Name: | XDP_FA_PARAMETERS_DISP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XDP.XDP_FA_PARAMETERS_DISP_V
|
| 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) | Internal database row ID of the record | |
| FULFILLMENT_ACTION_ID | NUMBER | Yes | Fulfillment Action identifier | |
| PARAMETER_NAME | VARCHAR2 | (40) | Yes | Parameter mapped to the Fulfillment Action |
| PARAMETER_DISPLAY_NAME | VARCHAR2 | (80) | Yes | Display Name of the Fulfillment Action Parameter |
| EVALUATION_PROCEDURE | VARCHAR2 | (80) | Evaluation Procedure for the Parameter mapped to the Fulfillment Action | |
| LOG_IN_AUDIT_TRAIL_FLAG | VARCHAR2 | (1) | Flag to indicate if the Parameter values have to be logged in Audit Trail | |
| DEFAULT_VALUE | VARCHAR2 | (4000) | Default Value for the Parameter Mapped | |
| DISPLAY_SEQ | NUMBER | Display Sequence of the Parameter. | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, FULFILLMENT_ACTION_ID
, PARAMETER_NAME
, PARAMETER_DISPLAY_NAME
, EVALUATION_PROCEDURE
, LOG_IN_AUDIT_TRAIL_FLAG
, DEFAULT_VALUE
, DISPLAY_SEQ
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.XDP_FA_PARAMETERS_DISP_V;
APPS
CSI_LOOKUPS
XDP_FA_PARAMETERS
APPS.XDP_FA_PARAMETERS_DISP_V is not referenced by any database object
|
|
|
|