RSF_UPDATE_VW(SQL View) |
Index Back |
---|---|
Sales Update viewSales update view for term evaluation. |
SELECT A.SETID , A.EOCF_LIB_TERM_ID , A.BEGINDTTM , A.ENDDTTM , A.OPRID , A.RUN_CNTL_ID , B.EOCF_LIB_TERM_NAME , A.RSF_CACHE_STATUS , A.MSGSET , A.MSGNUM , C.MESSAGE_TEXT , D.PRCSINSTANCE FROM PS_RSF_TERMUPD_DTL A , PS_RSF_SMRY_TERM B , PSMSGCATDEFN C , PS_PMN_PRCSLIST D WHERE A.EOCF_LIB_TERM_ID = B.EOCF_LIB_TERM_ID AND A.MSGSET = C.MESSAGE_SET_NBR AND A.MSGNUM = C.MESSAGE_NBR AND A.OPRID = D.OPRID AND D.PRCSNAME = 'RSF_TERMWH' AND A.RUN_CNTL_ID = D.RUNCNTLID |
# | 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 | BEGINDTTM | DateTime(26) | TIMESTAMP | Begin Date/Time |
4 | ENDDTTM | DateTime(26) | TIMESTAMP | End Date/Time |
5 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
6 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
7 | EOCF_LIB_TERM_NAME | Character(80) | VARCHAR2(80) NOT NULL | the name of the Term in the library |
8 | 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 |
9 | MSGSET | Number(5,0) | INTEGER NOT NULL | Message Set Number |
10 | MSGNUM | Number(5,0) | INTEGER NOT NULL | Message Number |
11 | MESSAGE_TEXT | Character(100) | VARCHAR2(100) NOT NULL | Message Text This field refers to the Text for a particular Message Number in the Message Catalog. |
12 | PRCSINSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |