DBA Data[Home] [Help]

APPS.PO_OM_INTEGRATION_GRP dependencies on OE_DROP_SHIP_GRP

Line 1628: l_order_line_info_rec OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type;

1624: x_return_status OUT NOCOPY VARCHAR2 ) IS
1625:
1626: l_api_name CONSTANT VARCHAR2(30) := 'get_drop_ship_details';
1627: l_api_version CONSTANT NUMBER := 1.0;
1628: l_order_line_info_rec OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type;
1629:
1630: BEGIN
1631: -- Initialise the return status
1632: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1642: OE_DROP_SHIP_GRP.get_order_line_info(

1638: return;
1639: END IF;
1640:
1641: -- Call the OM API to get the drop ship info
1642: OE_DROP_SHIP_GRP.get_order_line_info(
1643: P_API_VERSION => 1.0,
1644: P_PO_HEADER_ID => null,
1645: P_PO_LINE_ID => null,
1646: P_PO_LINE_LOCATION_ID => p_line_location_id,