DBA Data[Home] [Help]

APPS.FUN_NET_ARAP_PKG dependencies on FND_FILE

Line 1451: fnd_file.put_line(fnd_file.log,l_msg_data);

1447: FND_MESSAGE.SET_NAME('FUN','FUN_NET_EX_RATE_NOT_DEFINED');
1448: FND_MESSAGE.SET_TOKEN('RATE_TYPE', l_conv_rate);
1449: l_msg_data := FND_MESSAGE.get;
1450:
1451: fnd_file.put_line(fnd_file.log,l_msg_data);
1452:
1453: fnd_file.put_line(fnd_file.log, ' '||
1454: trx_curr_REC.invoice_currency_code || ' -> ' || g_func_currency );
1455: l_count := 2;

Line 1453: fnd_file.put_line(fnd_file.log, ' '||

1449: l_msg_data := FND_MESSAGE.get;
1450:
1451: fnd_file.put_line(fnd_file.log,l_msg_data);
1452:
1453: fnd_file.put_line(fnd_file.log, ' '||
1454: trx_curr_REC.invoice_currency_code || ' -> ' || g_func_currency );
1455: l_count := 2;
1456:
1457: ELSIF l_exc_rate IS NULL AND l_count = 2 THEN

Line 1461: fnd_file.put_line(fnd_file.log, ' '||

1457: ELSIF l_exc_rate IS NULL AND l_count = 2 THEN
1458: fun_net_util.Log_String(g_state_level,l_path,'Inside esle if');
1459:
1460:
1461: fnd_file.put_line(fnd_file.log, ' '||
1462: trx_curr_REC.invoice_currency_code || ' -> ' || g_func_currency );
1463:
1464:
1465: END IF;