DBA Data[Home] [Help]

APPS.JL_CO_FA_POST_PKG dependencies on FND_CONCURRENT

Line 446: call_status := fnd_concurrent.set_completion_status('ERROR','');

442: fnd_message.set_name('JL', 'JL_CO_FA_PERIOD_NOT_DEFINED');
443: fnd_message.set_token('BOOK', p_book);
444: -- err_msg := fnd_message.get;
445: fnd_file.put_line (fnd_file.log, fnd_message.get);
446: call_status := fnd_concurrent.set_completion_status('ERROR','');
447: /*
448: app_exception.raise_exception (exception_type => 'APP',
449: exception_code =>
450: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_FA_PERIOD_NOT_DEFINED'),

Line 460: call_status := fnd_concurrent.set_completion_status('ERROR','');

456: fnd_message.set_token('BOOK', p_book);
457: fnd_message.set_token('PERIOD', x_period_name);
458: -- err_msg := fnd_message.get;
459: fnd_file.put_line (fnd_file.log, fnd_message.get);
460: call_status := fnd_concurrent.set_completion_status('ERROR','');
461: /*
462: app_exception.raise_exception (exception_type => 'APP',
463: exception_code =>
464: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_FA_SAME_AS_PERIOD_CLOSED'),

Line 475: call_status := fnd_concurrent.set_completion_status('ERROR','');

471: fnd_message.set_token('NUMBER', '1');
472: -- err_msg := fnd_message.get;
473: fnd_file.put_line (fnd_file.log, fnd_message.get);
474: ROLLBACK;
475: call_status := fnd_concurrent.set_completion_status('ERROR','');
476: /*
477: app_exception.raise_exception (exception_type => 'APP',
478: exception_code =>
479: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_ZZ_FA_EXEC_FAILURE'),

Line 489: call_status := fnd_concurrent.set_completion_status('ERROR','');

485: fnd_message.set_token('NUMBER', '2');
486: -- err_msg := fnd_message.get;
487: fnd_file.put_line (fnd_file.log, fnd_message.get);
488: ROLLBACK;
489: call_status := fnd_concurrent.set_completion_status('ERROR','');
490: /*
491: app_exception.raise_exception (exception_type => 'APP',
492: exception_code =>
493: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_ZZ_FA_EXEC_FAILURE'),

Line 503: call_status := fnd_concurrent.set_completion_status('ERROR','');

499: fnd_message.set_token('NUMBER', '3');
500: -- err_msg := fnd_message.get;
501: fnd_file.put_line (fnd_file.log, fnd_message.get);
502: ROLLBACK;
503: call_status := fnd_concurrent.set_completion_status('ERROR','');
504: /*
505: app_exception.raise_exception (exception_type => 'APP',
506: exception_code =>
507: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_ZZ_FA_EXEC_FAILURE'),