deduction element value is not converting into bas

Oracle Human Resource (Core HR), Payroll, Time & Labor, Self Service HR, Advance Benefit, Talent Management (Performance Management, Competency Management, Performance Appraisal, Goal Management), iRecruitment, Compensation Workbench
Post Reply
ssalipk
Posts: 40
Joined: Thu May 01, 2008 9:50 am
Location: Pakistan

deduction element value is not converting into bas

Post by ssalipk »

Hi All,

I have created an element that is voluntary deduction input currency is KWD and output is BHD and write the following formula, it is working fine but not converting into output currency, can anyone help this out
DEFAULT FOR ASG_SALARY IS 0
DEFAULT FOR Social_Security_deduction_for_GCC_PERCENTAGE_ENTRY_VALUE is 0
DEFAULT FOR Social_Security_deduction_for_GCC_AMOUNT_ENTRY_VALUE is 0
SS_DEDUCTION = 0
Percentage = 0
Percentage = Social_Security_deduction_for_GCC_PERCENTAGE_ENTRY_VALUE

IF Percentage > 0 THEN
(
SS_DEDUCTION =(ASG_SALARY * Percentage ) /100
)
ELSE
(
SS_DEDUCTION = Social_Security_deduction_for_GCC_AMOUNT_ENTRY_VALUE
)
RETURN SS_DEDUCTION
ssalipk
Posts: 40
Joined: Thu May 01, 2008 9:50 am
Location: Pakistan

Post by ssalipk »

hi any update
eng_ahmad_2007
Posts: 258
Joined: Sun Oct 12, 2008 1:50 pm
Location: Saudi Arabia
Contact:

Post by eng_ahmad_2007 »

Hi ssalipk,

I think you should define the conversion rates somewhere. I am trying to recall. I will investigate it and come back to you soon. If you solved the issue, please post it so that everyone can benefit from it...

Kind Regards,

Ahmad Ghanem
ssalipk
Posts: 40
Joined: Thu May 01, 2008 9:50 am
Location: Pakistan

Post by ssalipk »

Thanks Ahmed the conversion rates I have already define under GL Daily Rates but no success.
ssalipk
Posts: 40
Joined: Thu May 01, 2008 9:50 am
Location: Pakistan

Post by ssalipk »

Hi All Any Update!
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests