DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_GRP dependencies on FND_CURRENCY

Line 387: FND.currency_code = GSB.currency_code;

383: FROM FND_CURRENCIES FND,
384: FINANCIALS_SYSTEM_PARAMETERS FSP,
385: GL_SETS_OF_BOOKS GSB
386: WHERE FSP.set_of_books_id = GSB.set_of_books_id AND
387: FND.currency_code = GSB.currency_code;
388:
389: l_progress := '060';
390: IF g_debug_stmt THEN
391: PO_DEBUG.debug_var(l_log_head,l_progress,'l_base_curr_ext_precision',l_base_curr_ext_precision);

Line 767: fnd_currency.get_info(x_currency_code, l_precision,

763: IF g_debug_stmt THEN
764: PO_DEBUG.debug_stmt(l_log_head,l_progress,
765: 'Get currency extended precision for ' || x_currency_code);
766: END IF;
767: fnd_currency.get_info(x_currency_code, l_precision,
768: l_ext_precision, l_min_acct_unit);
769: IF g_debug_stmt THEN
770: PO_DEBUG.debug_stmt(l_log_head,l_progress,'p_in_price: ' || p_in_price);
771: PO_DEBUG.debug_stmt(l_log_head,l_progress,'v_conversion_rate: ' || v_conversion_rate);