DBA Data[Home] [Help]

APPS.WSM_INFINITE_SCHEDULER_PVT dependencies on FND_MESSAGE

Line 227: fnd_message.set_name('WSM', 'WSM_NO_VALID_COPY');

223: end if;
224:
225: l_copy_type := WSMPUTIL.get_internal_copy_type(p_wipEntityID);
226: if(l_copy_type = 3) then
227: fnd_message.set_name('WSM', 'WSM_NO_VALID_COPY');
228: x_errorMsg := fnd_message.get;
229: raise e_wsm_error;
230: end if;
231:

Line 228: x_errorMsg := fnd_message.get;

224:
225: l_copy_type := WSMPUTIL.get_internal_copy_type(p_wipEntityID);
226: if(l_copy_type = 3) then
227: fnd_message.set_name('WSM', 'WSM_NO_VALID_COPY');
228: x_errorMsg := fnd_message.get;
229: raise e_wsm_error;
230: end if;
231:
232: BEGIN