[Home] [Help]
[Dependency Information]
| Object Name: | AMW_PROCESS_ORG_HIERARCHY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMW.AMW_PROCESS_ORG_HIERARCHY_V
|
| 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_HIERARCHY_V
AMW_PROCESS_ORG_BASICINFO_V
AMW_UTILITY_PVT
- show dependent code
FND_GLOBAL
- show dependent code
HR_API
- show dependent code
APPS.AMW_PROCESS_ORG_HIERARCHY_V is not referenced by any database object
|
|
|
|