DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on OE_DROP_SHIP_GRP

Line 5663: X_ORDER_LINE_INFO_REC OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type;

5659:
5660: l_po_header_id NUMBER ;
5661: l_po_line_id NUMBER ;
5662: l_po_release_id NUMBER ;
5663: X_ORDER_LINE_INFO_REC OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type;
5664: X_MSG_DATA VARCHAR2(100) ;
5665: X_MSG_COUNT NUMBER ;
5666: X_RETURN_STATUS VARCHAR2(100) ;
5667:

Line 5671: OE_DROP_SHIP_GRP.get_order_line_info(

5667:
5668:
5669: BEGIN
5670:
5671: OE_DROP_SHIP_GRP.get_order_line_info(
5672: P_API_VERSION=>1.0,
5673: P_PO_HEADER_ID =>l_po_header_id,
5674: P_PO_LINE_ID =>l_po_line_id,
5675: P_PO_LINE_LOCATION_ID =>p_location_id,