DBA Data[Home] [Help]

APPS.PAY_JP_IWHT_ARCH_PKG dependencies on FND_CURRENCY

Line 1328: fnd_message.set_token('VALUE',to_char(l_value,fnd_currency.get_format_mask('JPY',40)));

1324: IF l_value > 0 THEN
1325:
1326: IF l_value > 0 THEN
1327: fnd_message.set_name('PAY','PAY_JP_TRM_SPC_EXC_ALLOW_AMT');
1328: fnd_message.set_token('VALUE',to_char(l_value,fnd_currency.get_format_mask('JPY',40)));
1329: l_allow_str := fnd_message.get;
1330: lc_description_temp := l_allow_str;
1331: END IF;
1332: