DBA Data[Home] [Help]

APPS.WMS_CATCH_WEIGHT_PVT dependencies on WMS_INSTALL

Line 67: l_wms_org_flag := wms_install.check_install (

63: print_debug('orgid='||p_organization_id||' itemid='||p_inventory_item_id||' qty='||p_quantity||' uom='||p_uom_code, 4);
64: END IF;
65:
66: -- Check if the organization is a WMS organization
67: l_wms_org_flag := wms_install.check_install (
68: x_return_status => x_return_status
69: , x_msg_count => x_msg_count
70: , x_msg_data => x_msg_data
71: , p_organization_id => p_organization_id );

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

70: , x_msg_data => x_msg_data
71: , p_organization_id => p_organization_id );
72: IF ( x_return_status <> fnd_api.g_ret_sts_success ) THEN
73: IF ( l_debug = 1 ) THEN
74: print_debug('Call to wms_install.check_install failed:' ||x_msg_data, 1);
75: END IF;
76: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
77: END IF;
78:

Line 194: l_wms_org_flag := wms_install.check_install (

190: print_debug('orgid='||p_organization_id||' itemid='||p_inventory_item_id, 4);
191: END IF;
192:
193: -- Check if the organization is a WMS organization
194: l_wms_org_flag := wms_install.check_install (
195: x_return_status => x_return_status
196: , x_msg_count => x_msg_count
197: , x_msg_data => x_msg_data
198: , p_organization_id => p_organization_id );

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

197: , x_msg_data => x_msg_data
198: , p_organization_id => p_organization_id );
199: IF ( x_return_status <> fnd_api.g_ret_sts_success ) THEN
200: IF ( l_debug = 1 ) THEN
201: print_debug('Call to wms_install.check_install failed:' ||x_msg_data, 1);
202: END IF;
203: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
204: END IF;
205:

Line 292: l_wms_org_flag := wms_install.check_install (

288: l_progress := '000';
289: IF ( x_secondary_uom_code IS NULL OR x_ont_pricing_qty_source IS NULL OR
290: p_secondary_default_ind IS NULL OR p_uom_code IS NULL ) THEN
291: -- Check if the organization is a WMS organization
292: l_wms_org_flag := wms_install.check_install (
293: x_return_status => x_return_status
294: , x_msg_count => x_msg_count
295: , x_msg_data => x_msg_data
296: , p_organization_id => p_organization_id );

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

295: , x_msg_data => x_msg_data
296: , p_organization_id => p_organization_id );
297: IF ( x_return_status <> fnd_api.g_ret_sts_success ) THEN
298: IF ( l_debug = 1 ) THEN
299: print_debug('Call to wms_install.check_install failed:' ||x_msg_data, 1);
300: END IF;
301: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
302: END IF;
303: