DBA Data[Home] [Help]

APPS.WSH_PR_CRITERIA dependencies on WSH_PICK_LIST

Line 2647: WSH_PICK_LIST.G_BATCH_ID,

2643: mo_line_count,
2644: processed
2645: )
2646: VALUES (
2647: WSH_PICK_LIST.G_BATCH_ID,
2648: 'PICK',
2649: p_mo_header_id,
2650: v_org_id,
2651: v_inventory_item_id,

Line 2796: IF WSH_PICK_LIST.G_PICK_REL_PARALLEL THEN

2792: x_done_flag := FND_API.G_FALSE;
2793:
2794: -- Set the mode for Init_Cursor
2795: -- If Single process, mode is Null, otherwise Worker
2796: IF WSH_PICK_LIST.G_PICK_REL_PARALLEL THEN
2797: l_mode := 'WORKER';
2798: ELSE
2799: l_mode := NULL;
2800: END IF;

Line 3612: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICK_LIST.CALCULATE_RESERVATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);

3608: END IF;
3609:
3610: IF l_debug_on THEN
3611: WSH_DEBUG_SV.logmsg(l_module_name, 'CHECKING FOR RESERVATIONS' );
3612: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICK_LIST.CALCULATE_RESERVATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
3613: END IF;
3614: --Calculate Reservations
3615: -- HW OPMCONV - Pass and return qty2
3616: WSH_PICK_LIST.Calculate_Reservations(

Line 3616: WSH_PICK_LIST.Calculate_Reservations(

3612: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICK_LIST.CALCULATE_RESERVATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
3613: END IF;
3614: --Calculate Reservations
3615: -- HW OPMCONV - Pass and return qty2
3616: WSH_PICK_LIST.Calculate_Reservations(
3617: p_demand_source_header_id => v_demand_source_header_id,
3618: p_demand_source_line_id => v_line_id,
3619: p_requested_quantity => v_requested_quantity,
3620: -- Bug 4775539

Line 3656: IF ( l_request_id <> -1 OR WSH_PICK_LIST.G_BATCH_ID IS NOT NULL ) THEN

3652: -- end Bug 4775539
3653: FND_MESSAGE.SET_NAME('WSH','WSH_PICK_PRIOR_RSV');
3654: l_message := FND_MESSAGE.GET;
3655: l_request_id := fnd_global.conc_request_id;
3656: IF ( l_request_id <> -1 OR WSH_PICK_LIST.G_BATCH_ID IS NOT NULL ) THEN
3657: wsh_xc_util.log_exception(
3658: p_api_version => 1.0,
3659: p_logging_entity => 'SHIPPER',
3660: p_logging_entity_id => FND_GLOBAL.USER_ID,

Line 3668: p_batch_id => WSH_PICK_LIST.G_BATCH_ID,

3664: p_logged_at_location_id => v_ship_from_location_id,
3665: p_exception_location_id => v_ship_from_location_id,
3666: p_delivery_detail_id => v_delivery_detail_id,
3667: p_request_id => l_request_id,
3668: p_batch_id => WSH_PICK_LIST.G_BATCH_ID,
3669: x_return_status => l_exception_return_status,
3670: x_msg_count => l_exception_msg_count,
3671: x_msg_data => l_exception_msg_data,
3672: x_exception_id => l_dummy_exception_id);

Line 3711: IF ( l_request_id <> -1 OR WSH_PICK_LIST.G_BATCH_ID IS NOT NULL ) THEN

3707: -- end Bug 4775539
3708: FND_MESSAGE.SET_NAME('WSH','WSH_PICK_PRIOR_RSV');
3709: l_message := FND_MESSAGE.GET;
3710: l_request_id := fnd_global.conc_request_id;
3711: IF ( l_request_id <> -1 OR WSH_PICK_LIST.G_BATCH_ID IS NOT NULL ) THEN
3712: wsh_xc_util.log_exception(
3713: p_api_version => 1.0,
3714: p_logging_entity => 'SHIPPER',
3715: p_logging_entity_id => FND_GLOBAL.USER_ID,

Line 3723: p_batch_id => WSH_PICK_LIST.G_BATCH_ID,

3719: p_logged_at_location_id => v_ship_from_location_id,
3720: p_exception_location_id => v_ship_from_location_id,
3721: p_delivery_detail_id => v_delivery_detail_id,
3722: p_request_id => l_request_id,
3723: p_batch_id => WSH_PICK_LIST.G_BATCH_ID,
3724: x_return_status => l_exception_return_status,
3725: x_msg_count => l_exception_msg_count,
3726: x_msg_data => l_exception_msg_data,
3727: x_exception_id => l_dummy_exception_id);