RSF_TERMUPD_DTL(SQL Table) |
Index Back |
---|---|
Metric Update StatisticSales Lead and Oppy Metric Update Statistic |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | EOCF_LIB_TERM_ID | Number(31,0) | DECIMAL(31) NOT NULL | a library element that can be evaluated. NOTE: this primary key value is actually a foreign key to the library element portion of a term. Terms are sub-types of elements. |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
4 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
5 | BEGINDTTM | DateTime(26) | TIMESTAMP | Begin Date/Time |
6 | ENDDTTM | DateTime(26) | TIMESTAMP | End Date/Time |
7 | RSF_CACHE_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
to check whether term update has ran successfully or not
F=Failure I=In-Progress S=Successfull |
8 | MSGSET | Number(5,0) | INTEGER NOT NULL | Message Set Number |
9 | MSGNUM | Number(5,0) | INTEGER NOT NULL | Message Number |