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


VIEW: APPS.AZ_FLOW_PHASES_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


AZ_FLOW_PHASES_V is a view that stores information about the workflow
processes and their corresponding phase(s). Each row includes the
item type, process name and its associated phase. This view is
primarily used for backend processing.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ITEM_TYPE VARCHAR2 (30) Yes WorkFlow Item Type
PROCESS_NAME VARCHAR2 (30) Yes Workflow process name
PHASE NUMBER (15) Yes The implementation phase for this process
Query Text

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


SELECT ITEM_TYPE
,      PROCESS_NAME
,      PHASE
FROM APPS.AZ_FLOW_PHASES_V;

Dependencies

[top of page]

APPS.AZ_FLOW_PHASES_V references the following:

SchemaAPPS
SynonymAZ_PRODUCT_FLOWS
SynonymAZ_PRODUCT_PHASES
APPS.AZ_FLOW_PHASES_V is referenced by following:

SchemaAPPS
Package BodyAZW_HIER - show dependent code
Package BodyAZW_REPORT - show dependent code