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






GoDevil

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 ··· 12 下一页

2010年11月11日

15行的PeopleCode搞定XML Publisher
摘要: import PSXP_RPTDEFNMANAGER:*;&oRptDefn = create PSXP_RPTDEFNMANAGER:ReportDefn("FRED_XMLP"); /* setparameter of ReportId */&oRptDefn.Get();/* fill query runtime prompt record */&rcdQryProm... 阅读全文
posted @ 2010-11-11 15:03 Kevin's Blogy 阅读(791) 评论(0) 推荐(0)
 

2010年10月12日

薪资配置
摘要: 1. Generation Control: CN GC ACTIVE,能实现即时员工当月离职,GC依然返回True。2. 按元素制定受款人:如果从下个薪资周期开始不享受此薪资项目,结束日期必须为当前薪资周期的结束日期;否则当月亦不享受此薪资项目。3. 离职补偿金:员工离职后下个月补发离职补偿金,会将其他薪资项目也自动计算出来。解决办法:1> 新建日历组做不定期处理 2> 修改员工的适... 阅读全文
posted @ 2010-10-12 19:28 Kevin's Blogy 阅读(619) 评论(0) 推荐(0)
 

2010年3月15日

Display pdf file , image, website on peoplesoft page using html area
摘要: inser an html area in page then copy the following code into it....then open the same page in PIA.<html><body><iframe src ="\\psserver\temp\purchase.pdf" width="700" height="500"> &l... 阅读全文
posted @ 2010-03-15 11:56 Kevin's Blogy 阅读(625) 评论(1) 推荐(0)
 
Peoplecode Trace in a File
摘要: Local File &fle;&fle = GetFile(GetCwd() | "/files/Test.xml", "W", %FilePath_Absolute);&fle.WriteLine("Hi");&fle.Close();Test.xml can Found in...Web Server: psoft > appserv > DATA... 阅读全文
posted @ 2010-03-15 11:55 Kevin's Blogy 阅读(397) 评论(0) 推荐(0)
 

2010年1月7日

Xcom传送文件实例
摘要: 下面是Batch文件:@echo offif not exist D:\Interface\HCMPRD\EMP\out_tray\PS_EMPLOYEE_*.txt goto ENDC:\Xcomnt\xcomtcp -c1 -f REMOTE_SYSTEM=10.254.2.4 LOCAL_FILE=D:\Interface\HCMPRD\EMP\out_tray\PS_EMPLOYEE_*.... 阅读全文
posted @ 2010-01-07 10:25 Kevin's Blogy 阅读(652) 评论(0) 推荐(0)
 
SqLoader实例
摘要: 下面是Shell脚本文件#!/usr/bin/ksh#=============================================================================+# FILENAME# /PRD/app/PT8.49/tsc_intf/HCMPRD/bin/tsc_upload_coa.sh## DESCRIPTION# Upload OFI GL ... 阅读全文
posted @ 2010-01-07 10:16 Kevin's Blogy 阅读(535) 评论(0) 推荐(0)
 

2009年12月25日

EFT开发注意事项
摘要: 运行EFT之前需要核对的信息:1.系统做Data Migration如果是用SQL批量倒入,需检查Payee Bank Account页面的Bank Code和Branch Code是否已经维护在系统里,Pay Entity页面的银行和机构是否都是真实有效的。如果用ExcelToCI便不会有这个问题。方法:PYE_BANKACCT left join PS_BANK_EC_TBL and PS_B... 阅读全文
posted @ 2009-12-25 17:32 Kevin's Blogy 阅读(494) 评论(0) 推荐(0)
 

2009年11月13日

Payroll Calculation的Process Rule
摘要: 问题1. Create EFT File process是通过Net Election取员工银行帐号的,而Net Election有Effdt control,EFT的逻辑是找小于Debit Date的最大的Effdt。所以即使Payment Finalized,依然可以通过修改Net Election以更改当月该员工的发薪账户。所以Maintain Net Election的Effdt要非常小心... 阅读全文
posted @ 2009-11-13 19:05 Kevin's Blogy 阅读(244) 评论(0) 推荐(0)
 

2009年11月4日

Oracle取整的函数
摘要: 1.取整(大)   select ceil(-1.001) value from dual   2.取整(小)   select floor(-1.001) value from dual  3.取整(截取)  select trunc(-1.002) value from dual 4.取整(舍入) select round(-1.001) value from dual 阅读全文
posted @ 2009-11-04 18:48 Kevin's Blogy 阅读(372) 评论(0) 推荐(0)
 

2009年10月28日

PeopleCode Run-Time Error
摘要: 自己开发了个Application Engine,一个Section有两个steps,Step1是update statement,Step2 run一个shell command, 同步模式。然后程序能跑出结果,但是No-success,报错信息:Think-time PeopleCode event (Exec), but a SQL update has occ urred in the c... 阅读全文
posted @ 2009-10-28 19:54 Kevin's Blogy 阅读(250) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 ··· 12 下一页