DBA Data[Home] [Help]

APPS.INV_RCV_RESERVATION_UTIL dependencies on WMS_INSTALL

Line 317: IF NOT wms_install.check_install(l_return_status,

313: l_progress := '10';
314: l_module_name := 'QUERY_RESERVATION';
315: x_return_status := fnd_api.g_ret_sts_success;
316:
317: IF NOT wms_install.check_install(l_return_status,
318: l_msg_count,
319: l_msg_data,
320: p_query_input.organization_id) THEN
321: IF (l_debug = 1) THEN

Line 400: IF NOT wms_install.check_install(l_return_status,

396: l_module_name := 'TRANSFER_RESERVATIONS';
397:
398: x_return_status := fnd_api.g_ret_sts_success;
399:
400: IF NOT wms_install.check_install(l_return_status,
401: l_msg_count,
402: l_msg_data,
403: p_original_rsv_rec.organization_id) THEN
404: IF (l_debug = 1) THEN

Line 483: IF NOT wms_install.check_install(l_return_status,

479: l_module_name := 'RELIEVE_RESERVATIONS';
480:
481: x_return_status := fnd_api.g_ret_sts_success;
482:
483: IF NOT wms_install.check_install(l_return_status,
484: l_msg_count,
485: l_msg_data,
486: p_rsv_rec.organization_id) THEN
487: IF (l_debug = 1) THEN

Line 565: IF NOT wms_install.check_install(l_return_status,

561: l_debug := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
562: l_progress := '10';
563: l_module_name := 'DELETE_RESERVATION';
564:
565: IF NOT wms_install.check_install(l_return_status,
566: l_msg_count,
567: l_msg_data,
568: p_rsv_rec.organization_id) THEN
569: IF (l_debug = 1) THEN

Line 640: IF NOT wms_install.check_install(l_return_status,

636: l_debug := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
637: l_progress := '10';
638: l_module_name := 'REDUCE_RESERVATION';
639:
640: IF NOT wms_install.check_install(l_return_status,
641: l_msg_count,
642: l_msg_data,
643: p_mtl_rsv_rec.organization_id) THEN
644: IF (l_debug = 1) THEN