DBA Data[Home] [Help]

APPS.FA_MASS_RET_PKG dependencies on FND_FILE

Line 822: FND_FILE.put(FND_FILE.output,l_string);

818: l_mesg := substrb(fnd_message.get, 1, 100);
819:
820: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
821:
822: FND_FILE.put(FND_FILE.output,l_string);
823: FND_FILE.new_line(FND_FILE.output,1);
824:
825: -- now process the message for the log file
826: if p_message <> 'FA_SHARED_INSERT_DEBUG' then

Line 823: FND_FILE.new_line(FND_FILE.output,1);

819:
820: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
821:
822: FND_FILE.put(FND_FILE.output,l_string);
823: FND_FILE.new_line(FND_FILE.output,1);
824:
825: -- now process the message for the log file
826: if p_message <> 'FA_SHARED_INSERT_DEBUG' then
827: if p_message = 'FA_MASSRET_NOT_ENOUGH_UNITS' then

Line 3360: FND_FILE.put(FND_FILE.output,'');

3356:
3357: if p_mode <> 'BATCH' then
3358:
3359:
3360: FND_FILE.put(FND_FILE.output,'');
3361: FND_FILE.new_line(FND_FILE.output,1);
3362:
3363: fnd_message.set_name('OFA', 'FAMRET');
3364: l_string := fnd_message.get;

Line 3361: FND_FILE.new_line(FND_FILE.output,1);

3357: if p_mode <> 'BATCH' then
3358:
3359:
3360: FND_FILE.put(FND_FILE.output,'');
3361: FND_FILE.new_line(FND_FILE.output,1);
3362:
3363: fnd_message.set_name('OFA', 'FAMRET');
3364: l_string := fnd_message.get;
3365:

Line 3366: FND_FILE.put(FND_FILE.output,l_string);

3362:
3363: fnd_message.set_name('OFA', 'FAMRET');
3364: l_string := fnd_message.get;
3365:
3366: FND_FILE.put(FND_FILE.output,l_string);
3367: FND_FILE.put(FND_FILE.output,'');
3368: FND_FILE.new_line(FND_FILE.output,1);
3369: FND_FILE.put(FND_FILE.output,'');
3370: FND_FILE.new_line(FND_FILE.output,1);

Line 3367: FND_FILE.put(FND_FILE.output,'');

3363: fnd_message.set_name('OFA', 'FAMRET');
3364: l_string := fnd_message.get;
3365:
3366: FND_FILE.put(FND_FILE.output,l_string);
3367: FND_FILE.put(FND_FILE.output,'');
3368: FND_FILE.new_line(FND_FILE.output,1);
3369: FND_FILE.put(FND_FILE.output,'');
3370: FND_FILE.new_line(FND_FILE.output,1);
3371:

Line 3368: FND_FILE.new_line(FND_FILE.output,1);

3364: l_string := fnd_message.get;
3365:
3366: FND_FILE.put(FND_FILE.output,l_string);
3367: FND_FILE.put(FND_FILE.output,'');
3368: FND_FILE.new_line(FND_FILE.output,1);
3369: FND_FILE.put(FND_FILE.output,'');
3370: FND_FILE.new_line(FND_FILE.output,1);
3371:
3372: -- dump out the headings

Line 3369: FND_FILE.put(FND_FILE.output,'');

3365:
3366: FND_FILE.put(FND_FILE.output,l_string);
3367: FND_FILE.put(FND_FILE.output,'');
3368: FND_FILE.new_line(FND_FILE.output,1);
3369: FND_FILE.put(FND_FILE.output,'');
3370: FND_FILE.new_line(FND_FILE.output,1);
3371:
3372: -- dump out the headings
3373: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');

Line 3370: FND_FILE.new_line(FND_FILE.output,1);

3366: FND_FILE.put(FND_FILE.output,l_string);
3367: FND_FILE.put(FND_FILE.output,'');
3368: FND_FILE.new_line(FND_FILE.output,1);
3369: FND_FILE.put(FND_FILE.output,'');
3370: FND_FILE.new_line(FND_FILE.output,1);
3371:
3372: -- dump out the headings
3373: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3374: l_string := fnd_message.get;

Line 3376: FND_FILE.put(FND_FILE.output,l_string);

3372: -- dump out the headings
3373: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3374: l_string := fnd_message.get;
3375:
3376: FND_FILE.put(FND_FILE.output,l_string);
3377: FND_FILE.new_line(FND_FILE.output,1);
3378:
3379: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3380: l_string := fnd_message.get;

Line 3377: FND_FILE.new_line(FND_FILE.output,1);

3373: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3374: l_string := fnd_message.get;
3375:
3376: FND_FILE.put(FND_FILE.output,l_string);
3377: FND_FILE.new_line(FND_FILE.output,1);
3378:
3379: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3380: l_string := fnd_message.get;
3381:

Line 3382: FND_FILE.put(FND_FILE.output,l_string);

3378:
3379: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3380: l_string := fnd_message.get;
3381:
3382: FND_FILE.put(FND_FILE.output,l_string);
3383: FND_FILE.new_line(FND_FILE.output,1);
3384: end if;
3385:
3386: OPEN mass_retirement;

Line 3383: FND_FILE.new_line(FND_FILE.output,1);

3379: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3380: l_string := fnd_message.get;
3381:
3382: FND_FILE.put(FND_FILE.output,l_string);
3383: FND_FILE.new_line(FND_FILE.output,1);
3384: end if;
3385:
3386: OPEN mass_retirement;
3387: FETCH mass_retirement

Line 3485: FND_FILE.put(FND_FILE.output,l_msg_data);

3481: fnd_message.set_name('OFA', 'FA_MASSRET_INFO');
3482: fnd_message.set_token('ID', g_mass_retirement_id, FALSE);
3483: l_msg_data := substrb(fnd_message.get, 1, 100);
3484:
3485: FND_FILE.put(FND_FILE.output,l_msg_data);
3486: FND_FILE.new_line(FND_FILE.output,1);
3487:
3488:
3489: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');

Line 3486: FND_FILE.new_line(FND_FILE.output,1);

3482: fnd_message.set_token('ID', g_mass_retirement_id, FALSE);
3483: l_msg_data := substrb(fnd_message.get, 1, 100);
3484:
3485: FND_FILE.put(FND_FILE.output,l_msg_data);
3486: FND_FILE.new_line(FND_FILE.output,1);
3487:
3488:
3489: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3490: l_string := fnd_message.get;

Line 3492: FND_FILE.put(FND_FILE.output,l_string);

3488:
3489: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3490: l_string := fnd_message.get;
3491:
3492: FND_FILE.put(FND_FILE.output,l_string);
3493: FND_FILE.new_line(FND_FILE.output,1);
3494:
3495: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3496: l_string := fnd_message.get;

Line 3493: FND_FILE.new_line(FND_FILE.output,1);

3489: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3490: l_string := fnd_message.get;
3491:
3492: FND_FILE.put(FND_FILE.output,l_string);
3493: FND_FILE.new_line(FND_FILE.output,1);
3494:
3495: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3496: l_string := fnd_message.get;
3497:

Line 3498: FND_FILE.put(FND_FILE.output,l_string);

3494:
3495: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3496: l_string := fnd_message.get;
3497:
3498: FND_FILE.put(FND_FILE.output,l_string);
3499: FND_FILE.new_line(FND_FILE.output,1);
3500: end if;
3501:
3502: if not fa_cache_pkg.fazcbc(X_book => G_book_type_code, p_log_level_rec => g_log_level_rec) then

Line 3499: FND_FILE.new_line(FND_FILE.output,1);

3495: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3496: l_string := fnd_message.get;
3497:
3498: FND_FILE.put(FND_FILE.output,l_string);
3499: FND_FILE.new_line(FND_FILE.output,1);
3500: end if;
3501:
3502: if not fa_cache_pkg.fazcbc(X_book => G_book_type_code, p_log_level_rec => g_log_level_rec) then
3503: raise error_found;

Line 4202: FND_FILE.new_line(FND_FILE.log,2);

4198: fa_srvr_msg.add_message(name =>'FA_MASSRET_INFO',
4199: calling_fn => NULL,
4200: token1 => 'ID',
4201: value1 => G_MASS_RETIREMENT_ID, p_log_level_rec => g_log_level_rec);
4202: FND_FILE.new_line(FND_FILE.log,2);
4203: end if;
4204: fa_srvr_msg.add_message(name =>'FA_SHARED_NUMBER_SUCCESS',
4205: calling_fn => NULL,
4206: token1 => 'NUMBER',

Line 4214: FND_FILE.new_line(FND_FILE.output,1);

4210: token1 => 'NUMBER',
4211: value1 => l_failure_count, p_log_level_rec => g_log_level_rec);
4212:
4213: -- dump to execution report
4214: FND_FILE.new_line(FND_FILE.output,1);
4215:
4216: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_SUCCESS');
4217: fnd_message.set_token('NUMBER', to_char(l_total_count_retired), FALSE);
4218: l_msg_data := substrb(fnd_message.get, 1, 100);

Line 4220: FND_FILE.put(FND_FILE.output,l_msg_data);

4216: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_SUCCESS');
4217: fnd_message.set_token('NUMBER', to_char(l_total_count_retired), FALSE);
4218: l_msg_data := substrb(fnd_message.get, 1, 100);
4219:
4220: FND_FILE.put(FND_FILE.output,l_msg_data);
4221: FND_FILE.new_line(FND_FILE.output,1);
4222:
4223:
4224: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_FAIL');

Line 4221: FND_FILE.new_line(FND_FILE.output,1);

4217: fnd_message.set_token('NUMBER', to_char(l_total_count_retired), FALSE);
4218: l_msg_data := substrb(fnd_message.get, 1, 100);
4219:
4220: FND_FILE.put(FND_FILE.output,l_msg_data);
4221: FND_FILE.new_line(FND_FILE.output,1);
4222:
4223:
4224: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_FAIL');
4225: fnd_message.set_token('NUMBER', to_char(l_failure_count), FALSE);

Line 4228: FND_FILE.put(FND_FILE.output,l_msg_data);

4224: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_FAIL');
4225: fnd_message.set_token('NUMBER', to_char(l_failure_count), FALSE);
4226: l_msg_data := substrb(fnd_message.get, 1, 100);
4227:
4228: FND_FILE.put(FND_FILE.output,l_msg_data);
4229: FND_FILE.new_line(FND_FILE.output,1);
4230:
4231: if g_mode = 'BATCH' then
4232: FND_FILE.new_line(FND_FILE.output,2);

Line 4229: FND_FILE.new_line(FND_FILE.output,1);

4225: fnd_message.set_token('NUMBER', to_char(l_failure_count), FALSE);
4226: l_msg_data := substrb(fnd_message.get, 1, 100);
4227:
4228: FND_FILE.put(FND_FILE.output,l_msg_data);
4229: FND_FILE.new_line(FND_FILE.output,1);
4230:
4231: if g_mode = 'BATCH' then
4232: FND_FILE.new_line(FND_FILE.output,2);
4233: end if;

Line 4232: FND_FILE.new_line(FND_FILE.output,2);

4228: FND_FILE.put(FND_FILE.output,l_msg_data);
4229: FND_FILE.new_line(FND_FILE.output,1);
4230:
4231: if g_mode = 'BATCH' then
4232: FND_FILE.new_line(FND_FILE.output,2);
4233: end if;
4234:
4235: -- Dump Debug messages when run in debug mode to log file
4236: if (l_debug) then