DBA Data[Home] [Help]

APPS.PO_OM_INTEGRATION_GRP dependencies on OE_DROP_SHIP_GRP

Line 1502: l_order_line_info_rec OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type;

1498: x_return_status OUT NOCOPY VARCHAR2 ) IS
1499:
1500: l_api_name CONSTANT VARCHAR2(30) := 'get_drop_ship_details';
1501: l_api_version CONSTANT NUMBER := 1.0;
1502: l_order_line_info_rec OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type;
1503:
1504: BEGIN
1505: -- Initialise the return status
1506: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1516: OE_DROP_SHIP_GRP.get_order_line_info(

1512: return;
1513: END IF;
1514:
1515: -- Call the OM API to get the drop ship info
1516: OE_DROP_SHIP_GRP.get_order_line_info(
1517: P_API_VERSION => 1.0,
1518: P_PO_HEADER_ID => null,
1519: P_PO_LINE_ID => null,
1520: P_PO_LINE_LOCATION_ID => p_line_location_id,