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


TABLE: IEC.IEC_G_CPN_SCHEDULE_RESET

Object Details
Object Name: IEC_G_CPN_SCHEDULE_RESET
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


stores the last reset time of report for every campaign schedule


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_G_CPN_SCHEDULE_RESET_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCPN_SCHEDULE_RESET_ID
IEC_G_CPN_SCHEDULE_RESET_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCAMPAIGN_SCHEDULE_ID
Columns
Name Datatype Length Mandatory Comments
CPN_SCHEDULE_RESET_ID NUMBER (15) Yes Unique Identifier
CAMPAIGN_SCHEDULE_ID NUMBER (15) Yes Foreign key to the CAMPAIGN_ID on the AMS_CAMPAIGN_SCHEDULES table. Used to specify the unique campaign that this run time information represents.
LAST_RESET_TIME DATE
Yes the time of last reporting reset.
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)
Standard Who column.
Query Text

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


SELECT CPN_SCHEDULE_RESET_ID
,      CAMPAIGN_SCHEDULE_ID
,      LAST_RESET_TIME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IEC.IEC_G_CPN_SCHEDULE_RESET;

Dependencies

[top of page]

IEC.IEC_G_CPN_SCHEDULE_RESET does not reference any database object

IEC.IEC_G_CPN_SCHEDULE_RESET is referenced by following:

SchemaAPPS
SynonymIEC_G_CPN_SCHEDULE_RESET