hrms applicant creation api [message #411677] |
Mon, 06 July 2009 05:46 |
monikabhakuni
Messages: 110 Registered: September 2008 Location: India
|
Senior Member |
|
|
Hi All,
Here i am attaching my package for creating applicant..
Here some of the data is not getting inserted in the base table that is per_all_people_f. These fields are
1. Middle name
2.Title.
3.Suffix
4.Place of birth.
5. Region of birth and country is birth
where as thsse fields i hve given in csv.
So can you please let me know what is the problem
Thanks,
Monika
|
|
|
Re: hrms applicant creation api [message #411706 is a reply to message #411677] |
Mon, 06 July 2009 06:47 |
kecd_deepak
Messages: 52 Registered: December 2007
|
Member |
|
|
Hi,
You miss following parameters in API:
p_middle_names
p_suffix
(Due to this middle name and suffix not populated.)
Also for Region,Country and Place i think the values are Invalid.
Check that what values are populated in your custom table(xx_applicant_api_table).
Thanks
dpk
|
|
|
|
|
|
Re: hrms applicant creation api [message #411811 is a reply to message #411677] |
Mon, 06 July 2009 22:59 |
kecd_deepak
Messages: 52 Registered: December 2007
|
Member |
|
|
Hi,
- Are u able to populate base tables with this data. (i.e. Applicant created on not)
- If applicant not created then it what is the error message.
- If applicant created but some information(like region,country,place) missed , then i think that SETUPS for Location are are not completed.
Please try to create Applicant from FrontEnd with this informaion, and check that base table populated with all the values or not.
Thanks
dpk
|
|
|
Re: hrms applicant creation api [message #411812 is a reply to message #411811] |
Mon, 06 July 2009 23:22 |
monikabhakuni
Messages: 110 Registered: September 2008 Location: India
|
Senior Member |
|
|
Hi Deepak,
Data is getting inserted into the base table that is per_all_people_f table but when i am querying for the same applicant in the front end it is not there moreover country of birth,region of birth,town of birth,title etc thins are not get populated in the base table.
|
|
|