DBA Data[Home] [Help]

APPS.WSH_PR_CRITERIA dependencies on WSH_PICK_LIST

Line 2753: WSH_PICK_LIST.G_BATCH_ID,

2749: mo_line_count,
2750: processed
2751: )
2752: VALUES (
2753: WSH_PICK_LIST.G_BATCH_ID,
2754: 'PICK',
2755: p_mo_header_id,
2756: v_org_id,
2757: v_inventory_item_id,

Line 2904: IF WSH_PICK_LIST.G_PICK_REL_PARALLEL THEN

2900: x_done_flag := FND_API.G_FALSE;
2901:
2902: -- Set the mode for Init_Cursor
2903: -- If Single process, mode is Null, otherwise Worker
2904: IF WSH_PICK_LIST.G_PICK_REL_PARALLEL THEN
2905: l_mode := 'WORKER';
2906: ELSE
2907: l_mode := NULL;
2908: END IF;

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

3748: --{
3749: -- Bug 4775539
3750: IF l_debug_on THEN
3751: WSH_DEBUG_SV.logmsg(l_module_name, 'CHECKING FOR RESERVATIONS' );
3752: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICK_LIST.CALCULATE_RESERVATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
3753: END IF;
3754: --Calculate Reservations
3755: -- HW OPMCONV - Pass and return qty2
3756: WSH_PICK_LIST.Calculate_Reservations(

Line 3756: WSH_PICK_LIST.Calculate_Reservations(

3752: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICK_LIST.CALCULATE_RESERVATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
3753: END IF;
3754: --Calculate Reservations
3755: -- HW OPMCONV - Pass and return qty2
3756: WSH_PICK_LIST.Calculate_Reservations(
3757: p_demand_source_header_id => v_demand_source_header_id,
3758: p_demand_source_line_id => v_line_id,
3759: p_requested_quantity => v_requested_quantity,
3760: -- Bug 4775539

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

3806: -- end Bug 4775539
3807: FND_MESSAGE.SET_NAME('WSH','WSH_PICK_PRIOR_RSV');
3808: l_message := FND_MESSAGE.GET;
3809: l_request_id := fnd_global.conc_request_id;
3810: IF ( l_request_id <> -1 OR WSH_PICK_LIST.G_BATCH_ID IS NOT NULL ) THEN
3811: wsh_xc_util.log_exception(
3812: p_api_version => 1.0,
3813: p_logging_entity => 'SHIPPER',
3814: p_logging_entity_id => FND_GLOBAL.USER_ID,

Line 3822: p_batch_id => WSH_PICK_LIST.G_BATCH_ID,

3818: p_logged_at_location_id => v_ship_from_location_id,
3819: p_exception_location_id => v_ship_from_location_id,
3820: p_delivery_detail_id => v_delivery_detail_id,
3821: p_request_id => l_request_id,
3822: p_batch_id => WSH_PICK_LIST.G_BATCH_ID,
3823: x_return_status => l_exception_return_status,
3824: x_msg_count => l_exception_msg_count,
3825: x_msg_data => l_exception_msg_data,
3826: x_exception_id => l_dummy_exception_id);

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

3862: -- end Bug 4775539
3863: FND_MESSAGE.SET_NAME('WSH','WSH_PICK_PRIOR_RSV');
3864: l_message := FND_MESSAGE.GET;
3865: l_request_id := fnd_global.conc_request_id;
3866: IF ( l_request_id <> -1 OR WSH_PICK_LIST.G_BATCH_ID IS NOT NULL ) THEN
3867: wsh_xc_util.log_exception(
3868: p_api_version => 1.0,
3869: p_logging_entity => 'SHIPPER',
3870: p_logging_entity_id => FND_GLOBAL.USER_ID,

Line 3878: p_batch_id => WSH_PICK_LIST.G_BATCH_ID,

3874: p_logged_at_location_id => v_ship_from_location_id,
3875: p_exception_location_id => v_ship_from_location_id,
3876: p_delivery_detail_id => v_delivery_detail_id,
3877: p_request_id => l_request_id,
3878: p_batch_id => WSH_PICK_LIST.G_BATCH_ID,
3879: x_return_status => l_exception_return_status,
3880: x_msg_count => l_exception_msg_count,
3881: x_msg_data => l_exception_msg_data,
3882: x_exception_id => l_dummy_exception_id);