[Home] [Help]
[Dependency Information]
Object Name: | AMW_ALL_HIER_CHILDREN_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARENT_ID | NUMBER | Stores the Parent Process Identifier | ||
PARENT_REV_NUM | NUMBER | Stores the parent process revision number | ||
CHILD_PROCESS_CODE | VARCHAR2 | (30) | Stores the child process code | |
CHILD_ID | NUMBER | Stores the Child process id | ||
CHILD_REV_NUM | NUMBER | Stores the child process revision number | ||
CHILD_NAME | VARCHAR2 | (80) | Stores the child process name | |
CHILD_STANDARD_PROCESS_FLAG | VARCHAR2 | (1) | Flag to indicate if the child process is a standard process or not | |
CHILD_STD_VAR_PROCESS_ID | NUMBER | The standard process id of which the child process is non standard variation | ||
HIERARCHY_TYPE | CHAR | (1) | Stores the Hierarchy type |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_ID
, PARENT_REV_NUM
, CHILD_PROCESS_CODE
, CHILD_ID
, CHILD_REV_NUM
, CHILD_NAME
, CHILD_STANDARD_PROCESS_FLAG
, CHILD_STD_VAR_PROCESS_ID
, HIERARCHY_TYPE
FROM APPS.AMW_ALL_HIER_CHILDREN_V;
APPS.AMW_ALL_HIER_CHILDREN_V is not referenced by any database object
|
|
|