DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_MEMBERS_AUD_PKG dependencies on APP_EXCEPTION

Line 99: app_exception.raise_exception;

95: open c1;
96: fetch c1 into tlinfo;
97: if (c1%notfound) then
98: fnd_message.set_name('FND','FORM_RECORD_DELETED');
99: app_exception.raise_exception;
100: close c1;
101: end if;
102: close c1;
103:

Line 125: app_exception.raise_exception;

121: ) then
122: null;
123: else
124: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
125: app_exception.raise_exception;
126: end if;
127: return;
128: end LOCK_ROW;
129: