Apps To Fusion

.......Our Journey from Apps To Fusion

 
  • Increase font size
  • Default font size
  • Decrease font size
We have launched several Development, Functional and DBA Trainings. Visiti http://focusthread.com/training

Oracle HRMS Payroll Interview Questions

Oracle HRMS Payroll Interview Questions

Dear Learners and Job hunters for Oracle HRMS and Payroll. Please find some basic level questions that you
might be asked in an Interview. 


Qns 1. Can you call pl/sql package functions from within a Fast Formula?
Ans 1. Yes you can
-->How do we do this?
-->There is a Define Function screen in HR. In this screen you will register the pl/sql as “External Function”.

-->If we want to pass a parameter PAYROLL_ID to this external pl/sql Function, how do we do it ?
-->The “Define Function” screen has a button named “Context Usage”. This button opens up a window in which you can
register the parameters.


Qns 2: P35 report is run after the “End Of Year (EOY)” process.
Do you know which tables does EOY process populate.
P35 and P60 reports uses these tables which get populated by EOY
Ans2: FF_ARCHIVE_ITEMS
FF_ARCHIVE_ITEM_CONTEXTS

Qns 3: How do you Debug a Fast Formula?
Ans 3: You can create a message variable in Fast Formula.
This message variable must also be registered as a Formula Result( In “Formula Result Rule” window).


Qns 4: What are the various levels where you can Set up Payroll Costing Accounts?
Which levels take the highest precedence? **Assume Labor Distributions is not implemented**
Ans4;
Element Entry => Highest
Assignment => Second Highest
Organization => Third Highest
Element Link => Fourth Highest
Payroll => Fifth Highest


Qns5: Technically speaking, how do you know from tables that an Employee has been terminated?
Ans 5:
(a) The Person_Type_ID in PER_PERSON_TYPE_USAGES_F will correspond to System Person Type EX_EMP
(b) A record gets created in table PER_PERIODS_OF_SERVICE with Actual_Termination_date being not null

Qns6: How can you make Employee Number generation Automated based on business rule etc.
Ans6: Use Fast Formula.

Qns7: What is the difference between per_people_f and per_all_people_f
Ans7: PER_PEOPLE_F is a secured view on top of PER_ALL_PEOPLE_F. The secure view uses an API hr_security.show_person.
This API internally checks for an entry in table PER_PERSON_LIST for the logged in person's security profile. A concurrent
program named "Security List Maintainence program" will insert records in
PER_PERSON_LIST



Oracle HRMS Self Service Interview Some Simple Questions
Qns 1
:
If you do personalization at both FUNCTION level and Responsibility level, which personalization has higher precedence?
Ans 1:
Responsibility level. Responsibility level will override FUNCTION level personalizations.

Qns 2:
Say you have done a lot of Personalizations to Self Service Screens.
But all these Personalizations were done in DEVELOPMENT environment.
How will you migrate these personalizations to PRODUCTION environment?
Ans2:
Before 11.5.7…Use AKLoad
This is a java program given by Oracle. This is the only way you can script it.
In DEV you will do è akdload DOWNLOAD ( & other parameters)
In PRD you will do è akdload UPLOAD ( & other parameters)
On or after 11.5.10 Use responsibility “Functional Administrator”, then click
on Personalization Tab, and then click on Import/Export.
Next select the documents to be exported.
Go to the unix box and tar the personalizations into a .tar file.
On the Production environment unzip this tar file in location as entered in profile “FND: Personalization Document Root Path”.
Setting up of this profile is mandatory or else Oracle Framework would’nt know where to search for the files to be imported.
Comments (20)add
...
written by venkat , October 31, 2006
Hi, nice start, to the blog, i hope u post much more information, i think these helped me a lot, thanks for every thing and hoping to get more in future. great start. keep going please.
report abuse
vote down
vote up
Votes: +0
...
written by venkat , October 31, 2006
Hi, nice start, to the blog, i hope u post much more information, i think these helped me a lot, thanks for every thing and hoping to get more in future. great start. keep going please.
report abuse
vote down
vote up
Votes: +0
...
written by Anil Passi , November 15, 2006
Cheers Venkat, I will try to keep this blog as regular as possible
report abuse
vote down
vote up
Votes: +0
...
written by Anil Passi , November 15, 2006
Cheers Venkat, I will try to keep this blog as regular as possible
report abuse
vote down
vote up
Votes: +0
...
written by Anil Passi , March 31, 2007
Cheers Peter, you are right.

For each employee, a record always exists in PER_PERIODS_OF_SERVICE, and it gets updated during termination.

Thanks,
Anil
report abuse
vote down
vote up
Votes: +0
...
written by Anil Passi , April 25, 2007
Hi Prashant,

You can either use a Workflow Notification or SMTP email for this purpose.

However, try using the standard functionality described in link below
http://docs.google.com/Doc?id=dcfd8fsc_59c24m8t

Thanks
Anil
report abuse
vote down
vote up
Votes: +0
...
written by Deepashree J , August 03, 2007
Hi Anil,

Thank you very much for this fantastic bolg. It is very useful for aspiring consultants like me.

Take care..
report abuse
vote down
vote up
Votes: +0
...
written by Deepashree J , August 03, 2007
Hi Anil,

Thank you for creating a very useful blog. It is of great help for aspiring consultants like me.
Please post some more functional HRMS interview questions.

Regards,
Deepashree J
report abuse
vote down
vote up
Votes: +0
...
written by Farooque , August 14, 2007
Excellent Excellent Site folks, It is really great work done by Anil.
Please add some more Interview questions and answers.

report abuse
vote down
vote up
Votes: +0
...
written by Jyoti , August 16, 2007
Hi Anil,

Thanks for ur Blog. It really help me a lot
report abuse
vote down
vote up
Votes: +0
...
written by Pramil Agrawal , September 15, 2007
Hi Anil,
I am very much pleased to see your blog.

I have got everything required for me to start preparation for oracle apps.

I am thankful of you.

Thanks
Pramil
report abuse
vote down
vote up
Votes: +0
...
written by Habeni , December 13, 2007
Hi Anil,

What are the list of likely questions for core hr.
report abuse
vote down
vote up
Votes: +0
Certification exam
written by Habeni , January 03, 2008
I would like to know if U can help to guide me through exam for sys administrator IZ-232 thanks
report abuse
vote down
vote up
Votes: +0
Excellent site
written by Rutuja , January 28, 2008
Hi Anil,
Excellent site, it helps me alot.
please put more questions on HRMS Technical specially about API's and API Hooks.

report abuse
vote down
vote up
Votes: +0
Difference between per_people_f and per_people_v?
written by Facundo , September 18, 2008
Hello, i would like to know the diference between two views.

- per_people_v
- per_people_f

I caný find it. smilies/sad.gif

Thanks.
report abuse
vote down
vote up
Votes: +0
send more interview questions on Oracle HRMS
written by emily , February 17, 2009
send more interview questions on Oracle HRMS
report abuse
vote down
vote up
Votes: +1
terminate any employee-technical Eq.
written by mamoun , June 22, 2009
I am new in HRMS , i need your help!!!
How can i know if an employee is terminate from the work ?
I mean from the DB (coulmn and Table)

Please Help me
report abuse
vote down
vote up
Votes: +0
Terminate An employee....
written by mamoun , June 22, 2009
I am new in HRMS , i need your help!!!
How can i know if an employee is terminate from the work ?
I mean from the DB (coulmn and Table)
Correct E-mail
Please Help me
report abuse
vote down
vote up
Votes: +0
Business Process Outsourcing
written by Mark , July 09, 2009
And I thought this post was related to HR and payrolls..smilies/smiley.gif anyone who wants to prepare for IT positions should also contact an HR professional...smilies/smiley.gif

Mark
Business Process Outsourcing
report abuse
vote down
vote up
Votes: +0
Reg ... Terminate an employee ....
written by Lalit , July 14, 2010
If Actual_Termination_Date is not null (Having a termination date) in Per_Periods_of_Service Table then the employee is terminated in Oracle HRMS


report abuse
vote down
vote up
Votes: +0
Write comment
quote
bold
italicize
underline
strike
url
image
quote
quote
smile
wink
laugh
grin
angry
sad
shocked
cool
tongue
kiss
cry
smaller | bigger

security image
Write the displayed characters


busy
 

Search apps2fusion