DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on GL_CURRENCY_API

Line 452: gl_currency_api.get_closest_triangulation_rate(

448: IF (g_po_wf_debug = 'Y') THEN
449: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
450: END IF;
451:
452: gl_currency_api.get_closest_triangulation_rate(
453: x_from_currency => p_function_currency,
454: x_to_currency => l_approval_currency,
455: x_conversion_date => sysdate,
456: x_conversion_type => l_rate_type,

Line 499: when gl_currency_api.no_rate then

495: x_amount_for_tax := p_tax_amount_disp || ' ' || p_function_currency;
496: x_amount_for_tax := x_amount_for_tax || ' (' || l_amount_disp || ' ' || l_approval_currency || ')';
497:
498: exception
499: when gl_currency_api.no_rate then
500: l_progress := 'getReqAmountInfo: no rate';
501:
502: IF (g_po_wf_debug = 'Y') THEN
503: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);