Tuesday, September 6, 2016

Record name to find the PeopleSoft Update Image level

Table to find the update image level

SQL> desc PS_UPG_IMAGE_TBL;
 Name                                      Null?    Type
 ----------------------------------------- -------- ----------------------------
 UPGIMAGENUM                               NOT NULL NUMBER(38)

SQL> select * from PS_UPG_IMAGE_TBL;

UPGIMAGENUM
-----------
         19



Here 19 refer to PUM19

No comments:

Post a Comment