DBA Data[Home] [Help]

APPS.JTF_RS_ROLE_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 153: app_exception.raise_exception;

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