DBA Data[Home] [Help]

APPS.AP_WFAPPROVAL_PKG dependencies on FND_CURRENCY

Line 930: l_dsp_format := fnd_currency.get_format_mask(l_currency,30);

926: '');
927:
928: --Bug 2645332 Changed format parameter to 30
929: --set display amount
930: l_dsp_format := fnd_currency.get_format_mask(l_currency,30);
931: l_dsp_amount := to_char(l_amount,l_dsp_format);
932:
933: WF_ENGINE.SetItemAttrText(itemtype,
934: itemkey,