[Home] [Help]
[Dependency Information]
| Object Name: | AZ_FLOW_PHASES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AZ.AZ_FLOW_PHASES_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_TYPE
, PROCESS_NAME
, PHASE
FROM APPS.AZ_FLOW_PHASES_V;
APPS
AZ_PRODUCT_FLOWS
AZ_PRODUCT_PHASES
APPS
AZW_HIER
- show dependent code
AZW_REPORT
- show dependent code
|
|
|
|