[Home] [Help]
[Dependency Information]
| Object Name: | AZ_PROCESS_ACTIVITIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AZ.AZ_PROCESS_ACTIVITIES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
AZ_PROCESS_ACTIVITIES_V is a view that stores the definition of a
process. Each row includes the item type, process name, context id as
well as the complete flag, description and user entered comments of a
process. This view is mainly used by the Implementation Wizard form.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_TYPE | VARCHAR2 | (30) | Yes | Workflow item type |
| PROCESS_NAME | VARCHAR2 | (30) | Yes | Workflow process name |
| CONTEXT_ID | NUMBER | (15) | Yes | ID of the context for this process |
| COMPLETE_FLAG | VARCHAR2 | (1) | Completion status | |
| COMMENTS | VARCHAR2 | (2000) | Comments recorded for this process | |
| VERSION | NUMBER | Yes | Version of this process | |
| DESCRIPTION | VARCHAR2 | (240) | Description for this process |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_TYPE
, PROCESS_NAME
, CONTEXT_ID
, COMPLETE_FLAG
, COMMENTS
, VERSION
, DESCRIPTION
FROM APPS.AZ_PROCESS_ACTIVITIES_V;
APPS
AZ_PROCESSES
WF_ACTIVITIES_VL
APPS.AZ_PROCESS_ACTIVITIES_V is not referenced by any database object
|
|
|
|