DBA Data[Home] [Help]

APPS.BSC_MO_UI_PKG dependencies on BSC_CURRENT_SESSIONS

Line 1295: delete bsc_current_sessions where session_id = pSession;

1291: END;
1292:
1293: PROCEDURE deleteBSCSession(pSession IN NUMBER) IS
1294: BEGIN
1295: delete bsc_current_sessions where session_id = pSession;
1296: END;
1297:
1298: -- Remove entries in BSC_TMP_OPT_UI_KPIS
1299: PROCEDURE cleanUITempTable IS