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


TABLE: ZPB.ZPB_BUSINESS_PROCESS_SCOPE

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


Stores scoped out measures for a Business Process.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_BUSINESS_PROCESS_SCOPE_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnANALYSIS_CYCLE_ID
ColumnTASK_ID
Columns
Name Datatype Length Mandatory Comments
ANALYSIS_CYCLE_ID NUMBER
Yes A unique identifier of a Business Process instance.
TASK_ID NUMBER

RESTRICTION_TYPE VARCHAR2 (8) Yes Type of restriction need to apply on the particular instance. For example Full Restriction.
START_TIME_TYPE VARCHAR2 (8)
Type of the time interval, either fixed or relative.
START_TIME_MEMBER_ID VARCHAR2 (100)
Stores the start time member identifier.
START_RELATIVE_TYPE_CODE VARCHAR2 (30)
Stores the relative type for the start member, for example Prior or Future.
START_PERIODS NUMBER

Stores the number of relative periods from the start time member.
START_TIME_LEVEL_ID VARCHAR2 (30)
Indicates at what level the Start Period was stored, for example month, quarter.
END_TIME_TYPE VARCHAR2 (8)
Type of the time interval, either fixed or relative.
END_TIME_MEMBER_ID VARCHAR2 (100)
Stores the start time member identifier.
END_RELATIVE_TYPE_CODE VARCHAR2 (30)
Stores the relative type for the end member, for example Prior or Future.
END_PERIODS NUMBER

Stores the number of relative periods from the end time member.
END_TIME_LEVEL_ID VARCHAR2 (30)
Indicates at what level the End Period was stored, for example month, quarter.
TIME_HIERARCHY_ID VARCHAR2 (30)
Stores from which hierarchy the time members are belonging to.
CREATED_BY NUMBER (15) Yes Standard Who Column.
CREATION_DATE DATE
Yes Standard Who Column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column.
LAST_UPDATE_DATE DATE
Yes Standard Who Column.
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column.
Query Text

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


SELECT ANALYSIS_CYCLE_ID
,      TASK_ID
,      RESTRICTION_TYPE
,      START_TIME_TYPE
,      START_TIME_MEMBER_ID
,      START_RELATIVE_TYPE_CODE
,      START_PERIODS
,      START_TIME_LEVEL_ID
,      END_TIME_TYPE
,      END_TIME_MEMBER_ID
,      END_RELATIVE_TYPE_CODE
,      END_PERIODS
,      END_TIME_LEVEL_ID
,      TIME_HIERARCHY_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ZPB.ZPB_BUSINESS_PROCESS_SCOPE;

Dependencies

[top of page]

ZPB.ZPB_BUSINESS_PROCESS_SCOPE does not reference any database object

ZPB.ZPB_BUSINESS_PROCESS_SCOPE is referenced by following:

SchemaAPPS
SynonymZPB_BUSINESS_PROCESS_SCOPE