DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_GRP dependencies on FND_CURRENCY

Line 390: FND.currency_code = GSB.currency_code;

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

Line 771: fnd_currency.get_info(x_currency_code, l_precision,

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