DBA Data[Home] [Help]

APPS.JL_CO_FA_ACCOUNTING_PKG dependencies on FND_CONCURRENT

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

4798: x_char := 'No Code Combination ID has been found. The Create Accounting Program needs to be run for the Book '
4799: || l_book_type_code ||' and the period '|| x_period_name;
4800: fnd_file.put_line (FND_FILE.LOG, x_char);
4801: ROLLBACK;
4802: call_status := fnd_concurrent.set_completion_status('ERROR','');
4803: RAISE_APPLICATION_ERROR (-20000, x_char);
4804:
4805:
4806:

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

4810: fnd_message.set_token ('BOOK', p_tax_book);
4811: fnd_file.put_line (fnd_file.log, fnd_message.get);
4812: fnd_file.put_line (1, fnd_message.get);
4813: ROLLBACK;
4814: call_status := fnd_concurrent.set_completion_status('ERROR','');
4815: /*
4816: RAISE_APPLICATION_ERROR (err_num, err_msg);
4817: */
4818:

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

4819: WHEN e_not_finished_by_ccid THEN
4820: fnd_message.set_name ('JL', 'JL_CO_FA_NOT_FINISHED_BY_CCID');
4821: fnd_file.put_line (1, fnd_message.get);
4822: ROLLBACK;
4823: call_status := fnd_concurrent.set_completion_status('ERROR','');
4824: /*
4825: RAISE_APPLICATION_ERROR (err_num, err_msg);
4826: */
4827:

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

5126: ELSE
5127: fnd_message.set_name ('JL', 'JL_CO_FA_NOT_FINISHED_BY_CCID');
5128: fnd_file.put_line (FND_FILE.LOG,fnd_message.get);
5129: ROLLBACK;
5130: call_status := fnd_concurrent.set_completion_status('ERROR','');
5131: END IF;
5132:
5133: END IF;
5134: