• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






GoDevil

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

12 2008 档案

 
Call Crystal Report from Application Engine
摘要:Before doing this, check the conditions below: 1. Make sure Process Definition of the Crystal Report has been setup correctly. 2. Make sure the Process Groups of AE also has permission t... 阅读全文
posted @ 2008-12-31 17:14 Kevin's Blogy 阅读(386) 评论(0) 推荐(0)
Call Query from Application Engine
摘要:Function SG_ExecQuery() Returns boolean; Local string &sOutFile; Local Record &rcdQryRunParms; Local Record &rcdQryPrompts; Local SQL &sqlSelectQryParms; Local number &cnt, &i, &Result;... 阅读全文
posted @ 2008-12-31 09:50 Kevin's Blogy 阅读(455) 评论(0) 推荐(0)
Building Registry Search Collections
摘要:If you add content to the portal registry by registering components, you must generate a new registry collection before text searches will be successful on the new content reference. To build a new co... 阅读全文
posted @ 2008-12-26 14:04 Kevin's Blogy 阅读(156) 评论(0) 推荐(0)
Synchronizing Record Definitions With Tables
摘要:Evaluating Modifications to Field and Record DefinitionsIf you change either a field definition or a record definition, you might have to alter the associated SQL table to synchronize it, depending on... 阅读全文
posted @ 2008-12-26 11:27 Kevin's Blogy 阅读(305) 评论(0) 推荐(0)
Security Definitions
摘要:PeopleSoft security is designed around three definition types. Permission Lists A set of access rights to application objects, including processes and reports, weblib functions, and other e... 阅读全文
posted @ 2008-12-25 11:14 Kevin's Blogy 阅读(244) 评论(0) 推荐(0)
The application server’s position in the PIA system
摘要:When a user navigates through a PeopleSoft application using a browser, a number of things happen under the covers. Below we follow a path that takes a request for a page of data about a student, Mark... 阅读全文
posted @ 2008-12-24 13:14 Kevin's Blogy 阅读(255) 评论(0) 推荐(0)
Fix ecqueueinstance Error
摘要:ORA-00001: unique constraint (SYSADM.PS_ECQUEUEINST) violated UPDATE ps_ecqueueinst SET ecqueueinstance = (SELECT MAX (ecqueueinstance) + 1 FROM ps_ecqueue ... 阅读全文
posted @ 2008-12-17 00:36 Kevin's Blogy 阅读(226) 评论(0) 推荐(0)
Pay Cycle related record
摘要:select *---delete from sysadm.ps_pycycl_stat where pay_cycle = 'ACH' and pay_cycle_seq_num >= 30 select *---delete from sysadm.ps_PYCYCL where pay_cycle = 'ACH' select *---delete from sysadm.ps... 阅读全文
posted @ 2008-12-16 21:06 Kevin's Blogy 阅读(344) 评论(0) 推荐(0)
写给对前途迷茫的朋友:五句话定会改变你的人生
摘要:第一句话是:优秀是一种习惯。 这句话是古希腊哲学家亚里士多德说的。如果说优秀是一种习惯,那么懒惰也是一种习惯。人出生的时候,除了脾气会因为天性而有所不同,其他的东西基本都是后 天形成的,是家庭影响和教育的结果。所以,我们的一言一行都是日积月累养成的习惯。我们有的人形成了很好的习惯,有的人形成了很坏的习惯。所以我们从现在 起就要把优秀变成一种习惯,使我们的优秀行为习以为常,变成我们的第二天性。... 阅读全文
posted @ 2008-12-12 15:52 Kevin's Blogy 阅读(246) 评论(0) 推荐(0)