DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WSH_SHIP_CONFIRM_ACTIONS2

Line 760: debug('calling wsh_ship_confirm_actions2.backorder','INV_RETURN_TO_STOCK');

756:
757:
758:
759: IF (l_debug = 1) THEN
760: debug('calling wsh_ship_confirm_actions2.backorder','INV_RETURN_TO_STOCK');
761: END IF;
762: WSH_SHIP_CONFIRM_ACTIONS2.Backorder(p_detail_ids => l_delivery_details_id_table,
763: p_bo_qtys => l_backorder_quantities_table,
764: p_req_qtys => l_requested_quantities_table,

Line 762: WSH_SHIP_CONFIRM_ACTIONS2.Backorder(p_detail_ids => l_delivery_details_id_table,

758:
759: IF (l_debug = 1) THEN
760: debug('calling wsh_ship_confirm_actions2.backorder','INV_RETURN_TO_STOCK');
761: END IF;
762: WSH_SHIP_CONFIRM_ACTIONS2.Backorder(p_detail_ids => l_delivery_details_id_table,
763: p_bo_qtys => l_backorder_quantities_table,
764: p_req_qtys => l_requested_quantities_table,
765: p_bo_qtys2 => l_dummy_table,
766: p_overpick_qtys => l_overpicked_quantities_table,

Line 1119: debug('Calling wsh_ship_confirm_actions2.backorder' ,'INV_LINE_RETURN_TO_STOCK');

1115: l_delivery_details_id_table(1) := l_bo_delivery_detail_id;
1116: END IF;
1117:
1118: IF l_debug = 1 THEN
1119: debug('Calling wsh_ship_confirm_actions2.backorder' ,'INV_LINE_RETURN_TO_STOCK');
1120: debug('delivery line being backorder : '|| l_delivery_details_id_table(1), 'INV_LINE_RETURN_TO_STOCK');
1121: debug(' backorder quantity : ' || l_requested_quantities_table(1),'INV_LINE_RETURN_TO_STOCK');
1122: debug(' requested quantity : ' || l_requested_quantities_table(1),'INV_LINE_RETURN_TO_STOCK');
1123: debug(' overpick quantity : ' || l_overpicked_quantities_table(1) ,'INV_LINE_RETURN_TO_STOCK');

Line 1141: wsh_ship_confirm_actions2.backorder

1137: ELSE
1138: l_bo_mode := 'RETAIN_RSV'; -- suggested by shipping
1139: END IF;
1140:
1141: wsh_ship_confirm_actions2.backorder
1142: (p_detail_ids => l_delivery_details_id_table,
1143: p_bo_qtys => l_backorder_quantities_table,
1144: p_req_qtys => l_backorder_quantities_table,
1145: p_bo_qtys2 => l_dummy_table,

Line 1155: debug('wsh_ship_confirm_actions2.backorder failed',

1151:
1152:
1153: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1154: IF l_debug = 1 THEN
1155: debug('wsh_ship_confirm_actions2.backorder failed',
1156: 'INV_LINE_RETURN_TO_STOCK');
1157: END IF;
1158:
1159: RAISE fnd_api.g_exc_unexpected_error;

Line 1397: debug('Calling wsh_ship_confirm_actions2.backorder'

1393: l_delivery_details_id_table(1) := l_bo_delivery_detail_id;
1394: END IF;
1395:
1396: IF l_debug = 1 THEN
1397: debug('Calling wsh_ship_confirm_actions2.backorder'
1398: ,'INV_LINE_RETURN_TO_STOCK');
1399: debug('delivery line being backorder : '|| l_delivery_details_id_table(1)
1400: || ' backorder quantity : ' || l_backorder_quantities_table(1)
1401: || ' requested quantity : ' || l_backorder_quantities_table(1)

Line 1408: wsh_ship_confirm_actions2.backorder

1404: END IF;
1405:
1406: --bug3564157: Shipping's API require the dummy_table to be initialized
1407: l_dummy_table(1) := 0;
1408: wsh_ship_confirm_actions2.backorder
1409: (p_detail_ids => l_delivery_details_id_table,
1410: p_bo_qtys => l_backorder_quantities_table,
1411: p_req_qtys => l_backorder_quantities_table,
1412: p_bo_qtys2 =>l_sec_bck_qtys_table,

Line 1422: debug('wsh_ship_confirm_actions2.backorder failed',

1418:
1419:
1420: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1421: IF l_debug = 1 THEN
1422: debug('wsh_ship_confirm_actions2.backorder failed',
1423: 'INV_LINE_RETURN_TO_STOCK');
1424: END IF;
1425:
1426: RAISE fnd_api.g_exc_unexpected_error;