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


VIEW: APPS.AMW_WF_HIERARCHY_V

Object Details
Object Name: AMW_WF_HIERARCHY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMW.AMW_WF_HIERARCHY_V
Subobject Name:
Status: VALID

View Type

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


This view returns the Details about Parent Child Process Hierarchy


[View Source]

Columns
Name Datatype Length Mandatory Comments
PARENT_PROCESS_NAME VARCHAR2 (30) Yes Parent Process Name
PARENT_ITEM_TYPE VARCHAR2 (8) Yes Parent Item Type
CHILD_PROCESS_NAME VARCHAR2 (30) Yes Child Process Name
CHILD_ITEM_TYPE VARCHAR2 (8) Yes Child Item Type
Query Text

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


SELECT PARENT_PROCESS_NAME
,      PARENT_ITEM_TYPE
,      CHILD_PROCESS_NAME
,      CHILD_ITEM_TYPE
FROM APPS.AMW_WF_HIERARCHY_V;

Dependencies

[top of page]

APPS.AMW_WF_HIERARCHY_V references the following:

SchemaAPPS
SynonymWF_ACTIVITIES
SynonymWF_PROCESS_ACTIVITIES
APPS.AMW_WF_HIERARCHY_V is referenced by following:

SchemaAPPS
Package BodyAMW_WF_HIERARCHY_PKG - show dependent code