DBA Data[Home] [Help]

APPS.RCV_WSH_INTERFACE_PKG dependencies on INV_TRX_RELIEF_C_PVT

Line 286: inv_trx_relief_c_pvt.rsv_relief

282: IF (g_asn_debug = 'Y') THEN
283: asn_debug.put_line('Relieving reservation against WDD : ' || p_wdd_rec.delivery_detail_id);
284: END IF;
285:
286: inv_trx_relief_c_pvt.rsv_relief
287: ( x_return_status => x_return_status,-- RTV2 rtv project phase 2
288: x_msg_count => x_msg_count, -- RTV2 rtv project phase 2
289: x_msg_data => x_msg_data, -- RTV2 rtv project phase 2
290: x_ship_qty => l_ship_qty,

Line 3310: asn_debug.put_line('inv_trx_relief_c_pvt.rsv_relief returned error!');

3306: -- Bug 10089980 : End
3307: -- RTV project phase 2 : start
3308: WHEN e_cancel_MR_error THEN
3309: IF (g_asn_debug = 'Y') THEN
3310: asn_debug.put_line('inv_trx_relief_c_pvt.rsv_relief returned error!');
3311: END IF;
3312: fnd_msg_pub.count_and_get (p_encoded => 'T',
3313: p_count => l_msg_count,
3314: p_data => l_msg_data