DBA Data[Home] [Help]

APPS.PN_EXP_TO_AR dependencies on FND_CURRENCY

Line 1124: fnd_currency.get_info(exp_ar_tbl(l_grp).pn_export_currency_code,

1120: /* Default the precision to 2 */
1121: l_precision := 2;
1122:
1123: /* Get the correct precision for the currency so that the amount can be rounded off */
1124: fnd_currency.get_info(exp_ar_tbl(l_grp).pn_export_currency_code,
1125: l_precision, l_ext_precision, l_min_acct_unit);
1126: pnp_debug_pkg.put_log_msg('
1127: ================================================================================');
1128: fnd_message.set_name ('PN','PN_EXPAR_PMT_PRM');

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

2242: /* Default the precision to 2 */
2243: l_precision := 2;
2244:
2245: /* Get the correct precision for the currency so that the amount can be rounded off */
2246: fnd_currency.get_info(v_pn_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);
2247:
2248: /* if post to Gl is N, then do not populate gl_date in interface table */
2249: OPEN get_post_to_gl(v_pn_trx_type_id,v_pn_org_id);
2250: FETCH get_post_to_gl INTO l_post_to_gl;