DBA Data[Home] [Help]

APPS.WSH_CARRIER_VEHICLE_TYPES_PKG dependencies on APP_EXCEPTION

Line 423: app_exception.raise_exception;

419: fetch c into recinfo;
420: if (c%notfound) then
421: close c;
422: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
423: app_exception.raise_exception;
424: end if;
425: close c;
426: if ( (recinfo.VEHICLE_TYPE_ID = P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID)
427: AND ((recinfo.ASSIGNED_FLAG = P_Carrier_Vehicle_Info.ASSIGNED_FLAG)

Line 463: app_exception.raise_exception;

459: ) then
460: null;
461: else
462: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
463: app_exception.raise_exception;
464: end if;
465:
466: --
467: -- Debug Statements