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


TABLE: ZPB.ZPB_TASK_PARAMETERS

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


This table is used to store the Parameters and values for Tasks within a Business Process and instances of a Business Process.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_TASK_PARAMETERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARAM_ID
ZPB_TASK_PARAMETERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTASK_ID
ColumnNAME
ZPB_TASK_PARAMETERS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnNAME
ColumnVALUE
Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (100)
Parameter Name of a specified Task.
TASK_ID NUMBER
Yes A unique task within a Business Process or one of its instances.
VALUE VARCHAR2 (4000)
Value for a specified Task Parameter.
PARAM_ID NUMBER (22) Yes A unique Parameter within a specified Task.
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 NAME
,      TASK_ID
,      VALUE
,      PARAM_ID
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM ZPB.ZPB_TASK_PARAMETERS;

Dependencies

[top of page]

ZPB.ZPB_TASK_PARAMETERS does not reference any database object

ZPB.ZPB_TASK_PARAMETERS is referenced by following:

SchemaAPPS
SynonymZPB_TASK_PARAMETERS