DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on FND_CURRENCY

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

1340: /* Default the precision to 2 */
1341: l_precision := 2;
1342:
1343: /* Get the correct precision for the currency so that the amount can be rounded off */
1344: fnd_currency.get_info(v_pn_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);
1345:
1346: OPEN c_valid_period;
1347: FETCH c_valid_period INTO l_valid_period;
1348: IF c_valid_period%notfound THEN

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

2093: /* Default the precision to 2 */
2094: l_precision := 2;
2095:
2096: /* Get the correct precision for the currency so that the amount can be rounded off */
2097: fnd_currency.get_info(v_pn_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);
2098:
2099: OPEN C_VALID_PERIOD;
2100: FETCH c_valid_period INTO l_valid_period;
2101: IF c_valid_period%NOTFOUND THEN