DBA Data[Home] [Help]

APPS.PV_REFERRAL_STATUS_MAPS_PKG dependencies on APP_EXCEPTION

Line 65: app_exception.raise_exception;

61: fetch c into recinfo;
62: if (c%notfound) then
63: close c;
64: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
65: app_exception.raise_exception;
66: end if;
67: close c;
68: if ( (recinfo.OBJECT_VERSION_NUMBER = p_OBJECT_VERSION_NUMBER)
69: AND ((recinfo.BENEFIT_TYPE = p_BENEFIT_TYPE)

Line 79: app_exception.raise_exception;

75: ) then
76: null;
77: else
78: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
79: app_exception.raise_exception;
80: end if;
81:
82: return;
83: end LOCK_ROW;