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 1031: pay_currency_type:=hr_currency_pkg.get_rate_type(pay_bg_id,pre_payment_date,'P');

1027: pmu.effective_start_date and pmu.effective_end_date
1028: and ppa.effective_date between
1029: opm.effective_start_date and opm.effective_end_date;
1030: --
1031: pay_currency_type:=hr_currency_pkg.get_rate_type(pay_bg_id,pre_payment_date,'P');
1032: exception
1033: --
1034: when others then
1035: --