DBA Data[Home] [Help]

APPS.PQP_VEH_REPOS_INFO_TYPES_PKG dependencies on APP_EXCEPTION

Line 122: app_exception.raise_exception;

118: fetch c into recinfo;
119: if (c%notfound) then
120: close c;
121: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
122: app_exception.raise_exception;
123: end if;
124: close c;
125: if ( (recinfo.ACTIVE_INACTIVE_FLAG = X_ACTIVE_INACTIVE_FLAG)
126: AND (recinfo.MULTIPLE_OCCURENCES_FLAG = X_MULTIPLE_OCCURENCES_FLAG)

Line 135: app_exception.raise_exception;

131: ) then
132: null;
133: else
134: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
135: app_exception.raise_exception;
136: end if;
137:
138: return;
139: end LOCK_ROW;