DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on FND_CONCURRENT

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

2138: last_update_login = l_login_id
2139: WHERE pac_period_id = closing_pac_period_id;
2140:
2141: COMMIT;
2142: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
2143:
2144: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_FAILURE');
2145: l_err_msg := FND_MESSAGE.Get;
2146: fnd_file.put_line(fnd_file.log,l_err_msg);

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

2174: WHERE pac_period_id = closing_pac_period_id;
2175:
2176: COMMIT;
2177:
2178: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
2179: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_SUCCESS');
2180: l_err_msg := FND_MESSAGE.Get;
2181: fnd_file.put_line(fnd_file.log,l_err_msg);
2182: