[Home] [Help]
[Dependency Information]
| Object Name: | ZPB_PROCESS_DETAILS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view lists all the Tasks for a given Business Process.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ANALYSIS_CYCLE_ID | NUMBER | Yes | Business Process ID. | |
| CYCLE_NAME | VARCHAR2 | (300) | Yes | Business Process Name. |
| TASK_NAME | VARCHAR2 | (256) | Task Name. | |
| SEQUENCE | NUMBER | Yes | Order of tasks within an Instance | |
| NAME | VARCHAR2 | (100) | Internal Name for parameter used within this task | |
| TASK_ID | NUMBER | Yes | A unique task within a Business Process or one of its instances. | |
| VALUE | VARCHAR2 | (4000) | Parameter Value. | |
| PARAM_ID | NUMBER | (22) | Yes | Unique ID corresponding to a parameter value. |
Cut, paste (and edit) the following text to query this object:
SELECT ANALYSIS_CYCLE_ID
, CYCLE_NAME
, TASK_NAME
, SEQUENCE
, NAME
, TASK_ID
, VALUE
, PARAM_ID
FROM APPS.ZPB_PROCESS_DETAILS_V;
APPS
ZPB_ANALYSIS_CYCLES
ZPB_ANALYSIS_CYCLE_TASKS
ZPB_TASK_PARAMETERS
APPS
ZPB_WF
- show dependent code
ZPB_WFMNT
- show dependent code
ZPB_WF_NTF
- show dependent code
|
|
|
|