DBA Data[Home] [Help]

APPS.WSH_RCV_CORR_RTV_TXN_PKG dependencies on OE_WSH_BULK_GRP

Line 84: p_rtv_corr_in_rec IN OE_WSH_BULK_GRP.Line_rec_type,

80: -- initial version 1.0
81: -- COMMENT : This procedure is used to match the child transactions (Receipt Corrections, RTV, and RTV corrections) of a Receipt.
82: --========================================================================
83: PROCEDURE process_corrections_and_rtv (
84: p_rtv_corr_in_rec IN OE_WSH_BULK_GRP.Line_rec_type,
85: p_matched_detail_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
86: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
87: p_rtv_corr_out_rec OUT NOCOPY corr_rtv_out_rec_type,
88: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

Line 88: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

84: p_rtv_corr_in_rec IN OE_WSH_BULK_GRP.Line_rec_type,
85: p_matched_detail_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
86: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
87: p_rtv_corr_out_rec OUT NOCOPY corr_rtv_out_rec_type,
88: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
89: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
90: x_msg_data OUT NOCOPY VARCHAR2,
91: x_msg_count OUT NOCOPY NUMBER,
92: x_return_status OUT NOCOPY VARCHAR2);

Line 89: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

85: p_matched_detail_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
86: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
87: p_rtv_corr_out_rec OUT NOCOPY corr_rtv_out_rec_type,
88: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
89: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
90: x_msg_data OUT NOCOPY VARCHAR2,
91: x_msg_count OUT NOCOPY NUMBER,
92: x_return_status OUT NOCOPY VARCHAR2);
93: