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


VIEW: APPS.XDP_FA_PARAMETERS_DISP_V

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

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.XDP_FA_PARAMETERS_DISP_V references the following:

SchemaAPPS
ViewCSI_LOOKUPS
SynonymXDP_FA_PARAMETERS

APPS.XDP_FA_PARAMETERS_DISP_V is not referenced by any database object