DBA Data[Home] [Help]

APPS.JTF_TASK_TEMP_GROUPS_PKG dependencies on APP_EXCEPTION

Line 156: app_exception.raise_exception;

152: if (c%notfound) then
153: close c;
154: fnd_message.set_name('JTF', 'JTF_API_RECORD_NOT_FOUND');
155: fnd_msg_pub.add;
156: app_exception.raise_exception;
157: end if;
158:
159: close c;
160:

Line 166: app_exception.raise_exception;

162: null;
163: else
164: fnd_message.set_name('JTF', 'JTF_API_RECORD_NOT_FOUND');
165: fnd_msg_pub.add;
166: app_exception.raise_exception;
167: end if;
168:
169:
170: end LOCK_ROW;