Query - can I run an existing public HCM ps query from peoplecode in FSCM ?
Hi All,
We are running FSCM 9.2 and HCM 9.2 and we are on PT 8.53.26.
I am trying to develop an App Engine program in FSCM where I can use PeopleCode to run an already existing public query in the HCM system and have the data returned to my AppEngine.
Once I have the HCM data in FSCM, I can combine it with financial data to create data to upload using our custom budget load functionality.
Originally, I was going to use RunToRowset or RunToFile PeopleCode commands, but in an SR I logged with Oracle, I was told that the Session class cannot cross PeopleSoft databases to another node (e.g. from FSCM to HCM)