[Home] [Help]
[Dependency Information]
| Object Name: | ZPB_BUSINESS_PROCESS_SCOPE |
|---|---|
| Object Type: | TABLE |
| Owner: | ZPB |
| Subobject Name: | |
| Status: | VALID |
Stores scoped out measures for a Business Process.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ZPB_BUSINESS_PROCESS_SCOPE_U1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ANALYSIS_CYCLE_ID
TASK_ID
|
| 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. |
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;
ZPB.ZPB_BUSINESS_PROCESS_SCOPE does not reference any database object
ZPB.ZPB_BUSINESS_PROCESS_SCOPE is referenced by following:
APPS
ZPB_BUSINESS_PROCESS_SCOPE
|
|
|
|