DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WSH_SHIP_CONFIRM_ACTIONS2

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

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

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

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

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

1134: l_delivery_details_id_table(1) := l_bo_delivery_detail_id;
1135: END IF;
1136:
1137: IF l_debug = 1 THEN
1138: debug('Calling wsh_ship_confirm_actions2.backorder' ,'INV_LINE_RETURN_TO_STOCK');
1139: debug('delivery line being backorder : '|| l_delivery_details_id_table(1), 'INV_LINE_RETURN_TO_STOCK');
1140: debug(' backorder quantity : ' || l_backorder_quantities_table(1),'INV_LINE_RETURN_TO_STOCK');
1141: debug(' requested quantity : ' || l_requested_quantities_table(1),'INV_LINE_RETURN_TO_STOCK');
1142: debug(' overpick quantity : ' || l_overpicked_quantities_table(1) ,'INV_LINE_RETURN_TO_STOCK');

Line 1160: wsh_ship_confirm_actions2.backorder

1156: ELSE
1157: l_bo_mode := 'RETAIN_RSV'; -- suggested by shipping
1158: END IF;
1159:
1160: wsh_ship_confirm_actions2.backorder
1161: (p_detail_ids => l_delivery_details_id_table,
1162: p_bo_qtys => l_backorder_quantities_table,
1163: p_req_qtys => l_requested_quantities_table, --BUG15854656
1164: p_bo_qtys2 => l_dummy_table,

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

1170:
1171:
1172: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1173: IF l_debug = 1 THEN
1174: debug('wsh_ship_confirm_actions2.backorder failed',
1175: 'INV_LINE_RETURN_TO_STOCK');
1176: END IF;
1177:
1178: RAISE fnd_api.g_exc_unexpected_error;

Line 1416: debug('Calling wsh_ship_confirm_actions2.backorder'

1412: l_delivery_details_id_table(1) := l_bo_delivery_detail_id;
1413: END IF;
1414:
1415: IF l_debug = 1 THEN
1416: debug('Calling wsh_ship_confirm_actions2.backorder'
1417: ,'INV_LINE_RETURN_TO_STOCK');
1418: debug('delivery line being backorder : '|| l_delivery_details_id_table(1)
1419: || ' backorder quantity : ' || l_backorder_quantities_table(1)
1420: || ' requested quantity : ' || l_requested_quantities_table(1)

Line 1427: wsh_ship_confirm_actions2.backorder

1423: END IF;
1424:
1425: --bug3564157: Shipping's API require the dummy_table to be initialized
1426: l_dummy_table(1) := 0;
1427: wsh_ship_confirm_actions2.backorder
1428: (p_detail_ids => l_delivery_details_id_table,
1429: p_bo_qtys => l_backorder_quantities_table,
1430: p_req_qtys => l_requested_quantities_table, --BUG15854656
1431: p_bo_qtys2 =>l_sec_bck_qtys_table,

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

1437:
1438:
1439: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1440: IF l_debug = 1 THEN
1441: debug('wsh_ship_confirm_actions2.backorder failed',
1442: 'INV_LINE_RETURN_TO_STOCK');
1443: END IF;
1444:
1445: RAISE fnd_api.g_exc_unexpected_error;