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


TABLE: ZPB.ZPB_CYCLE_CURRENCIES

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


This table is used to store translated currencies in a Business Process. For each translated currency, a Business Process View will be generated.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_CYCLE_CURRENCIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnANALYSIS_CYCLE_ID
ColumnCURRENCY_CODE
Columns
Name Datatype Length Mandatory Comments
ANALYSIS_CYCLE_ID NUMBER
Yes A unique identifier of a Business Process.
CURRENCY_CODE VARCHAR2 (15) Yes Stores the currency code of translated currencies.
LAST_UPDATE_LOGIN NUMBER

Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
Query Text

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


SELECT ANALYSIS_CYCLE_ID
,      CURRENCY_CODE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM ZPB.ZPB_CYCLE_CURRENCIES;

Dependencies

[top of page]

ZPB.ZPB_CYCLE_CURRENCIES does not reference any database object

ZPB.ZPB_CYCLE_CURRENCIES is referenced by following:

SchemaAPPS
SynonymZPB_CYCLE_CURRENCIES