DBA Data[Home] [Help]

APPS.PQH_ROLE_INFO_TYPES_PKG dependencies on APP_EXCEPTION

Line 119: app_exception.raise_exception;

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

Line 134: app_exception.raise_exception;

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