DBA Data[Home] [Help]

APPS.JTF_RS_GRP_RELATE_AUD_PKG dependencies on APP_EXCEPTION

Line 119: app_exception.raise_exception;

115: open c1;
116: fetch c1 into tlinfo;
117: if (c1%notfound) then
118: fnd_message.set_name('FND','FORM_RECORD_DELETED');
119: app_exception.raise_exception;
120: close c1;
121: end if;
122: close c1;
123:

Line 154: app_exception.raise_exception;

150: ) then
151: null;
152: else
153: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
154: app_exception.raise_exception;
155: end if;
156: return;
157: end LOCK_ROW;
158: