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


TABLE: PO.CHV_PURGE_CUM_LIST

Object Details
Object Name: CHV_PURGE_CUM_LIST
Object Type: TABLE
Owner: PO
FND Design Data: TableCHV.CHV_PURGE_CUM_LIST
Subobject Name:
Status: VALID


This table will be populated with a list of CUM periods
that are purge candidates. When the purge is confirmed, all the
CUM periods in the list and their associated schedules will be
deleted.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CHV_PURGE_CUM_LIST_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUM_PERIOD_ID
Columns
Name Datatype Length Mandatory Comments
CUM_PERIOD_ID NUMBER
Yes CUM period unique identifier
PURGE_NAME VARCHAR2 (15) Yes Name of the process that purged the CUM list
DOUBLE_CHECK_FLAG VARCHAR2 (1)
Indicates whether or not the CUM list is still purgeable during confirmation
REQUEST_ID NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Standard Who column
PROGRAM_ID NUMBER

Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
Query Text

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


SELECT CUM_PERIOD_ID
,      PURGE_NAME
,      DOUBLE_CHECK_FLAG
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM PO.CHV_PURGE_CUM_LIST;

Dependencies

[top of page]

PO.CHV_PURGE_CUM_LIST does not reference any database object

PO.CHV_PURGE_CUM_LIST is referenced by following:

SchemaAPPS
SynonymCHV_PURGE_CUM_LIST