DBA Data[Home] [Help]

APPS.BIS_BIA_RSG_PSTATE dependencies on BIS_COLL_RS_HISTORY

Line 236: BIS_COLL_RS_HISTORY.update_terminated_rs;

232: end if; */
233:
234: begin
235: --call the procedure update_terminated_rs that will update the status of those request sets that were terminated by user. --Bug 4183903
236: BIS_COLL_RS_HISTORY.update_terminated_rs;
237:
238: EXCEPTION WHEN OTHERS THEN
239: debug('Error happened while trying to update the status of those request sets that were terminated by user. Report MAY show terminated request sets as running');
240: END;