DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on WMS_INSTALL

Line 2821: l_wms_org_flag := wms_install.check_install

2817: l_project_ref_enabled := INV_CACHE.org_rec.project_reference_enabled;
2818: l_progress := '70';
2819:
2820: -- Check if the organization is a WMS organization
2821: l_wms_org_flag := wms_install.check_install
2822: (x_return_status => x_return_status,
2823: x_msg_count => x_msg_count,
2824: x_msg_data => x_msg_data,
2825: p_organization_id => l_organization_id);

Line 2828: print_debug('Call to wms_install.check_install failed: ' || x_msg_data);

2824: x_msg_data => x_msg_data,
2825: p_organization_id => l_organization_id);
2826: IF (x_return_status <> fnd_api.g_ret_sts_success) THEN
2827: IF (l_debug = 1) THEN
2828: print_debug('Call to wms_install.check_install failed: ' || x_msg_data);
2829: END IF;
2830: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2831: END IF;
2832: l_progress := '80';

Line 7144: l_wms_org_flag := wms_install.check_install

7140: l_project_ref_enabled := INV_CACHE.org_rec.project_reference_enabled;
7141: l_progress := '50';
7142:
7143: -- Check if the organization is a WMS organization
7144: l_wms_org_flag := wms_install.check_install
7145: (x_return_status => x_return_status,
7146: x_msg_count => x_msg_count,
7147: x_msg_data => x_msg_data,
7148: p_organization_id => l_organization_id);

Line 7151: print_debug('Call to wms_install.check_install failed: ' || x_msg_data);

7147: x_msg_data => x_msg_data,
7148: p_organization_id => l_organization_id);
7149: IF (x_return_status <> fnd_api.g_ret_sts_success) THEN
7150: IF (l_debug = 1) THEN
7151: print_debug('Call to wms_install.check_install failed: ' || x_msg_data);
7152: END IF;
7153: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7154: END IF;
7155: l_progress := '60';