版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、session #20244march 15, 2006alliance 2006 conferencenashville, tennessee234567 8 located in norman, a city of 100,000 residents, located 20 miles south of okc. enrollment on norman campus: 24,569 faculty & staff fte: 3,9359 total norman campus budget: $511,240,169 total norman campus sponsored p
2、rograms: $122,890,9741011 hrms was the first erp module implemented moved from a legacy system with on-line capabilities hrms department vs financials department (funding source) decentralized functions approximately 500 department sponsors many “non-sponsors” using legacy system12in-house system cr
3、eated in oracle departments and sponsors fed from financials “roles” were developed for hrms sponsors given access to their departments to add “proxies” for their departments. allowed us to have row level security in ps based on roles assigned to proxy in fams.leveraged existing system when financia
4、ls was implemented developed roles for financials enhanced the process for updating security in ps13141516 must have an emplid in hrms to access fams. must have an emplid in hrms to be designated a proxy. create proxy gives individual same abilities as sponsor. fams is used for the security of an in
5、 house personnel action form (paf) system as well as hrms and financials.1718 sponsored program departments = xx5xxxxxx teams of sponsored program specialists are responsible for groups of sponsored program departments “grants and contracts teams” captures the members of the teams “grants and contra
6、cts departments to teams” captures the departments that belong to each team19fams does not govern the security of all employees. financial support services internal auditing purchasing20create record / page definitions for the deptid / project authorization tables.create search / add views to select
7、 / retrieve deptids / projects that a campus user has access to, based upon the authorization tables.modify prompt tables in record definitions to use custom security views.modify identified component definitions to use custom security views.211.peopletools customizations2.interface / data requireme
8、nts3.detail design custom field definitions and translate values custom record definitions customized record definitions custom view definitions customized components custom page definitions4.custom interface batch process sqr5.modified delivered sqr reports 6.row level security7.maintenance22custom
9、 field definition - ou_gl_authcode. auth code translate values: 001 financials inquiry only 002 requisition add / update / cancel 003 requisition approve 004 po receiving23custom record definitionsou_gl_deptauth captures deptid(s) and corresponding fund codes per user id. data retrieved from fams, u
10、pdated by batch process.ou_gl_projauth captures project(s) and corresponding fund codes per user id. data retrieved from fams, updated by batch process.24customized record definitions:prompt tables pointed to custom views.enforces row level security by retrieving deptids / projects for specific auth
11、 codescfcc2_aks_sbrinq_crit_tbljrnl_error_reqjrnl_panels_wrkjrnl_panels_wrkpo_actg_ent_wrkpv_recv_filterpv_req_hdr_wrkreq_actg_ent_vwreq_hdrreq_hdrreq_hdr_vwreq_inq_wrkreq_ln_distribreq_pnls_wrkreq_recon_sel25custom view definitions:various custom views cloned from original viewsretrieves deptids /
12、projects for specific auth codes.ou_gl_dauth_vwou_jrnl_hdr_vwou_inq_edall_vwou_gl_pauth_vwou_jrnl_npst_vwou_inq_epall_vwou_gl_spdath_vwou_kkq_bdld_vwou_po_dauth_vwou_inq_dall_vwou_kkq_bdll_dvwou_po_pauth_vwou_inq_dauth_vwou_kxcp_bd_vw1ou_po_rqstr_vwou_inq_pall_vwou_kxcp_gl1_vw1ou_req_srchou_inq_paut
13、h_vwou_kxcp_po2_dvwou_rqid_actg_vwou_jrnl_all_vwou_kxcp_po2_vw1ou_rqstr_act_vwou_ jrnl_date_vwou_speedtyp_vwou_speedauth_vwou_jrnl_hdr_fvwou_xcp_inq_srch26customized components:changed search records to custom views retrieves deptids / projects for specific auth codes.journal_entry_ie journal_fs kk_
14、inq_bd_detail kk_xcp_bd kk_xcp_gl1 kk_xcp_po2 requisitions27custom department auth page:28custom project auth page:29sqr process that:updates ps financials security tables with user roles:psroleuserreportsuperusereopp_userou_gl_inq_campus - financials inquiry only ou_po_reqadd_campus - requisition a
15、dd / update / cancel ou_po_reqappr_campus - requisition approveou_po_recv_campus - po receivingps_rolexlatopr30updates department and project authorization tables ou_gl_deptauthou_gl_projauth with authorized deptid / project values and auth code information from fams. 31retrieves fund code for the d
16、eptid / project id from the peoplesoft speedtyp_tbl. inserts the appropriate fund_code into the authorization tables.updates the ps_requestor_tbl and the requisition setup section of the user preferences (ps_opr_def_tbls).note: in order to retrieve data efficiently, fams must have a last update dttm
17、 stamp on every row that it stores. this enables the ps financials system to retrieve data based on a date or a date range.32gls7002 - general ledger activityfin2001 - journal entry detailgls7011 - journal error reportgls8005 - budget transaction detailgls8010 - budgets / actualsgls8020 - budget sta
18、tus reportgls8510 - ledger details report33permission lists and roles were developed to control campus user access to the maintain requisitions pages. row level security then ensures that the campus user only adds, approves or changes requisitions for deptids / projects for which he or she is author
19、ized. on specific pages, when a speedchart is selected, the deptid /project_id is validated against the ps_ou_gl_deptauth / ps_ou_gl_projauth custom authorization tables to ensure the campus user has the appropriate add authority for the deptid / project selected.34when a campus users clicks on spee
20、dchart, the values are limited to what is stored in the authorization tables.35interface monitoring: should be monitored daily.can be re-run many times in batch mode or on an ad-hoc basis. can be run for a date range, or default to current dateapplication message monitoring: partial sync application
21、 message syncs the user profile (only) data between hr and financials. monitor message on a daily basis. if errors or remains in a new status, oprids may not be created in financials. 36changes to fams: changes to table structures in fams must be addressed in the fams to ps interface.the rest of the
22、 row level security code in ps will not be affected. the ps financials row level security hinges on the authorization tables ps_ou_gl_deptauth and ps_ou_gl_projauth tables. changes to these custom tables will affect row level security.37impact of patches and fixes: care must be taken not to overwrit
23、e custom search views for components and prompt table edits for record definitions. document all modifications, including sqrs. run compare reports prior to applying patches to show comments and customizations. 3839 xruoqgmc8.51+l*h!eyauwqsioflb73n-k&g#cwytvprhnd9:63n)k&g#cwysuprhnd9;53n)j%g
24、#cwysuoqhnd9;52=m(i$eyavxrtjpflb8.40-k*h!dxztvpsioeka:63n)j%fzcwysuoqgmd9;51+m(i$eyauwrtjpflb8.40-k&g!dxztvprhoeka:640-k&g#cxztvprnd9;53n)j%f#cwysuoqgnd9;51=m(i$eyauxrtjpflb8.40-k&h!dxztvprioeka:63n)j%fzbwysuoqgmd9;51+l(i$eyauwqtjpflb7.40-k&g#dxztvprhoeka:630-k&g#cwztvprhndka:63n
25、-k&g#cwytvprhnd9:63n)j&g#cwysuprhnd9;52=m(i$ezbvxrtjpfmc8.40-l*h!dxztwqsioa:630-k&g#cwztvprhnda:63n-k&g#cwysvprhnd9;63n)j&g#cwysuorhnd9;53n)j%f#cwysuoqgnd9;51=m(i$eyauxrtjpflb8.40-k&h!dxztvprioeka:63n)j%fzbwysuoqgmd9;51+l(i$eyauwqtjpflb7.40-k&g#dxztvprhoeka:63n)j%g#cwysuo
26、qhnd9;52=m(i$eyavxrtjpflc8.40-k*h!dxztvpsioeka:63n)j%fzcwysuoqgnd9;51+m(i$eyauwrtjpflb8.40-k&g!dxztvprioeka:63n)j&g#cwysuprhnd9;53n)j%f#cwysuoqhnd9;51=m(i$eyavxrtjpflb8.40-k&h!dxztvpsioeka:63n)j%fzcwysuoqgmd9;51+l(i$eyauwrtjpflb7.40-k&g!dxztvprhoeka:630-k&g#cxztvprhndka:63n)j%f#c
27、wysuoqgnd9;51=m(i$eyauxrtjpflb8.40-k&h!dxztvprioeka:640-k&g#dxztvprhneka:630-k&g#cwztvprhnda:63n-k&g#cwysvprhnd9:62=m(i$yauwrtjpflb8.40-k&g!dxztvprhoeka:640-k&g#cxztvprhneka:630-k&g#cwytvprhnda:62=m(i%fzbvxrtoqgmc8.41+l*h!dxauwqsioa:63n)j%fzbwysuoqgmd9;51+l(i$eyauwrtjpflb
28、7.40-k&g#dxztvprhoeka:630-k&g#cxztvprhndka:63n)j%fzcwysuoqgnd9;51+m(i$eyauxrtjpflb8.40-k&g!dxztvprioeka:640-k&g#dxztvprhneka:63n)j%g#cwysuoqhnd9;51=m(i$eyavxrtjpflb8.40-k*h!dxztvpsioeka:63n)j%fzcwysuoqgmd9;51+m(i$eyauwrtjpflb7.40-k&g!dxztvprhoeka:64n)j&g#cwysuorhnd9;53n)j%f#c
29、wysuoqgnd9;51=m(i$eyauxrtjpflb8.40-k&h!dxztvprioeka:63n)j%fzbwysuoqgmd9;51+l(i$eyauwqtjpflb7.40-k&g#dxztvprhoeka:63n)j%g#cwysuoqhnd9;52=m(i$eyavxrtjpflc8.40-k*h!dxztvpsioeka:63n)j%fzcwysuoqgnd9;51+m(i$eyauwrtjpflb8.40-k&g!dxztvprioeka:63n)j&g#cwysuprhnd9;53n)j%f#cwysuoqhnd9;51=m(i$ey
30、avxrtjpflb8.40-k&h!dxztvpsioeka:63n)k&g#cwysvprhnd9;63n)j%g#cwysuorhnd9;52=m(i$eybvxrtjpflc8.40-k*h!dxztvqsika:63n-k&g#cwytvprhnd9:63n)k&g#cwysuprhnd9;53n)j%g#cwysuoqhnd9;52=m($eyauwqsipflb730-k&g#cwztvprhnda:63n-k&g#cwysvprhnd9:63n)j&g#cwysuorhnd9;52=m(i$eybvxrtjpfmc8.40
31、-g#cxztvprhndka:630-k&g#cwytvprhnda:63n)k&g#cwysuprhnd9;62=m(i$ezbvxrtjpgmc7.40-k&g#dxztvprhoeka:630-k&g#cwztvprhndka:63n)j%fzcwysuoqgnd9;51+m(i$eyauxrtjpflb8.40-k&g!dxztvprnd9:63n)j&g#cwysuprhnd9;53n%fzbvxsuoqgmc8;51+l*h!eyauwqsipflb730-k&g#cwztvprhnda:63n)k&g#cwysvp
32、rmd9;51+l(i$eyauwrtjpflb7.40-k&g#dxztvprhoeka:630-k&g#cxztvprhndka:63n)j%f#cwysuoqgnd9;51+m(i$eyauxrtjpflb8.40-k&h!dxztvprioeka:63n)k&g#cwysuprhnd9;53n)j%g#cwysuoqhnd9;5+l*h$eyauwqsipflb730-k&g#cwztvprhnda:63n-k&g#cwysvprh9;51+m(i$eyauwrtjpflb7.40-k&g!dxztvprhoeka:63n)j&a
33、mp;g#cwysuorhnd9;53n)j%f#cwysuoqgnd9;1+l*h!eyauwqsioflb730-k&g#cwytvprhnd9:63n)k&g#cwysuprhnd951+l(i$eyauwqtjpflb7.40-k&g#dxztvprhneka:630-k&g#cwztvprhndk52=m(i$eyavxrtjpflc8.40-k*h!dxztvpsioeka:63n)j%fzcwysuoqgnd9;51+m(i$eyauwrtjpflb8.40-k&g!dxztvprioe9:63n)j&g#cwysuorhnd9;5
34、2=m(i$eybvxrtjpfmc8.40-l*h!dxztvqsioe:630-k&g#cwytvprhnda:61=m(i$eyauxrtjpflb8.40-k&h!dxztvpsioeka:63n)k&g#cwysuprhnd9;1+l(i$eyauwqtjpflb7.40-k&g#dxztvprhoeka:63n)j%g#cwysuoqhnd9;vxrtjqgmc8.41+l*h!dxauwqsioekb73n)j&g#cwysuprhnd9;53n)j%gvxsuoqgmc8;51+l*h$eyauwqsipflb730-k&g#cw
35、ztvprhnda:62=m(j%fzbvxrtoqgmc8.41+l*h!dyprhnda:63n)k&g#cwysvprhnd9;62=m(i$fzbvxrtjpgmc8.40k&g!dxztvprhoeka:63n)j&g#cwysuorhnd9;52=m(i$eybqsjpflb730-k&g#cxztvprhndka:63n-k&g#cwytvprhnd9:6+m(i$eyauxrtjpflb8.40-k&h!dxztvprioeka:640-k&g#dxztvhnd9;53n)j%g#cwysuoqhnd9;52=m(i$ey
36、avxrtjpfb730-k&g#cwztvprhnda:62=m(j%fzbvxrtoqgmc8.41+l*h!dyvpsioeka:63n)j%fzcwysuoqgmd9;51+m(i$eyauwrtjpflb7.40-k&g!dxztvprhoeka:640-k&g#cxztvprhndk;53n)j%f#cwysuoqgnd9;51=m(i$eyauxrtjpflb8.40-k&h!dxztvprioeka:63n)j%fzbwysuoqgmd9;51+l(i$eyauwqtjpflb7.40-k&g#dxztvprhoeka:630-k&
37、;g#cwztvprhndka:63n)j%fzcwysuoqgnd9;51+m(i$eyauwrtjpflb8.40-k&g!dxztvprioeka:640-k&g#cxztvprhneka:62=m(i$eybvxrtjpfmc8.40-l*h!dxztwqsioeka:73n)j%f#cwysuoqhnd9;51=m(i$eyavxrtjpflb8.40-k&h!dxztvpsioeka:63n)j%fzcwysuoqgmd9;51+l(i$eyauwrtjpflb7.40-k&g!dxztvprhoeka:630-k&g#cxztvprhndka:63n)j%f#cwysuoqgnd9;51+m(i$eyauxrtjpflb8.40-k&h!dxztvprioeka:64)k&g#cwysuprhnd9;53n)j%g#cwysuoqhnd9;52=m(i$eyavxrtjpflb8.40-k*h!dxztvpsioeka:63n)j%fzcwysuoqgmd9;51+m(i$eyauwrtjpflb8.40-k&g!dxztvprhoeka:640-k&g#cxztvhnd9;53n)j%f#cwysuoqhnd
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025版智能化施工機(jī)械租賃合作協(xié)議3篇
- 2024年退股協(xié)議書:制造業(yè)退股及供應(yīng)鏈管理范本3篇
- 2025年昆明公租房電子合同租賃合同簽訂與履行風(fēng)險(xiǎn)防控策略3篇
- 2025版體育場(chǎng)館建設(shè)項(xiàng)目施工合同交底書范本3篇
- 高端制造公司法務(wù)專員招聘協(xié)議
- 高空作業(yè)油工施工合同
- 城市綜合體破碎施工合同
- 礦區(qū)節(jié)能減排煤矸石管理辦法
- 保險(xiǎn)公司應(yīng)付賬款處理
- 風(fēng)力發(fā)電場(chǎng)電氣設(shè)備安裝合同
- 2025蛇年春節(jié)春聯(lián)對(duì)聯(lián)帶橫批(276副)
- 2024年時(shí)事政治試題【有答案】
- 全套教學(xué)課件《工程倫理學(xué)》
- 人音版六年級(jí)上冊(cè)全冊(cè)音樂教案(新教材)
- 2024年認(rèn)證行業(yè)法律法規(guī)及認(rèn)證基礎(chǔ)知識(shí)
- 機(jī)械原理課程設(shè)計(jì)鎖梁自動(dòng)成型機(jī)床切削機(jī)構(gòu)
- MT 285-1992縫管錨桿
- CRAC無線電技術(shù)觀摩交流大會(huì)業(yè)余無線電應(yīng)急通信演練基本規(guī)則
- 消防安全重點(diǎn)單位檔案(參考)
- 35KV降壓變電所一次系統(tǒng)電氣設(shè)計(jì)(可編輯)
- TL494組成的200W逆變器電路圖
評(píng)論
0/150
提交評(píng)論