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


TABLE: AMW.AMW_PROCESS_ORG_RELATIONS

Object Details
Object Name: AMW_PROCESS_ORG_RELATIONS
Object Type: TABLE
Owner: AMW
FND Design Data: TableAMW.AMW_PROCESS_ORG_RELATIONS
Subobject Name:
Status: VALID


This table holds the process hierarchy in organizations


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization Identifier
PARENT_PROCESS_ID NUMBER
Yes Parent Process Identifier
CHILD_PROCESS_ID NUMBER
Yes Child Process Identifier
INSTANCE_ID NUMBER
Yes Relation Instance Identifier
EXCEPTION_PRESENT_FLAG VARCHAR2 (1)
Exception Relation Flag
LAST_UPDATE_DATE DATE

Standard WHO Column
LAST_UPDATED_BY NUMBER

Standard WHO Column
CREATION_DATE DATE

Standard WHO Column
CREATED_BY NUMBER

Standard WHO Column
LAST_UPDATE_LOGIN NUMBER

Standard WHO Column
SECURITY_GROUP_ID NUMBER

Used for hosted environments
OBJECT_VERSION_NUMBER NUMBER
Yes This column is used for optimistic locking
Query Text

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


SELECT ORGANIZATION_ID
,      PARENT_PROCESS_ID
,      CHILD_PROCESS_ID
,      INSTANCE_ID
,      EXCEPTION_PRESENT_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
FROM AMW.AMW_PROCESS_ORG_RELATIONS;

Dependencies

[top of page]

AMW.AMW_PROCESS_ORG_RELATIONS does not reference any database object

AMW.AMW_PROCESS_ORG_RELATIONS is referenced by following:

SchemaAPPS
SynonymAMW_PROCESS_ORG_RELATIONS