DBA Data[Home] [Help]

APPS.PAY_PYNZ345_XMLP_PKG dependencies on FND_CURRENCY

Line 23: cp_currency_format := fnd_currency.get_format_mask(l_currency_code, 15);

19: fetch c_currency_code
20: into l_currency_code;
21: if c_currency_code%found then
22: cp_currency_code := '('||l_currency_code||')';
23: cp_currency_format := fnd_currency.get_format_mask(l_currency_code, 15);
24: end if;
25: close c_currency_code;
26: CP_PERIOD_END_DATE := pay_nz_tax.half_month_end(P_PERIOD_END_DATE);
27: CP_PERIOD_START_DATE := pay_nz_tax.half_month_start(P_PERIOD_END_DATE);