DBA Data[Home] [Help]

APPS.CAC_VIEW_COLLAB_DETAILS_PKG dependencies on APP_EXCEPTION

Line 147: app_exception.raise_exception;

143: fetch c into recinfo;
144: if (c%notfound) then
145: close c;
146: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
147: app_exception.raise_exception;
148: end if;
149: close c;
150: if ( (recinfo.TASK_ID = X_TASK_ID)
151: AND ((recinfo.MEETING_MODE = X_MEETING_MODE)

Line 171: app_exception.raise_exception;

167: ) then
168: null;
169: else
170: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
171: app_exception.raise_exception;
172: end if;
173:
174: for tlinfo in c1 loop
175: if (tlinfo.BASELANG = 'Y') then

Line 184: app_exception.raise_exception;

180: ) then
181: null;
182: else
183: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
184: app_exception.raise_exception;
185: end if;
186: end if;
187: end loop;
188: return;