DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_DELIVERY_DETAILS_ACTIONS

Line 4570: wsh_util_core.default_handler('WSH_DELIVERY_DETAILS_ACTIONS.EXPLODE_DELIVERY_DETAILS');

4566: ROLLBACK;
4567: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
4568: WHEN OTHERS THEN
4569: x_return_status := wsh_util_core.g_ret_sts_unexp_error;
4570: wsh_util_core.default_handler('WSH_DELIVERY_DETAILS_ACTIONS.EXPLODE_DELIVERY_DETAILS');
4571: END explode_delivery_details;
4572:
4573:
4574: /* Function overship_staged_lines

Line 4795: WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Detail_from_Cont(

4791: END IF;
4792:
4793: /*Unassign from old container*/
4794:
4795: WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Detail_from_Cont(
4796: P_DETAIL_ID => l_new_delivery_detail_id,
4797: X_RETURN_STATUS => l_return_status);
4798:
4799: DEBUG('After Unassign'|| l_return_status, 'Overship Staged Lines');