DBA Data[Home] [Help]

APPS.PV_ENTITY_ATTRS_PKG dependencies on APP_EXCEPTION

Line 133: app_exception.raise_exception;

129: fetch c into recinfo;
130: if (c%notfound) then
131: close c;
132: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
133: app_exception.raise_exception;
134: end if;
135: close c;
136: if ( ((recinfo.BATCH_SQL_TEXT = p_BATCH_SQL_TEXT)
137: OR ((recinfo.BATCH_SQL_TEXT is null) AND (p_BATCH_SQL_TEXT is null)))

Line 169: app_exception.raise_exception;

165: ) then
166: null;
167: else
168: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
169: app_exception.raise_exception;
170: end if;
171:
172: return;
173: end LOCK_ROW;