DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_REQUEST_PKG dependencies on OE_ORDER_PUB

Line 399: x_header_rec OUT NOCOPY OE_ORDER_PUB.Header_Rec_Type,

395: PROCEDURE Populate_Header_Rec(
396: p_action_type IN VARCHAR2,
397: p_om_header_rec IN OM_Header_Rec_Type,
398: p_del_interface_rec IN Del_Interface_Rec_Type,
399: x_header_rec OUT NOCOPY OE_ORDER_PUB.Header_Rec_Type,
400: x_return_status OUT NOCOPY VARCHAR2 );
401: --
402: --=============================================================================
403: -- PUBLIC PROCEDURE :

Line 469: x_line_tbl OUT NOCOPY OE_ORDER_PUB.Line_Tbl_Type,

465: p_om_line_tbl_type IN OM_Line_Tbl_Type,
466: p_details_interface_rec_tab IN Del_Details_Interface_Rec_Tab,
467: p_om_header_rec_type IN OM_Header_Rec_Type,
468: p_delivery_interface_rec IN Del_Interface_Rec_Type,
469: x_line_tbl OUT NOCOPY OE_ORDER_PUB.Line_Tbl_Type,
470: x_line_details_tbl OUT NOCOPY WSH_UTIl_CORE.Id_Tab_Type,
471: x_return_status OUT NOCOPY VARCHAR2 );
472: --
473: --=============================================================================