DBA Data[Home] [Help]

APPS.WSH_INTERFACE dependencies on WSH_SHIPMENT_REQUEST_PKG

Line 2229: WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line(

2225: (l_standalone_mode = 'D' OR (l_standalone_mode = 'L' AND l_client_changed_attributes.COUNT > 0 ))
2226: and (l_confirmed_flag OR l_shipped_flag)
2227: THEN
2228: IF (l_standalone_mode = 'D') THEN
2229: WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line(
2230: p_changed_attributes => p_changed_attributes,
2231: x_return_status => l_rs );
2232: ELSE
2233: WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line(

Line 2233: WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line(

2229: WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line(
2230: p_changed_attributes => p_changed_attributes,
2231: x_return_status => l_rs );
2232: ELSE
2233: WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line(
2234: p_changed_attributes => l_client_changed_attributes,
2235: x_return_status => l_rs );
2236: END IF;
2237: