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


VIEW: APPS.AZ_PROCESS_ACTIVITIES_V

Object Details
Object Name: AZ_PROCESS_ACTIVITIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAZ.AZ_PROCESS_ACTIVITIES_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.AZ_PROCESS_ACTIVITIES_V references the following:

SchemaAPPS
SynonymAZ_PROCESSES
ViewWF_ACTIVITIES_VL

APPS.AZ_PROCESS_ACTIVITIES_V is not referenced by any database object