DBA Data[Home] [Help]

APPS.HR_PRE_PAY dependencies on HR_CURRENCY_PKG

Line 587: payment:=hr_currency_pkg.convert_amount(base_currency,

583: then
584: hr_utility.set_message(801,'HR_52349_NO_RATE_TYPE');
585: hr_utility.raise_error;
586: end if;
587: payment:=hr_currency_pkg.convert_amount(base_currency,
588: pay_currency,
589: pre_payment_date,
590: base_value,
591: pay_currency_type);

Line 919: pay_currency_type:=hr_currency_pkg.get_rate_type(pay_bg_id,pre_payment_date,'P');

915: pp.effective_start_date and pp.effective_end_date
916: and ppa.effective_date between
917: opm.effective_start_date and opm.effective_end_date;
918:
919: pay_currency_type:=hr_currency_pkg.get_rate_type(pay_bg_id,pre_payment_date,'P');
920: exception
921: --
922: when others then
923: --

Line 1036: pay_currency_type:=hr_currency_pkg.get_rate_type(pay_bg_id,pre_payment_date,'P');

1032: pmu.effective_start_date and pmu.effective_end_date
1033: and ppa.effective_date between
1034: opm.effective_start_date and opm.effective_end_date;
1035: --
1036: pay_currency_type:=hr_currency_pkg.get_rate_type(pay_bg_id,pre_payment_date,'P');
1037: exception
1038: --
1039: when others then
1040: --