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


VIEW: APPS.IEU_WP_ACTION_PARAMS_V

Object Details
Object Name: IEU_WP_ACTION_PARAMS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIEU.IEU_WP_ACTION_PARAMS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

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


View of Action-Param maps.


[View Source]

Columns
Name Datatype Length Mandatory Comments
WP_ACTION_DEF_ID NUMBER (15) Yes Action ID
PARAM_ID NUMBER (15) Yes Parameter ID
PARAM_NAME VARCHAR2 (128) Yes Action-Parameter name. This can be the actual paramtere name as being used in the PL/SQL procedure that handles the Action. This is passed along with it's value when the Action is called.
DATA_TYPE VARCHAR2 (64)
Indicates Data Type for the Action Parameter. Valid values are the FND Lookup codes for theFND Lookup Type as 'DATA_TYPES'.
PARAM_USER_LABEL VARCHAR2 (32) Yes Parameter Label displayed to user.
PARAM_DESCRIPTION VARCHAR2 (500)
Parameter description displayed to user.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT WP_ACTION_DEF_ID
,      PARAM_ID
,      PARAM_NAME
,      DATA_TYPE
,      PARAM_USER_LABEL
,      PARAM_DESCRIPTION
FROM APPS.IEU_WP_ACTION_PARAMS_V;

Dependencies

[top of page]

APPS.IEU_WP_ACTION_PARAMS_V references the following:

SchemaAPPS
SynonymIEU_WP_ACTION_PARAMS
SynonymIEU_WP_PARAM_DEFS_B
SynonymIEU_WP_PARAM_DEFS_TL

APPS.IEU_WP_ACTION_PARAMS_V is not referenced by any database object