DBA Data[Home] [Help]

APPS.OKC_EURO_CONV_PUB dependencies on FND_GLOBAL

Line 354: fnd_file.put_line(FND_FILE.LOG,'User id : '||fnd_global.user_id);

350: fnd_file.put_line(FND_FILE.LOG,' ');
351: fnd_file.put_line(FND_FILE.LOG,' ');
352: -- log session details
353: fnd_file.put_line(FND_FILE.LOG,' ********** DATABASE TRACE INFORMATION*************** ');
354: fnd_file.put_line(FND_FILE.LOG,'User id : '||fnd_global.user_id);
355: fnd_file.put_line(FND_FILE.LOG,'Conc Req id : '||fnd_global.conc_request_id);
356: fnd_file.put_line(FND_FILE.LOG,' **************************************************** ');
357: fnd_file.put_line(FND_FILE.LOG,' ');
358: fnd_file.put_line(FND_FILE.LOG,' ');

Line 355: fnd_file.put_line(FND_FILE.LOG,'Conc Req id : '||fnd_global.conc_request_id);

351: fnd_file.put_line(FND_FILE.LOG,' ');
352: -- log session details
353: fnd_file.put_line(FND_FILE.LOG,' ********** DATABASE TRACE INFORMATION*************** ');
354: fnd_file.put_line(FND_FILE.LOG,'User id : '||fnd_global.user_id);
355: fnd_file.put_line(FND_FILE.LOG,'Conc Req id : '||fnd_global.conc_request_id);
356: fnd_file.put_line(FND_FILE.LOG,' **************************************************** ');
357: fnd_file.put_line(FND_FILE.LOG,' ');
358: fnd_file.put_line(FND_FILE.LOG,' ');
359:

Line 383: okc_debug.Log('25: User ID : '||fnd_global.user_id,2);

379: okc_debug.Log('20: p_conversion_type : '||p_conversion_type,2);
380: END IF;
381:
382: IF (l_debug = 'Y') THEN
383: okc_debug.Log('25: User ID : '||fnd_global.user_id,2);
384: okc_debug.Log('25: Conc Req ID : '||fnd_global.conc_request_id,2);
385: END IF;
386:
387: g_conversion_type := p_conversion_type;

Line 384: okc_debug.Log('25: Conc Req ID : '||fnd_global.conc_request_id,2);

380: END IF;
381:
382: IF (l_debug = 'Y') THEN
383: okc_debug.Log('25: User ID : '||fnd_global.user_id,2);
384: okc_debug.Log('25: Conc Req ID : '||fnd_global.conc_request_id,2);
385: END IF;
386:
387: g_conversion_type := p_conversion_type;
388: g_conversion_rate_date := fnd_date.canonical_to_date(p_conversion_date);