DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on FND_CONCURRENT

Line 2345: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);

2341: last_update_login = l_login_id
2342: WHERE pac_period_id = closing_pac_period_id;
2343:
2344: COMMIT;
2345: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
2346:
2347: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_FAILURE');
2348: l_err_msg := FND_MESSAGE.Get;
2349: fnd_file.put_line(fnd_file.log,l_err_msg);

Line 2381: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);

2377: WHERE pac_period_id = closing_pac_period_id;
2378:
2379: COMMIT;
2380:
2381: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
2382: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_SUCCESS');
2383: l_err_msg := FND_MESSAGE.Get;
2384: fnd_file.put_line(fnd_file.log,l_err_msg);
2385: