DBA Data[Home] [Help]

APPS.FA_MASS_RET_PKG dependencies on FND_FILE

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

829: l_mesg := substrb(fnd_message.get, 1, 100);
830:
831: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
832:
833: FND_FILE.put(FND_FILE.output,l_string);
834: FND_FILE.new_line(FND_FILE.output,1);
835:
836: -- now process the message for the log file
837: if p_message <> 'FA_SHARED_INSERT_DEBUG' then

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

830:
831: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
832:
833: FND_FILE.put(FND_FILE.output,l_string);
834: FND_FILE.new_line(FND_FILE.output,1);
835:
836: -- now process the message for the log file
837: if p_message <> 'FA_SHARED_INSERT_DEBUG' then
838: if p_message = 'FA_MASSRET_NOT_ENOUGH_UNITS' then

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

3507:
3508: if p_mode <> 'BATCH' then
3509:
3510:
3511: FND_FILE.put(FND_FILE.output,'');
3512: FND_FILE.new_line(FND_FILE.output,1);
3513:
3514: fnd_message.set_name('OFA', 'FAMRET');
3515: l_string := fnd_message.get;

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

3508: if p_mode <> 'BATCH' then
3509:
3510:
3511: FND_FILE.put(FND_FILE.output,'');
3512: FND_FILE.new_line(FND_FILE.output,1);
3513:
3514: fnd_message.set_name('OFA', 'FAMRET');
3515: l_string := fnd_message.get;
3516:

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

3513:
3514: fnd_message.set_name('OFA', 'FAMRET');
3515: l_string := fnd_message.get;
3516:
3517: FND_FILE.put(FND_FILE.output,l_string);
3518: FND_FILE.put(FND_FILE.output,'');
3519: FND_FILE.new_line(FND_FILE.output,1);
3520: FND_FILE.put(FND_FILE.output,'');
3521: FND_FILE.new_line(FND_FILE.output,1);

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

3514: fnd_message.set_name('OFA', 'FAMRET');
3515: l_string := fnd_message.get;
3516:
3517: FND_FILE.put(FND_FILE.output,l_string);
3518: FND_FILE.put(FND_FILE.output,'');
3519: FND_FILE.new_line(FND_FILE.output,1);
3520: FND_FILE.put(FND_FILE.output,'');
3521: FND_FILE.new_line(FND_FILE.output,1);
3522:

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

3515: l_string := fnd_message.get;
3516:
3517: FND_FILE.put(FND_FILE.output,l_string);
3518: FND_FILE.put(FND_FILE.output,'');
3519: FND_FILE.new_line(FND_FILE.output,1);
3520: FND_FILE.put(FND_FILE.output,'');
3521: FND_FILE.new_line(FND_FILE.output,1);
3522:
3523: -- dump out the headings

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

3516:
3517: FND_FILE.put(FND_FILE.output,l_string);
3518: FND_FILE.put(FND_FILE.output,'');
3519: FND_FILE.new_line(FND_FILE.output,1);
3520: FND_FILE.put(FND_FILE.output,'');
3521: FND_FILE.new_line(FND_FILE.output,1);
3522:
3523: -- dump out the headings
3524: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');

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

3517: FND_FILE.put(FND_FILE.output,l_string);
3518: FND_FILE.put(FND_FILE.output,'');
3519: FND_FILE.new_line(FND_FILE.output,1);
3520: FND_FILE.put(FND_FILE.output,'');
3521: FND_FILE.new_line(FND_FILE.output,1);
3522:
3523: -- dump out the headings
3524: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3525: l_string := fnd_message.get;

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

3523: -- dump out the headings
3524: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3525: l_string := fnd_message.get;
3526:
3527: FND_FILE.put(FND_FILE.output,l_string);
3528: FND_FILE.new_line(FND_FILE.output,1);
3529:
3530: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3531: l_string := fnd_message.get;

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

3524: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3525: l_string := fnd_message.get;
3526:
3527: FND_FILE.put(FND_FILE.output,l_string);
3528: FND_FILE.new_line(FND_FILE.output,1);
3529:
3530: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3531: l_string := fnd_message.get;
3532:

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

3529:
3530: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3531: l_string := fnd_message.get;
3532:
3533: FND_FILE.put(FND_FILE.output,l_string);
3534: FND_FILE.new_line(FND_FILE.output,1);
3535: end if;
3536:
3537: OPEN mass_retirement;

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

3530: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3531: l_string := fnd_message.get;
3532:
3533: FND_FILE.put(FND_FILE.output,l_string);
3534: FND_FILE.new_line(FND_FILE.output,1);
3535: end if;
3536:
3537: OPEN mass_retirement;
3538: FETCH mass_retirement

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

3632: fnd_message.set_name('OFA', 'FA_MASSRET_INFO');
3633: fnd_message.set_token('ID', g_mass_retirement_id, FALSE);
3634: l_msg_data := substrb(fnd_message.get, 1, 100);
3635:
3636: FND_FILE.put(FND_FILE.output,l_msg_data);
3637: FND_FILE.new_line(FND_FILE.output,1);
3638:
3639:
3640: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');

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

3633: fnd_message.set_token('ID', g_mass_retirement_id, FALSE);
3634: l_msg_data := substrb(fnd_message.get, 1, 100);
3635:
3636: FND_FILE.put(FND_FILE.output,l_msg_data);
3637: FND_FILE.new_line(FND_FILE.output,1);
3638:
3639:
3640: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3641: l_string := fnd_message.get;

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

3639:
3640: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3641: l_string := fnd_message.get;
3642:
3643: FND_FILE.put(FND_FILE.output,l_string);
3644: FND_FILE.new_line(FND_FILE.output,1);
3645:
3646: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3647: l_string := fnd_message.get;

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

3640: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_COLUMN');
3641: l_string := fnd_message.get;
3642:
3643: FND_FILE.put(FND_FILE.output,l_string);
3644: FND_FILE.new_line(FND_FILE.output,1);
3645:
3646: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3647: l_string := fnd_message.get;
3648:

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

3645:
3646: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3647: l_string := fnd_message.get;
3648:
3649: FND_FILE.put(FND_FILE.output,l_string);
3650: FND_FILE.new_line(FND_FILE.output,1);
3651: end if;
3652:
3653: if not fa_cache_pkg.fazcbc(X_book => G_book_type_code,

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

3646: fnd_message.set_name('OFA', 'FA_MASSRET_REPORT_LINE');
3647: l_string := fnd_message.get;
3648:
3649: FND_FILE.put(FND_FILE.output,l_string);
3650: FND_FILE.new_line(FND_FILE.output,1);
3651: end if;
3652:
3653: if not fa_cache_pkg.fazcbc(X_book => G_book_type_code,
3654: p_log_level_rec => g_log_level_rec) then

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

4317: calling_fn => NULL,
4318: token1 => 'ID',
4319: value1 => G_MASS_RETIREMENT_ID,
4320: p_log_level_rec => g_log_level_rec);
4321: FND_FILE.new_line(FND_FILE.log,2);
4322: end if;
4323: fa_srvr_msg.add_message(name =>'FA_SHARED_NUMBER_SUCCESS',
4324: calling_fn => NULL,
4325: token1 => 'NUMBER',

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

4331: value1 => l_failure_count,
4332: p_log_level_rec => g_log_level_rec);
4333:
4334: -- dump to execution report
4335: FND_FILE.new_line(FND_FILE.output,1);
4336:
4337: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_SUCCESS');
4338: fnd_message.set_token('NUMBER', to_char(l_total_count_retired), FALSE);
4339: l_msg_data := substrb(fnd_message.get, 1, 100);

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

4337: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_SUCCESS');
4338: fnd_message.set_token('NUMBER', to_char(l_total_count_retired), FALSE);
4339: l_msg_data := substrb(fnd_message.get, 1, 100);
4340:
4341: FND_FILE.put(FND_FILE.output,l_msg_data);
4342: FND_FILE.new_line(FND_FILE.output,1);
4343:
4344:
4345: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_FAIL');

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

4338: fnd_message.set_token('NUMBER', to_char(l_total_count_retired), FALSE);
4339: l_msg_data := substrb(fnd_message.get, 1, 100);
4340:
4341: FND_FILE.put(FND_FILE.output,l_msg_data);
4342: FND_FILE.new_line(FND_FILE.output,1);
4343:
4344:
4345: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_FAIL');
4346: fnd_message.set_token('NUMBER', to_char(l_failure_count), FALSE);

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

4345: fnd_message.set_name('OFA', 'FA_SHARED_NUMBER_FAIL');
4346: fnd_message.set_token('NUMBER', to_char(l_failure_count), FALSE);
4347: l_msg_data := substrb(fnd_message.get, 1, 100);
4348:
4349: FND_FILE.put(FND_FILE.output,l_msg_data);
4350: FND_FILE.new_line(FND_FILE.output,1);
4351:
4352: if g_mode = 'BATCH' then
4353: FND_FILE.new_line(FND_FILE.output,2);

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

4346: fnd_message.set_token('NUMBER', to_char(l_failure_count), FALSE);
4347: l_msg_data := substrb(fnd_message.get, 1, 100);
4348:
4349: FND_FILE.put(FND_FILE.output,l_msg_data);
4350: FND_FILE.new_line(FND_FILE.output,1);
4351:
4352: if g_mode = 'BATCH' then
4353: FND_FILE.new_line(FND_FILE.output,2);
4354: end if;

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

4349: FND_FILE.put(FND_FILE.output,l_msg_data);
4350: FND_FILE.new_line(FND_FILE.output,1);
4351:
4352: if g_mode = 'BATCH' then
4353: FND_FILE.new_line(FND_FILE.output,2);
4354: end if;
4355:
4356: -- Dump Debug messages when run in debug mode to log file
4357: -- if (l_debug) then