DBA Data[Home] [Help]

APPS.WMS_CATCH_WEIGHT_PVT dependencies on WMS_INSTALL

Line 75: l_wms_org_flag := wms_install.check_install (

71: print_debug('orgid='||p_organization_id||' itemid='||p_inventory_item_id||' qty='||p_quantity||' uom='||p_uom_code, 4);
72: END IF;
73:
74: -- Check if the organization is a WMS organization
75: l_wms_org_flag := wms_install.check_install (
76: x_return_status => x_return_status
77: , x_msg_count => x_msg_count
78: , x_msg_data => x_msg_data
79: , p_organization_id => p_organization_id );

Line 82: print_debug('Call to wms_install.check_install failed:' ||x_msg_data, 1);

78: , x_msg_data => x_msg_data
79: , p_organization_id => p_organization_id );
80: IF ( x_return_status <> fnd_api.g_ret_sts_success ) THEN
81: IF ( l_debug = 1 ) THEN
82: print_debug('Call to wms_install.check_install failed:' ||x_msg_data, 1);
83: END IF;
84: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
85: END IF;
86:

Line 202: l_wms_org_flag := wms_install.check_install (

198: print_debug('orgid='||p_organization_id||' itemid='||p_inventory_item_id, 4);
199: END IF;
200:
201: -- Check if the organization is a WMS organization
202: l_wms_org_flag := wms_install.check_install (
203: x_return_status => x_return_status
204: , x_msg_count => x_msg_count
205: , x_msg_data => x_msg_data
206: , p_organization_id => p_organization_id );

Line 209: print_debug('Call to wms_install.check_install failed:' ||x_msg_data, 1);

205: , x_msg_data => x_msg_data
206: , p_organization_id => p_organization_id );
207: IF ( x_return_status <> fnd_api.g_ret_sts_success ) THEN
208: IF ( l_debug = 1 ) THEN
209: print_debug('Call to wms_install.check_install failed:' ||x_msg_data, 1);
210: END IF;
211: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
212: END IF;
213:

Line 307: l_wms_org_flag := wms_install.check_install (

303: l_progress := '000';
304: IF ( x_secondary_uom_code IS NULL OR x_ont_pricing_qty_source IS NULL OR
305: p_secondary_default_ind IS NULL OR p_uom_code IS NULL ) THEN
306: -- Check if the organization is a WMS organization
307: l_wms_org_flag := wms_install.check_install (
308: x_return_status => x_return_status
309: , x_msg_count => x_msg_count
310: , x_msg_data => x_msg_data
311: , p_organization_id => p_organization_id );

Line 314: print_debug('Call to wms_install.check_install failed:' ||x_msg_data, 1);

310: , x_msg_data => x_msg_data
311: , p_organization_id => p_organization_id );
312: IF ( x_return_status <> fnd_api.g_ret_sts_success ) THEN
313: IF ( l_debug = 1 ) THEN
314: print_debug('Call to wms_install.check_install failed:' ||x_msg_data, 1);
315: END IF;
316: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
317: END IF;
318: