DBA Data[Home] [Help]

APPS.XTR_HEDGE_PROCESS_P dependencies on FND_FILE

Line 23: fnd_file.put_line(1,p_text||' : '||p_value);

19:
20: if l_flag = 'D' then
21: dbms_output.put_line(p_text||' : '||p_value);
22: elsif l_flag = 'C' then
23: fnd_file.put_line(1,p_text||' : '||p_value);
24: else
25: xtr_risk_debug_pkg.dlog(p_text, p_value);
26: end if;
27:

Line 1331: fnd_file.put_line(fnd_file.log, fnd_message.get);

1327: If l_result is not NULL and l_result = 'FAIL' then
1328: fnd_message.set_name('XTR', 'XTR_DO_PROSPECTIVE_TEST_LOG');
1329: fnd_message.set_token('P_HEDGE_NO', hdg_rec.hedge_no);
1330: fnd_message.set_token('P_TEST_DATE', hdg_rec.period_to);
1331: fnd_file.put_line(fnd_file.log, fnd_message.get);
1332: end if;
1333:
1334: -- l_gain_loss_ccy := get_gl_ccy(l_amount_type, hdg_rec.hedge_no, p_company);
1335: