因为找不到其他地方有相对完整的PeopleSoft表名,因为我自己总结了一份。

在这里尝试提供一个庞大的PeopleSoft表列表,以便当你想快速访问PeopleSoft工具表时候,可以快速的查看这篇文章。

PeopleSoft Object Definition Tables

PSACTIVITYDEFN Activity definitions are stored

PSAESECTDEFN Stores the application engine section definitions

PSAESTEPDEFN Stores the application engine step definitions

PSAESTEPMSGDEFN Stores the messages of the AE programs

PSPCMPROG Peoplecode programs stored

PSPCMTXT Peoplecode programs stored

PSSQLTEXTDEFN Application engine sql

PSAEAPPLDEFN Application engine program name

PSMENUDEFN Menu names

PSPNLDEFN Page names

PSPNLGROUP Stores Component definitions

PSBCDEFN Stores component interface names

PSBUSPROCDEFN Stores Business process definitions

PS_APPR_RULE_HDR Stores Approval rule set definitions

PSCHNLDEFN Stores channel definitions

PSEVENTDEFN Changing the column value of active to 0 leads to disabling activities

PSFLDFIELDDEFN Filelayout stored

PSFILEREDEFN File reference stored

PSINDEXDEFN Index information stored

PSIODEFN Stores business interlink information

PSKEYDEFN Stores the index key information

PSMPDEFN Contains info about mobilepages

PSMSGAGTDEFN Refers to the activity object

PSMSGCATDEFN Related to Messages – Message catalogs

PSMSGDEFN Stores Application Message definitions

PSDBFIELD Contains field definitions

PSDDLDEFPARMS This table holds the storage structure of the tables for db platforms

PSGATEWAY This table hold the gateway url.

PSIDXDDLPARM This table holds the storage structure of the indexes for db platforms

PSPROJECTITEM Project info

PSRECDEFN This table holds the information of all the peoplesoft records.

PSPACKAGEDEFN This table holds the application packages definitions

PSPNLGRPDEFN Contains Panel group definitions

PSPRDMDEFN Contains the portal information

PSPROJECTDEFN Contains project definitions

PSPRSMDEFN Detailed information of the portal objects

PSPRUFDEFN Information about portal objects

PSPRUHDEFN Information about portal objects

PSQRYDEFN Holds the query definitions

PSROLEDEFN Role definitions

PSSQLDEFN SQL object definitions are stored

PSSQLTEXTDEFN SQL object’s text are stored

PSSTEPDEFN Contains stepnames with reference to the activity

PSSTYLEDEFN Contains the styles definitions

PSSTYLSHEETDEFN Contains the stylesheet definitions

PSSUBDEFN Conatins Message subscription definitions

PSTOOLBARDEFN Holds a single row provided by PS, which helps to view the toolbar

PSTREEDEFN Contains the treename

PSCLASSDEFN Gives info abt the peoplesoft permission lists

PSURLDEFN To see which URL’s are used as fileservers for the file attachments

PS_AE_TEMPREC_VW Tracks all temporary tablenames and their descriptions

PS_AE_TEMPLOCK_VW Tracks how many locks are currently in effect for a particulartemporary table

PS_DATA_FIND_BASE Used as search record for the panel. SHould always be empty.

PS_MSG_CATLG_VW Contains text for all error messages and warnings.

PeopleSoft Security Tables

PSROLECLASS Provides the permission lists associated to each role

PSROLEUSER Gives info abt the roles assigned to the Oprid’s

PeopleSoft Login Details and Authorization

PSACCESSLOG Login and logout information of the users

PSACCESSPRFL Contains the symbolic id,accessid/password details.

PSCLOCK Login fails if the table is empty

PSOPRDEFN This table holds the peoplesoft Oprid’s/passwords info with symbolic id.

PeopleSoft Audit Tables

PSAUDIT This table holds all the changes for panel/record modifications

PeopleSoft Version Details

PSRELEASE This table holds the application release details

PSSTATUS This table gives the peopletools information

PeopleSoft Language Details

PSLANGUAGES Contains 1 for the column INSTALLED against the columnLANGUAGE_CD.

PeopleSoft Modules Listed

PS_INSTALLATION List the modules in the database

PeopleSoft Process Type Details

PS_PRCSDEFN Contains process type and process names

PSPRCSLOCK Contains a single record, this gets updated when a process is submitted

PeopleSoft Process Status

PSPRCSQUE Holds the process rqst details should be in synch with psprcsrqst.Should be in synch with PSPRCSRQST

PSPRCSRQST This table holds the process submitted details

PS_CDM_LIST Contains the process instance details.Should be in synch withPS_CDM_AUTH

PS_CDM_AUTH Contains the process instance details

PeopleSoft Report Node Details

PS_CDM_DIST_NODE This table holds the report node information which contains the reportrepository details

PS_CDM_DISTSTATUS Contains the definition of report status

PeopleSoft Batch Server Details

PS_SERVERDEFN Contains the server definitions

PSSERVERSTAT Gives information about the batch server status

PeopleSoft RenServer Details

PSREN Holds the portnumber details of a renserver configured domain

PeopleSoft Translate Value Details

PSXLATDEFN Holds the translate fieldname and version number for caching

PSXLATITEM Holds the translate fieldname and their values

PeopleSoft Object Versions

PSLOCK This table is used for version control

PSOPTIONS This table is used to turn off or on the change control enabling feature

PSVERSION This table holds the version number details

BI publisher Info

PSXPRPTDEFN Report definition view for BI Publisher (trans) (XPRPTDEFN_VW)

PSXPRPTTMPL Defines association between report definition and template definition.

PSXPTMPLDEFN This table stores template (including sub-template) definition for BI Publisher. Template definition has eff-dated template files as a child object.

PSXPTMPLFILEDEF This table stores per template file definition.

虽然我想弄一份最完整的,但是有可能还会有遗漏,欢迎补充~

我的公众号:

比较完整的PeopleSoft工具表名的更多相关文章

  1. PeopleSoft底层表,闪存查找历史代码(不小心改)

    Oracle 闪存查找历史代码 select * from (SELECT * FROM  PSPCMTXT      AS OF TIMESTAMP to_timestamp('20180725 1 ...

  2. SQL Server 2008 R2——根据数据查找表名和字段名 根据脏数据定位表和字段

    =================================版权声明================================= 版权声明:原创文章 谢绝转载  请通过右侧公告中的“联系邮 ...

  3. SQL 查找表名 字段名

    转载:http://www.accessoft.com/article-show.asp?id=6135 经常碰到一些忘记表名称的情况,此时只记得个大概,此时可通过查询系统表Sysobjects找到所 ...

  4. PHP+Mysql+easyui点击左侧tree菜单对应表名右侧动态生成datagrid加载表单数据(二)

    关于tree菜单生成,参考我的另一篇博文地址tree 菜单 实现功能:点击左侧tree菜单中的table,右侧通过datagrid加载出该表对用的所有数据 难点:获取该表的所有列名,动态生成datag ...

  5. [转载] SQL获取所有数据库名、表名、储存过程以及参数列表

    查询一个数据库中所有表字段属性的sql语句       1.获取所有用户名: SELECT name FROM Sysusers where status='2' and islogin='1' is ...

  6. 分析sql语句所有表名及其别名的正则表达式

    最近为了 写一个分布式的数据组件构想了很多的方案,最近一个简单易行的方案终于在脑袋里成型.昨晚想到凌晨1点多,发现方案虽简单,但所有的数据库工具就不能使用了 .除非自己写一下查询分析器来执行程序员自己 ...

  7. Replication的犄角旮旯(一)--变更订阅端表名的应用场景

    <Replication的犄角旮旯>系列导读 Replication的犄角旮旯(一)--变更订阅端表名的应用场景 Replication的犄角旮旯(二)--寻找订阅端丢失的记录 Repli ...

  8. sql2008 表名为全数字时查询报错

    今天遇到个很奇葩的问题,在写一个应用程序时需要查询表的数据,但是表名是全数字的,直接查询会报错,于是想到给111的表名加一对中括号:即——>select * from [111] 刚开始还是报错 ...

  9. SQL获取所有数据库名、表名、储存过程以及参数列表

    SQL获取所有数据库名.表名.储存过程以及参数列表 1.获取所有用户名:SELECT name FROM Sysusers where status='2' and islogin='1'islogi ...

随机推荐

  1. [原创]Chorme密码读取工具\Firefox密码读取工具

    工具: getBrowserPWD编译: VC作者: K8哥哥博客: http://qqhack8.blog.163.com发布: 2017/11/24 16:16:17 简介: 有时为了方便我们会让 ...

  2. 3DMax——室内设计:墙体+吊顶

    1.导入CAD平面图 2.将导入的平面图全部选中→颜色设置为其他颜色→设置为组(设置为组,是为了后期选材质方便) 3.选中图形,选择移动工具,输入坐标为0,右键选择冻结当前选择 4.右键“角度捕捉切换 ...

  3. 用SpringSecurity从零搭建pc项目-02

    参照这一篇文章吧,比如你不需要做的那么通用,取其中一部分代码即可. https://www.cnblogs.com/lihaoyang/p/8491792.html

  4. url最后的“/”是什么作用

    多了个尾巴 有时候,当你尝试在地址栏输入https://123/demo的时候,会发现浏览器会重定向到https://123/demo/这个地址,也就是多了个/,发生了重定向.有图为证: 上面这个图是 ...

  5. JavaScript -- Window-Resize

    -----036-Window-Resize.html----- <!DOCTYPE html> <html> <head> <meta http-equiv ...

  6. docker cgroup技术之cpu和cpuset

    在centos7的/sys/fs/cgroup下面可以看到与cpu相关的有cpu,cpuacct和cpuset 3个subsystem.cpu用于对cpu使用率的划分:cpuset用于设置cpu的亲和 ...

  7. lucene 初探

    前言: window文件管理右上角, 有个搜索功能, 可以根据文件名进行搜索. 那如果从文件名上判断不出内容, 我岂不是要一个一个的打开文件, 查看文件的内容, 去判断是否是我要的文件? 几个, 十几 ...

  8. 线上问题定位--OOM

    服务器上部署了Java服务,出现了OutOfMemoryError,问题应该如何定位? 解决思路 Java服务OOM,最常见的原因为: 有可能是内存分配确实过小,而正常业务使用了大量内存 某一个对象被 ...

  9. FFmpeg进行视频帧提取&音频重采样-Process.waitFor()引发的阻塞超时

    由于产品需要对视频做一系列的解析操作,利用FFmpeg命令来完成视频的音频提取.第一帧提取作为封面图片.音频重采样.字幕压缩等功能: 前一篇文章已经记录了FFmpeg在JAVA中的使用-音频提取&am ...

  10. Spring学习之路-从入门到放弃

    后台框架是真难入门啊!!!IDE的使用,环境的搭建,框架下载,上手,每一步都恶心人. 花了整整两天,才学会用idea,并且初步了解了maven(TM就是一个npm),然后跟着下载了对应的jar包,搭建 ...