[Home] [Help]
[Dependency Information]
| Object Name: | PAY_FLOW_PARAMETERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
PAY_PARAMETERS
PAY_PARAMETER_DEFINITIONS
PAY_PARAMETER_DEFINITIONS_TL
PAY_PARAMETER_SETS
PAY_PARA_SET_VARIABLES
PAY_PROCESS_FLOWS
APPS.PAY_FLOW_PARAMETERS_V is not referenced by any database object
|
|
|
|