DBA Data[Home] [Help]

APPS.JL_CO_FA_POST_PKG dependencies on FND_CONCURRENT

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

448: fnd_message.set_name('JL', 'JL_CO_FA_PERIOD_NOT_DEFINED');
449: fnd_message.set_token('BOOK', p_book);
450: -- err_msg := fnd_message.get;
451: fnd_file.put_line (fnd_file.log, fnd_message.get);
452: call_status := fnd_concurrent.set_completion_status('ERROR','');
453: /*
454: app_exception.raise_exception (exception_type => 'APP',
455: exception_code =>
456: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_FA_PERIOD_NOT_DEFINED'),

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

462: fnd_message.set_token('BOOK', p_book);
463: fnd_message.set_token('PERIOD', x_period_name);
464: -- err_msg := fnd_message.get;
465: fnd_file.put_line (fnd_file.log, fnd_message.get);
466: call_status := fnd_concurrent.set_completion_status('ERROR','');
467: /*
468: app_exception.raise_exception (exception_type => 'APP',
469: exception_code =>
470: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_FA_SAME_AS_PERIOD_CLOSED'),

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

477: fnd_message.set_token('NUMBER', '1');
478: -- err_msg := fnd_message.get;
479: fnd_file.put_line (fnd_file.log, fnd_message.get);
480: ROLLBACK;
481: call_status := fnd_concurrent.set_completion_status('ERROR','');
482: /*
483: app_exception.raise_exception (exception_type => 'APP',
484: exception_code =>
485: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_ZZ_FA_EXEC_FAILURE'),

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

491: fnd_message.set_token('NUMBER', '2');
492: -- err_msg := fnd_message.get;
493: fnd_file.put_line (fnd_file.log, fnd_message.get);
494: ROLLBACK;
495: call_status := fnd_concurrent.set_completion_status('ERROR','');
496: /*
497: app_exception.raise_exception (exception_type => 'APP',
498: exception_code =>
499: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_ZZ_FA_EXEC_FAILURE'),

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

505: fnd_message.set_token('NUMBER', '3');
506: -- err_msg := fnd_message.get;
507: fnd_file.put_line (fnd_file.log, fnd_message.get);
508: ROLLBACK;
509: call_status := fnd_concurrent.set_completion_status('ERROR','');
510: /*
511: app_exception.raise_exception (exception_type => 'APP',
512: exception_code =>
513: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_ZZ_FA_EXEC_FAILURE'),