There is a PeopleCode function called Hash that my be how the FDM_HASH field is hashed. Look in PeopleBooks for an example. You couldn't use SQR, though -...
50852
jld549
Jul 27, 2011 4:25 pm
Please join us at the next Ohio PeopleSoft Regional User Group (RUG) meeting on Thursday, August 11th, 2011 at The Conference Center at OCLC. The Conference...
50853
jld549
Jul 27, 2011 4:25 pm
While working on an Audit, I ran into an problem trying to extract data from the Proj_resouce table. I need the GL information along with AP, and this is the...
50854
mujer_mexicana
Jul 27, 2011 4:26 pm
Hello, I'm new at BIP. I installed BIP Desktop and when I open MS Word, I can see I have the BIP Toolbar, but when I try to use Oracle BI Publisher -> Log On...
50855
Doug Nichols
drnicholsattnet
Jul 27, 2011 5:36 pm
The ps_vchr_acctg_line table stores all of the accounting entries for AP. The gl business unit, journal id and journal date fields will tie back to the GL ...
50856
kj884
Jul 27, 2011 8:58 pm
Good day all, My name is Karen from T&TEC, Trinidad. At the moment I am working on getting the Search & Compare Profiles functionality to work for 'Find jobs...
50857
paw300
Jul 27, 2011 8:58 pm
Hi Everyone, Mark your calendars for Predictive Analytics World for Government in Washington, DC. More info below. Predictive Analytics World for Government,...
50858
Hue Lam
hlam0222
Jul 27, 2011 8:58 pm
Your page has to refresh to see the new prompt table. So you can define a component variable to control which prompt table you want to use. Add the code in...
50859
Thomas
thins28
Jul 27, 2011 9:00 pm
Ok, created a file layout with 2 records for an incoming flat file. File contains 2 record types H1 and H2. When I view the file in app designer in the file...
50860
Tom Hins
thins28
Jul 28, 2011 12:35 am
I don't work with BI but you might check Oracle for what browsers/operating systems it is certified for although I know PeopleSoft seems to work with Windows...
50861
Tom Hins
thins28
Jul 28, 2011 12:44 am
I couldn't say who's error this is a result of but basically I believe the agreement is the client is responsible for the data. I know when I worked at a ...
50862
Carolyn Hayden-Garner
myemel212
Jul 28, 2011 12:48 am
If you are looking for a great opportunity as a PeopleSoft SR. HRIS Analyst, please go to www.cbre.com. Careers Do a search for HRIS and follow the...
50863
Tom Hins
thins28
Jul 28, 2011 12:46 pm
I have fixed this so it works, I finally bit the bullet and just put the H2 record as a child segment. For some reason I couldn't just drag it in as a ...
50864
apgoogh@...
apgoogh...
Jul 28, 2011 10:21 pm
The fdm_hash is created using a PC function and is done in the app package HMCF_Chartfields.Chartfield_combination. The tricky part is the hash function...
50865
tjlewis1682
Jul 28, 2011 10:21 pm
The error you have referenced is a generic one for App Engine. It basically means the program stopped running. Are you doing any error trapping? If not you...
50866
Heidi
cedarbean01
Jul 30, 2011 3:22 pm
If you look at the PeopleCode on VALID_COMBO_TBL.FDM_COMBO_CD, there's an example of it being done. Specifically look under the function...
50867
tapaskrpatra
Jul 30, 2011 3:22 pm
Can anybody describe the steps to install Psoft FSCM 9.1 with peopletools 8.52 in windows XP. Please describe with details of the steps. I am new to...
50868
Heidi
cedarbean01
Jul 30, 2011 3:22 pm
Yup Error trapping is there. We cleared the cache and everything else, now we get a different error: "Not Authorized (90,6)" and "Error loading Component...
50869
Klemen, Michael
wind4energy
Jul 30, 2011 3:22 pm
Yes, the hash can only be done in PeopleCode, so you couldn't replicate it in SQR. I wanted to go that route some time ago as well and found the same dead...
50870
Tom Hins
thins28
Jul 30, 2011 4:01 pm
so you might consider loading your data through a ci. <strong><em><font face="Comic Sans MS" color="#6000bf" size="5"></font></em></strong> ...
50871
ccw_ps
Aug 3, 2011 4:08 am
We are in the middle of an upgrade but worried it won't be done by year-end. If necessary can I apply tax updates for version 9.1 on an 8.9 app. Oracle...
50872
ruben1723
Aug 3, 2011 4:08 am
Hi guys, Just a newbie here. I was assigned to create a customized Leave Accrual process based on our client's requirements. Unfortunately, I'm not familiar...
50873
DEBASISH SAHA
debasish_sah...
Aug 3, 2011 4:08 am
Hi Karen, I have decent understanding of Manage Profile including Search and Compare Functionality. I will be happy to help you but unfortunately I was not...
50874
Kotlyarker, Julia
julia_kotlya...
Aug 3, 2011 7:07 pm
Looking for comprehensive guide on steps involved in migrating PL/Roles between databases. Migrating project that contains roles/permission lists is not...
50875
hsdonnelly
Aug 3, 2011 7:55 pm
I don't think there has been very many changes to the payroll tables between 8.9 and 9.1, so you MIGHT be able to do so. However, it does strike me as an...
50876
hsdonnelly
Aug 3, 2011 7:55 pm
I wouldn't suggest you try modifying the COBOL programs as you are introducing a lot of work whenever you do an upgrade. Check the PeopleBooks and see what you...
50877
David Luding
dhluding
Aug 3, 2011 7:56 pm
What module are you speaking of - what version are you on? If you are speaking of Base Benefits Leave Accrual then you have your work cut out for you, so if...
50878
kaminskaolcom
Aug 3, 2011 7:57 pm
here is my dilema. When inserting and not addressing the date field, NULL does get inserted. In the HRMS 9.1 tools 8.51.07 environment There are situations in...
50879
Aguirre, Jose
jose70065
Aug 3, 2011 8:09 pm
Do this in the insert statement: INSERT INTO PS_TABLE (OTHER_FIELD, DATE_FIELD, OTHER_FIELD) VALUES ($OTHER_FIELD, (CASE WHEN $DATE_FIELD = '' THEN NULL ELSE...
50880
Rachel Nicholls-Bernyk
rachelnicholls
Aug 3, 2011 8:48 pm
I believe since he references the COBOL process that he is referring to Base Benefits. I would recommend getting a copy of the leave accrual cobol process and ...