[Home] [Help]
[Dependency Information]
Object Name: | AMW_PROCESS_ORG_HIERARCHY_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view returns information about Process Organization Hierarchy
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARENT_PROCESS_ID | NUMBER | Parent Process Identifier | ||
CHILD_PROCESS_ID | NUMBER | Child Process Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_PROCESS_ID
, CHILD_PROCESS_ID
FROM APPS.AMW_PROCESS_ORG_HIERARCHY_V;
APPS.AMW_PROCESS_ORG_HIERARCHY_V is not referenced by any database object
|
|
|