DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on GL_CURRENCY_API

Line 5374: gl_currency_api.get_closest_triangulation_rate(

5370: IF (g_po_wf_debug = 'Y') THEN
5371: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
5372: END IF;
5373:
5374: gl_currency_api.get_closest_triangulation_rate(
5375: x_from_currency => p_function_currency,
5376: x_to_currency => l_approval_currency,
5377: x_conversion_date => sysdate,
5378: x_conversion_type => l_rate_type,

Line 5421: when gl_currency_api.no_rate then

5417: x_amount_for_tax := p_tax_amount_disp || ' ' || p_function_currency;
5418: x_amount_for_tax := x_amount_for_tax || ' (' || l_amount_disp || ' ' || l_approval_currency || ')';
5419:
5420: exception
5421: when gl_currency_api.no_rate then
5422: l_progress := 'getReqAmountInfo: no rate';
5423:
5424: IF (g_po_wf_debug = 'Y') THEN
5425: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);