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


TABLE: ZPB.ZPB_REQUESTS

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


Stores the relationship between middle tier writeback codes and concurrent programs


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_REQUESTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnREQ_TASK_TYPE
Columns
Name Datatype Length Mandatory Comments
REQ_TASK_TYPE VARCHAR2 (8) Yes Request task type
REQ_DESC VARCHAR2 (240)
Request description
REQ_NAME VARCHAR2 (80)
Request name
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 REQ_TASK_TYPE
,      REQ_DESC
,      REQ_NAME
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM ZPB.ZPB_REQUESTS;

Dependencies

[top of page]

ZPB.ZPB_REQUESTS does not reference any database object

ZPB.ZPB_REQUESTS is referenced by following:

SchemaAPPS
SynonymZPB_REQUESTS