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


TABLE: QP.QP_ARCH_ROW_COUNTS

Object Details
Object Name: QP_ARCH_ROW_COUNTS
Object Type: TABLE
Owner: QP
FND Design Data: TableQP.QP_ARCH_ROW_COUNTS
Subobject Name:
Status: VALID


Stores the count of archived records


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER
Yes Stores the request ID
TABLE_NAME VARCHAR2 (30) Yes Stores the table name
ROW_COUNT NUMBER
Yes Stores the count of records archived
Query Text

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


SELECT REQUEST_ID
,      TABLE_NAME
,      ROW_COUNT
FROM QP.QP_ARCH_ROW_COUNTS;

Dependencies

[top of page]

QP.QP_ARCH_ROW_COUNTS does not reference any database object

QP.QP_ARCH_ROW_COUNTS is referenced by following:

SchemaQP
ViewQP_ARCH_ROW_COUNTS#