DBA Data[Home] [Help]

APPS.WSH_ASN_RECEIPT_PVT dependencies on OE_WSH_BULK_GRP

Line 79: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

75: -- Pre-reqs : None.
76: -- Parameters :
77: -- IN :
78: -- p_dd_rec IN WSH_IB_DEL_DET_REC_TYPE
79: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
80: -- p_shipment_header_id IN NUMBER
81: -- p_action_prms IN wsh_glbl_var_Strct_grp.action_parameters_rec_type
82: -- p_max_txn_id IN NUMBER
83: -- OUT :

Line 84: -- l_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

80: -- p_shipment_header_id IN NUMBER
81: -- p_action_prms IN wsh_glbl_var_Strct_grp.action_parameters_rec_type
82: -- p_max_txn_id IN NUMBER
83: -- OUT :
84: -- l_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
85: -- l_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
86: -- x_return_status OUT VARCHAR2(1)
87: --==============================================================================
88: PROCEDURE Process_Matched_Txns(

Line 85: -- l_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

81: -- p_action_prms IN wsh_glbl_var_Strct_grp.action_parameters_rec_type
82: -- p_max_txn_id IN NUMBER
83: -- OUT :
84: -- l_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
85: -- l_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
86: -- x_return_status OUT VARCHAR2(1)
87: --==============================================================================
88: PROCEDURE Process_Matched_Txns(
89: --p_dd_rec IN OUT NOCOPY WSH_IB_DEL_DET_REC_TYPE,

Line 91: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

87: --==============================================================================
88: PROCEDURE Process_Matched_Txns(
89: --p_dd_rec IN OUT NOCOPY WSH_IB_DEL_DET_REC_TYPE,
90: p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
91: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
92: p_action_prms IN OUT NOCOPY wsh_glbl_var_strct_grp.dd_action_parameters_rec_type,
93: p_shipment_header_id IN NUMBER,
94: p_max_txn_id IN NUMBER,
95: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

Line 95: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

91: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
92: p_action_prms IN OUT NOCOPY wsh_glbl_var_strct_grp.dd_action_parameters_rec_type,
93: p_shipment_header_id IN NUMBER,
94: p_max_txn_id IN NUMBER,
95: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
96: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
97: x_return_status OUT NOCOPY VARCHAR2);
98:
99: --=============================================================================

Line 96: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

92: p_action_prms IN OUT NOCOPY wsh_glbl_var_strct_grp.dd_action_parameters_rec_type,
93: p_shipment_header_id IN NUMBER,
94: p_max_txn_id IN NUMBER,
95: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
96: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
97: x_return_status OUT NOCOPY VARCHAR2);
98:
99: --=============================================================================
100: -- API name : Cancel_ASN

Line 107: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

103: -- Pre-reqs : None.
104: -- Parameters :
105: -- IN :
106: -- p_header_id IN NUMBER
107: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
108: -- p_action_prms IN wsh_glbl_var_Strct_grp.action_parameters_rec_type
109: -- OUT :
110: -- x_return_status OUT VARCHAR2(1)
111: --==============================================================================

Line 292: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type,

288:
289: Procedure populate_update_dd_rec(
290: p_dd_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
291: p_index IN NUMBER,
292: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type,
293: p_gross_weight IN NUMBER DEFAULT NULL,
294: p_net_weight IN NUMBER DEFAULT NULL,
295: p_volume IN NUMBER DEFAULT NULL,
296: x_release_status IN VARCHAR2,

Line 380: -- p_po_cancel_rec IN OE_WSH_BULK_GRP.line_rec_type

376: -- Function :
377: -- Pre-reqs : None.
378: -- Parameters :
379: -- IN :
380: -- p_po_cancel_rec IN OE_WSH_BULK_GRP.line_rec_type
381: -- p_po_close_rec IN OE_WSH_BULK_GRP.line_rec_type
382: -- OUT :
383: -- x_return_status OUT VARCHAR2(1)
384: --==============================================================================

Line 381: -- p_po_close_rec IN OE_WSH_BULK_GRP.line_rec_type

377: -- Pre-reqs : None.
378: -- Parameters :
379: -- IN :
380: -- p_po_cancel_rec IN OE_WSH_BULK_GRP.line_rec_type
381: -- p_po_close_rec IN OE_WSH_BULK_GRP.line_rec_type
382: -- OUT :
383: -- x_return_status OUT VARCHAR2(1)
384: --==============================================================================
385:

Line 387: p_po_cancel_rec IN OE_WSH_BULK_GRP.line_rec_type,

383: -- x_return_status OUT VARCHAR2(1)
384: --==============================================================================
385:
386: PROCEDURE cancel_close_pending_txns(
387: p_po_cancel_rec IN OE_WSH_BULK_GRP.line_rec_type,
388: p_po_close_rec IN OE_WSH_BULK_GRP.line_rec_type,
389: x_return_status OUT NOCOPY VARCHAR2);
390:
391:

Line 388: p_po_close_rec IN OE_WSH_BULK_GRP.line_rec_type,

384: --==============================================================================
385:
386: PROCEDURE cancel_close_pending_txns(
387: p_po_cancel_rec IN OE_WSH_BULK_GRP.line_rec_type,
388: p_po_close_rec IN OE_WSH_BULK_GRP.line_rec_type,
389: x_return_status OUT NOCOPY VARCHAR2);
390:
391:
392: