DBA Data[Home] [Help]

APPS.JTF_TASK_TEMP_GROUPS_PKG dependencies on FND_MSG_PUB

Line 155: fnd_msg_pub.add;

151: fetch c into recinfo;
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;

Line 165: fnd_msg_pub.add;

161: if recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER then
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: