DBA Data[Home] [Help]

APPS.PA_ROLE_LISTS_PKG dependencies on APP_EXCEPTION

Line 127: app_exception.raise_exception;

123: Fetch c into tlinfo;
124: if (c%notfound) then
125: close c;
126: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
127: app_exception.raise_exception;
128: end if;
129: close c;
130:
131: if ((tlinfo.RECORD_VERSION_NUMBER = X_RECORD_VERSION_NUMBER)

Line 138: app_exception.raise_exception;

134: ) then
135: null;
136: else
137: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
138: app_exception.raise_exception;
139: end if;
140: end LOCK_ROW;
141:
142: