DBA Data[Home] [Help]

APPS.WMS_WCS_DEVICE_GRP dependencies on WMS_WCS_DEVICE_GRP

Line 1: PACKAGE BODY WMS_WCS_DEVICE_GRP AS

1: PACKAGE BODY WMS_WCS_DEVICE_GRP AS
2: /* $Header: WMSWCSB.pls 120.10 2005/10/20 09:28:24 simran noship $ */
3:
4: --
5: --

Line 409: LOG(p_device_id, 'In WMS_WCS_DEVICE_GRP.PROCESS_RESPONSE for p_request_id='

405: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
406: BEGIN
407: x_return_status := fnd_api.g_ret_sts_success;
408: IF l_debug >= 1 THEN
409: LOG(p_device_id, 'In WMS_WCS_DEVICE_GRP.PROCESS_RESPONSE for p_request_id='
410: ||p_request_id);
411: END IF;
412:
413: --Check if the reason_id is populated. If it is then call the workflow wrapper API

Line 607: END WMS_WCS_DEVICE_GRP;

603: COMMIT;
604: */
605: END LOG;
606:
607: END WMS_WCS_DEVICE_GRP;
608: