DBA Data[Home] [Help]

APPS.HR_PRE_PAY dependencies on FND_CURRENCIES

Line 322: from fnd_currencies cur

318: hr_utility.set_location('HR_PRE_PAY.DO_CASH_ANALYSIS',1);
319: --
320: select cur.precision
321: into cash_detail.precision
322: from fnd_currencies cur
323: where cur.currency_code = pay_currency;
324: --
325: -- Call The user accessible cash rule function
326: --

Line 732: from fnd_currencies cur

728: hr_utility.set_location('HR_PRE_PAY.PAY_METHOD',1);
729: --
730: select cur.precision
731: into cash_detail.precision
732: from fnd_currencies cur
733: where cur.currency_code = pay_currency;
734: --
735: if percentage >= 0 then
736: --