PeopleSoft底层表,闪存查找历史代码(不小心改)
Oracle 闪存查找历史代码
select * from (SELECT * FROM PSPCMTXT AS OF TIMESTAMP to_timestamp('20180725 18:00:00','yyyymmdd hh24:mi:ss')) where OBJECTVALUE1='YX_AWE_PKG';
因为找不到其他地方有相对完整的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底层表,闪存查找历史代码(不小心改)的更多相关文章
- 比较完整的PeopleSoft工具表名
因为找不到其他地方有相对完整的PeopleSoft表名,因为我自己总结了一份. 在这里尝试提供一个庞大的PeopleSoft表列表,以便当你想快速访问PeopleSoft工具表时候,可以快速的查看这篇 ...
- JS表单验证类HTML代码实例
以前用的比较多的一个JS表单验证类,对于个人来说已经够用了,有兴趣的可以在此基础上扩展成ajax版本.本表单验证类囊括了密码验证.英文4~10个 字符验证. 中文非空验证.大于10小于100的数字.浮 ...
- 开源一个适用iOS的数据库表结构更新机制的代码
将前段时间开源的代码.公布一下: ARDBConfig On the iOS, provide a database table structure update mechanism, ensure ...
- SQL Server 表的管理_关于数据增删查改的操作的详解(案例代码)
SQL Server 表的管理_关于数据增删查改的操作的详解(案例代码)-DML 1.SQL INSERT INTO 语句(在表中插入) INSERT INTO 语句用于向表中插入新记录. SQL I ...
- 数据结构 - 表插入排序 具体解释 及 代码(C++)
版权声明:本文为博主原创文章,未经博主同意不得转载. https://blog.csdn.net/u012515223/article/details/24323125 表插入排序 具体解释 及 代码 ...
- Oracle表闪回功能
1.启用表闪回首先要在表上支持行移动(在数据字典中设置标识来标识该操作可能会改变行ID,即同一条数据闪回成功后主键都一样,但行ID其实已经发生变化了) SQL> alter table base ...
- 基于ACCESS和ASP的SQL多个表查询与计算统计代码(一)
近期在写几个关于"Project - Subitem - Task"的管理系统,说是系统还是有点夸大了,基本就是一个多表查询调用和insert.update的数据库操作.仅仅是出现 ...
- android启动第一个界面时即闪屏的核心代码(两种方式)
闪屏,就是SplashScreen,也能够说是启动画面,就是启动的时候,闪(展示)一下,持续数秒后.自己主动关闭. 第一种方式: android的实现很easy,使用Handler对象的postDe ...
- 【ABAP系列】SAP ABAP 为表维护生成器创建事务代码
公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[ABAP系列]SAP ABAP 为表维护生成器 ...
随机推荐
- 关于input的检验问题
写了很多小应用 但是 对于input有很多 相同的需求 在这里做一个总结 将用的多的校验方法 封装为方法 使用 1.只能输入正整数的校验 输入的时候同时校验 将字符类型的全部替换为空 <inpu ...
- Python运算符——复合运算符
就相当于算数运算符的后面加一个“=” 例:+= num = num+5 可以写成 num += 5 就是说,等式右边含有左边的变量名,就可以直接去掉,然后右边的符号移到左边去 同样的“-= / ...
- fastadmin表单验证
Unexpected token < in JSON at position 0 注意: if (!form.is("form"))//form的选择器不是form直接返回所 ...
- Django & JavaScript 用Ajax实现JSON数据的请求和响应
[描述] 1.Server端定义了两个字段:Article.title 和 Article.content 2.客户端用JavaScript Ajax异步加载请求服务器的JSON数据 效果是点击按钮从 ...
- C# ref与out关键字解析
简介:ref和out是C#开发中经常使用的关键字,所以作为一个.NET开发,必须知道如何使用这两个关键字. 1.相同点 ref和out都是按地址传递,使用后都将改变原来参数的数值. 2.ref关键字 ...
- django——视图层
1. 视图函数 一个视图函数,简称视图,是一个简单的Python 函数,它接受Web请求并且返回Web响应.响应可以是一张网页的HTML内容,一个重定向,一个404错误,一个XML文档,或者一张图片. ...
- Python退火算法在高次方程的应用
一,简介 退火算法不言而喻,就是钢铁在淬炼过程中失温而成稳定态时的过程,热力学上温度(内能)越高原子态越不稳定,而温度有一个向低温区辐射降温的物理过程,当物质内能不再降低时候该物质原子态逐渐成为稳定有 ...
- jquery第二篇
1 操作元素(属性,css,文档处理) --------------------------属性 $("").attr(); $("").removeAttr ...
- Node.js_密码明文_密文_加密库_sha1
加密库 sha1 加密模块,能够将指定 明文 加密成一个长度相等的 密文 let pwd = 'qwe123456'; const secret = sha1(pwd); 同样的明文,加密得到同样的密 ...
- pycharm的一些快捷键
[转]pycharm的一些快捷键 忙了好一阵终于忙完了,最近在重构代码,有许多地方要注释什么的,在多行注释时总是很麻烦,就想着pycharm有没有快捷键,就像visual studio一样.于是上Go ...