DBA Data[Home] [Help]

APPS.PAY_GB_ONLINE_SOE dependencies on FND_CURRENCY

Line 420: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);

416: pay_soe_util.setValue('02',l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name,FALSE,FALSE);
417: pay_soe_util.setValue('03',l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name,FALSE,FALSE);
418: pay_soe_util.setValue('04',l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name,FALSE,FALSE);
419: pay_soe_util.setValue('16',to_char(l_output_table(i).balance_value,
420: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);
421: pay_soe_util.setValue('06',to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
422: end if;
423: end loop;
424: end if;

Line 436: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);

432: pay_soe_util.setValue('02',null,FALSE,FALSE);
433: pay_soe_util.setValue('03','ASG_TD_YTD',FALSE,FALSE);
434: pay_soe_util.setValue('04','NIable YTD',FALSE,FALSE);
435: pay_soe_util.setValue('16',to_char(l_calculated_balance,
436: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);
437: pay_soe_util.setValue('06',null,FALSE,TRUE);
438: end if;
439:
440: l_calculated_balance := pay_gb_payroll_actions_pkg.report_all_ni_balance('NI Able',p_assignment_action_id,'_ASG_TRANSFER_PTD');

Line 449: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);

445: pay_soe_util.setValue('02',null,FALSE,FALSE);
446: pay_soe_util.setValue('03','ASG_TRANSFER_PTD',FALSE,FALSE);
447: pay_soe_util.setValue('04','NIable PTD',FALSE,FALSE);
448: pay_soe_util.setValue('16',to_char(l_calculated_balance,
449: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);
450: pay_soe_util.setValue('06',null,FALSE,TRUE);
451: end if;
452:
453: l_calculated_balance := pay_gb_payroll_actions_pkg.report_all_ni_balance('NI Employee',p_assignment_action_id,'_ASG_TD_YTD');

Line 462: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);

458: pay_soe_util.setValue('02',null,FALSE,FALSE);
459: pay_soe_util.setValue('03','ASG_TD_YTD',FALSE,FALSE);
460: pay_soe_util.setValue('04','NI Ees YTD',FALSE,FALSE);
461: pay_soe_util.setValue('16',to_char(l_calculated_balance,
462: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);
463: pay_soe_util.setValue('06',null,FALSE,TRUE);
464: end if;
465:
466: l_calculated_balance := getEmployerBalance(p_assignment_action_id);

Line 475: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);

471: pay_soe_util.setValue('02',null,FALSE,FALSE);
472: pay_soe_util.setValue('03','ASG_TD_YTD',FALSE,FALSE);
473: pay_soe_util.setValue('04','NI Ers YTD',FALSE,FALSE);
474: pay_soe_util.setValue('16',to_char(l_calculated_balance,
475: fnd_currency.get_format_mask(substr(PAY_SOE_GLB.g_currency_code,2,3),40)),FALSE,FALSE);
476: pay_soe_util.setValue('06',null,FALSE,TRUE);
477: end if;
478:
479: if balCount > 0 or l_display then