DBA Data[Home] [Help]

APPS.RCV_WSH_INTERFACE_PKG dependencies on WSH_INTEGRATION

Line 1334: WSH_INTEGRATION.update_delivery_details

1330: END IF;
1331: END LOOP;
1332: --
1333: IF (l_index > 0) THEN
1334: WSH_INTEGRATION.update_delivery_details
1335: ( p_detail_rows => l_detail_rows,
1336: x_return_status => l_return_status);
1337:
1338: IF (g_asn_debug = 'Y') THEN

Line 3022: wsh_integration.get_cancel_qty_allowed

3018: asn_debug.put_line('Entering cancel_rtv_lines');
3019: END IF;
3020:
3021: FOR i IN 1 .. p_rti_id_tbl.COUNT LOOP
3022: wsh_integration.get_cancel_qty_allowed
3023: ( p_source_code => 'RTV',
3024: p_source_line_id => p_rti_id_tbl(i),
3025: x_cancel_qty_allowed => l_wdd_cancel_qty,
3026: x_return_status => l_return_status,

Line 3285: asn_debug.put_line('wsh_integration.get_cancel_qty_allowed returned error!');

3281: EXCEPTION
3282: -- Bug 10089980 : Start
3283: WHEN e_cancel_error1 THEN
3284: IF (g_asn_debug = 'Y') THEN
3285: asn_debug.put_line('wsh_integration.get_cancel_qty_allowed returned error!');
3286: END IF;
3287: l_msg_data := fnd_msg_pub.get (1, 'F');
3288: po_message_s.sql_error('wsh_integration.get_cancel_qty_allowed', l_msg_data, sqlcode);
3289: raise fnd_api.g_exc_error;

Line 3288: po_message_s.sql_error('wsh_integration.get_cancel_qty_allowed', l_msg_data, sqlcode);

3284: IF (g_asn_debug = 'Y') THEN
3285: asn_debug.put_line('wsh_integration.get_cancel_qty_allowed returned error!');
3286: END IF;
3287: l_msg_data := fnd_msg_pub.get (1, 'F');
3288: po_message_s.sql_error('wsh_integration.get_cancel_qty_allowed', l_msg_data, sqlcode);
3289: raise fnd_api.g_exc_error;
3290:
3291: WHEN e_cancel_error2 THEN
3292: IF (g_asn_debug = 'Y') THEN