DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on FND_CURRENCY

Line 429: fnd_currency.get_info(p_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);

425: CLOSE get_func_curr_code;
426:
427: l_conv_rate_type := PNP_UTIL_FUNC.check_conversion_type( l_func_curr_code,pn_mo_cache_utils.get_current_org_id);
428:
429: fnd_currency.get_info(p_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);
430:
431: IF l_prev_payment_term_id <> p_payment_term_id THEN
432: FOR acnt_rec IN get_acnt_info(p_payment_term_id)
433: LOOP

Line 1812: fnd_currency.get_info(v_pn_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);

1808: /* Default the precision to 2 */
1809: l_precision := 2;
1810:
1811: /* Get the correct precision for the currency so that the amount can be rounded off */
1812: fnd_currency.get_info(v_pn_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);
1813:
1814: OPEN c_valid_period;
1815: FETCH c_valid_period INTO l_valid_period;
1816: IF c_valid_period%notfound THEN

Line 2565: fnd_currency.get_info(v_pn_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);

2561: /* Default the precision to 2 */
2562: l_precision := 2;
2563:
2564: /* Get the correct precision for the currency so that the amount can be rounded off */
2565: fnd_currency.get_info(v_pn_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);
2566:
2567: OPEN C_VALID_PERIOD;
2568: FETCH c_valid_period INTO l_valid_period;
2569: IF c_valid_period%NOTFOUND THEN