/ s_sNotificationTableLjava/lang/String; ConstantValues_sAddressTables_sGlobalInfoTables_sNotificationDetailsTables_sNotificationNVPairss_sServiceIORTables_sPagingCarriersTables_sSessionNotifTypePairTables_sUINotificationViews_sNotificationSequenceNums_sPagingCarrierSeqs_sInsertNameValuePairs_sInsertNameValuePair2s_sSelectNameValuePairs_sInsertNotfnStmts_sInsertNotfnStmt2s_sInsertAddrStmts_sSelectSeqnums_sUpdateCounters_sSelectNotifications_sSelectAddresss_sSelectSequenceIdForUsers_sSelectForUpdates_sDeleteNotifications_sInsertGlobalInfos_sSelectGobalInfos_sSelectGobalInfoForUpdates_sUpdateGlobalInfos_sDeleteGlobalInfos_sInsertNotfnDetailsStmts_sSelectNotfnDetailsStmts_sSelectNotfnDetailsStmtTZColIs_sSelectAllNotfnDetailsStmts_sDeleteNotfnDetailsStmts_sGetOwnerEntriess_sGetOwnerEntriesOrderBys_sDeleteUserAddressess_sDeleteAddresss_sLockNotifications_sDeleteNotificationss_sIncrementNotifications_sDecrementNotifications_sSelectServiceIORs_sUpdateServiceIORs_sInsertServiceIORs_sGetServiceIORs_sDeleteServiceIORs_sSelectPagingServerss_sSelectPagingCarrierss_sNextPagingCarrierIDs_sSelectPagingCarriers_sInsertPagingCarrierInfos_sDeletePagingCarrierInfos_sUpdatePagingCarrierInfoRegister_Notif_InterestDeRegister_Notif_InterestInsertUINotifications_sFetchUINotificationss_sPurgeNotifications_sFetchJobState()VCodeLineNumberTable SourceFile VdmSQL.java oracle/sysman/vdm/VdmSQLjava/lang/ObjectSMP_VDM_NOTIFICATIONSMP_VDM_ADDRESSSMP_VDM_GLOBAL_INFOSMP_VDM_NOTIFICATION_DETAILSSMP_VDM_NOTIFICATION_NVPAIRSsmp_vdm_notification_servicesSMP_VDM_PAGING_CARRIER_INFOSMP_VDM_SESSION_NOTIFTYPE_PAIRSMP_VIEW_SESSION_NOTIF_MAPSMP_VDM_SEQUENCE_NUMSMP_VDM_PAGING_CRR_ID_SEQgINSERT INTO SMP_VDM_NOTIFICATION_NVPAIRS (sequence_num, name, value_length, value) values (?, ?, ?, ?)lINSERT INTO SMP_VDM_NOTIFICATION_NVPAIRS (sequence_num, name, value_length, value) values (%s, '%s', %s, ?)YSELECT name, value_length, value from SMP_VDM_NOTIFICATION_NVPAIRS WHERE sequence_num = ?INSERT INTO SMP_VDM_NOTIFICATION (sequence_num, notification_id, notification_type, subtype, node_name, service_name, service_type, time_stamp, time_zone, verbose, domain, num_clients) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) INSERT INTO SMP_VDM_NOTIFICATION (sequence_num, notification_id, notification_type, subtype, node_name, service_name, service_type, time_stamp, time_zone, verbose, domain, num_clients) VALUES ( %s, %s, %s, %s, '%s', '%s', '%s', %s, %s, %s, '%s', %s) INSERT INTO SMP_VDM_ADDRESS (sequence_num, username, app_name, enhanced_notification, proxy, slotRetrievalTime) VALUES ( ?, ?, ?, ?, ?, ?) 2SELECT SMP_VDM_SEQUENCE_NUM.NEXTVAL FROM SYS.DUALH UPDATE SMP_VDM_NOTIFICATION SET num_clients = ? WHERE sequence_num = ?SELECT sequence_num, notification_id, notification_type, subtype, node_name, service_name, service_type, time_stamp, time_zone, verbose, domain FROM SMP_VDM_NOTIFICATION WHERE sequence_num = ? ^SELECT username, app_name, enhanced_notification FROM SMP_VDM_ADDRESS WHERE sequence_num = ?