PC_COMPRESS_LOG(SQL Table) |
Index Back |
|---|---|
Compression LogThis record keeps track of each project compression run, identifying date/time of run, run parameters, and status. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | A unique identifier for a single run instance of the Project Compression Utility (PC_COMPRESS) | |
| 2 | DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
| 3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
| 4 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
| 5 | ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID |
| 6 | DATE_RANGE_OPTN | Character(1) | VARCHAR2(1) NOT NULL |
Date Option
A=Accounting Date E=All T=Transaction Date |
| 7 | FROM_DATE | Date(10) | DATE | From Date |
| 8 | THRU_DATE | Date(10) | DATE | Through Date |
| 9 | ANALYSIS_GROUP | Character(5) | VARCHAR2(5) NOT NULL | Analysis Group |
| 10 | COMPRESS_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
The current status of a project compression run.
A=Archived H=In History P=Purged R=Restored |
| 11 | PC_RES_ARCH_BATCH | Number(30,0) | DECIMAL(30) NOT NULL | Archive Batch Number |
| 12 | PC_SUM_ARCH_BATCH | Number(30,0) | DECIMAL(30) NOT NULL | Archive Batch Number |
| 13 | NUM_ROWS | Number(18,0) | DECIMAL(18) NOT NULL | Number of Rows |
| 14 | PSARCH_NUM_ROWS | Number(18,0) | DECIMAL(18) NOT NULL | Number of Rows |
| 15 | CONTRACT_NUM | Character(25) | VARCHAR2(25) NOT NULL | Contract |
| 16 | WHERE_CLAUSE_LONG | Long Character(4000) | CLOB | Where Clause |