DBA Data[Home] [Help]

APPS.PAY_PAYGBSOE_XMLP_PKG dependencies on HR_CURRENCY_PKG

Line 279: calc_amount := hr_currency_pkg.convert_amount(

275: into currency_code
276: from per_business_groups
277: where business_group_id=p_bus_grp_id;
278:
279: calc_amount := hr_currency_pkg.convert_amount(
280: currency_code,
281: 'EUR',
282: c_pay_date,
283: nvl(c_amount_paid,0),