DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on GL_CURRENCY_API

Line 469: gl_currency_api.get_closest_triangulation_rate(

465: IF (g_po_wf_debug = 'Y') THEN
466: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
467: END IF;
468:
469: gl_currency_api.get_closest_triangulation_rate(
470: x_from_currency => p_function_currency,
471: x_to_currency => l_approval_currency,
472: x_conversion_date => sysdate,
473: x_conversion_type => l_rate_type,

Line 516: when gl_currency_api.no_rate then

512: x_amount_for_tax := p_tax_amount_disp || ' ' || p_function_currency;
513: x_amount_for_tax := x_amount_for_tax || ' (' || l_amount_disp || ' ' || l_approval_currency || ')';
514:
515: exception
516: when gl_currency_api.no_rate then
517: l_progress := 'getReqAmountInfo: no rate';
518:
519: IF (g_po_wf_debug = 'Y') THEN
520: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);