DBA Data[Home] [Help]

APPS.PN_EXP_TO_AR dependencies on FND_CURRENCY

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

1135: /* Default the precision to 2 */
1136: l_precision := 2;
1137:
1138: /* Get the correct precision for the currency so that the amount can be rounded off */
1139: fnd_currency.get_info(exp_ar_tbl(l_grp).pn_export_currency_code,
1140: l_precision, l_ext_precision, l_min_acct_unit);
1141: pnp_debug_pkg.put_log_msg('
1142: ================================================================================');
1143: fnd_message.set_name ('PN','PN_EXPAR_PMT_PRM');

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

2293: /* Default the precision to 2 */
2294: l_precision := 2;
2295:
2296: /* Get the correct precision for the currency so that the amount can be rounded off */
2297: fnd_currency.get_info(v_pn_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);
2298:
2299: /* if post to Gl is N, then do not populate gl_date in interface table */
2300: OPEN get_post_to_gl(v_pn_trx_type_id,v_pn_org_id);
2301: FETCH get_post_to_gl INTO l_post_to_gl;