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


VIEW: APPS.PAY_FLOW_PARAMETERS_V

Object Details
Object Name: PAY_FLOW_PARAMETERS_V
Object Type: VIEW
Owner: APPS
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

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
FLOW_NAME VARCHAR2 (100)
Flow Name
FLOW_NAME_TL VARCHAR2 (100)
Flow Name
PROCESS_FLOW_ID NUMBER (15) Yes Process Flow ID
PARAMETER_NAME VARCHAR2 (100)
Parameter Name
PARAMETER_NAME_TL VARCHAR2 (100)
Translated parameter Name
PARAMETER_ID NUMBER (15)
Parameter ID
SET_VARIABLE_ID NUMBER (15) Yes Set variable ID specifying the variable associated with this parameter
SET_VARIABLE_SEQUENCE NUMBER (15)
Sequence in which this variable should be used in the process
DISPLAY_FLAG VARCHAR2 (1) Yes Display flag for this variable
DEFAULT_TYPE VARCHAR2 (30)
Default type
Query Text

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


SELECT FLOW_NAME
,      FLOW_NAME_TL
,      PROCESS_FLOW_ID
,      PARAMETER_NAME
,      PARAMETER_NAME_TL
,      PARAMETER_ID
,      SET_VARIABLE_ID
,      SET_VARIABLE_SEQUENCE
,      DISPLAY_FLAG
,      DEFAULT_TYPE
FROM APPS.PAY_FLOW_PARAMETERS_V;

Dependencies

[top of page]

APPS.PAY_FLOW_PARAMETERS_V references the following:

SchemaAPPS
SynonymPAY_PARAMETERS
SynonymPAY_PARAMETER_DEFINITIONS
SynonymPAY_PARAMETER_DEFINITIONS_TL
SynonymPAY_PARAMETER_SETS
SynonymPAY_PARA_SET_VARIABLES
SynonymPAY_PROCESS_FLOWS

APPS.PAY_FLOW_PARAMETERS_V is not referenced by any database object