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


TABLE: ZPB.ZPB_CYCLE_RELATIONSHIPS

Object Details
Object Name: ZPB_CYCLE_RELATIONSHIPS
Object Type: TABLE
Owner: ZPB
Subobject Name:
Status: VALID


This table is used to designate relationships between published, editable, unpublished and temporary Business Processes.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_PET_AC_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATIONSHIP_ID
ZPB_PET_AC_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPUBLISHED_AC_ID
ZPB_PET_AC_U3 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEDITABLE_AC_ID
ZPB_PET_AC_U4 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTMP_AC_ID
Columns
Name Datatype Length Mandatory Comments
RELATIONSHIP_ID NUMBER
Yes Relationship ID.
PUBLISHED_AC_ID NUMBER

Business Process ID of published business process - refers to ZPB_ANALYSIS_CYCLES.ANALYSIS_CYCLE_ID.
EDITABLE_AC_ID NUMBER

Business Process ID of editable copy, or unpublished business process - refers to ZPB_ANALYSIS_CYCLES.ANALYSIS_CYCLE_ID.
TMP_AC_ID NUMBER

Business Process ID of temporary working copy of a business process - refers to ZPB_ANALYSIS_CYCLES.ANALYSIS_CYCLE_ID.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column.
LAST_UPDATE_DATE DATE
Yes Standard who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column.
CREATION_DATE DATE
Yes Standard who column.
CREATED_BY NUMBER (15) Yes Standard who column.
Query Text

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


SELECT RELATIONSHIP_ID
,      PUBLISHED_AC_ID
,      EDITABLE_AC_ID
,      TMP_AC_ID
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM ZPB.ZPB_CYCLE_RELATIONSHIPS;

Dependencies

[top of page]

ZPB.ZPB_CYCLE_RELATIONSHIPS does not reference any database object

ZPB.ZPB_CYCLE_RELATIONSHIPS is referenced by following:

SchemaAPPS
SynonymZPB_CYCLE_RELATIONSHIPS