DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WSH_INTERFACE

Line 462: l_detail_attributes wsh_interface.ChangedAttributeTabType;

458: l_lot_number VARCHAR2(80);
459: l_serial_number VARCHAR2(30);
460: l_num_serial_record NUMBER := 0;
461:
462: l_detail_attributes wsh_interface.ChangedAttributeTabType;
463: l_InvPCInRecType wsh_integration.InvPCInRecType;
464: l_return_status VARCHAR2(1);
465: l_msg_count NUMBER;
466: l_msg_data VARCHAR2(2000);

Line 509: --Passing picked_quantity also because wsh_interface.update_shipping_attributes

505:
506: l_detail_attributes(1).action_flag := 'U';
507: l_detail_attributes(1).delivery_detail_id :=
508: p_delivery_detail_id;
509: --Passing picked_quantity also because wsh_interface.update_shipping_attributes
510: --will null it out if we do not
511: l_detail_attributes(1).picked_quantity := l_picked_quantity;
512:
513: debug('About to call wsh_interface.update_shipping_attributes',

Line 513: debug('About to call wsh_interface.update_shipping_attributes',

509: --Passing picked_quantity also because wsh_interface.update_shipping_attributes
510: --will null it out if we do not
511: l_detail_attributes(1).picked_quantity := l_picked_quantity;
512:
513: debug('About to call wsh_interface.update_shipping_attributes',
514: 'GET_DELIVERY_LINE_SERIAL_INFO');
515: debug('picked_quantity: ' || l_picked_quantity,'GET_DELIVERY_LINE_SERIAL_INFO');
516:
517: wsh_interface.update_shipping_attributes

Line 517: wsh_interface.update_shipping_attributes

513: debug('About to call wsh_interface.update_shipping_attributes',
514: 'GET_DELIVERY_LINE_SERIAL_INFO');
515: debug('picked_quantity: ' || l_picked_quantity,'GET_DELIVERY_LINE_SERIAL_INFO');
516:
517: wsh_interface.update_shipping_attributes
518: (x_return_status => l_return_status,
519: p_changed_attributes => l_detail_attributes,
520: p_source_code => 'INV');
521:

Line 523: debug('wsh_interface.update_shipping_attributes failed'

519: p_changed_attributes => l_detail_attributes,
520: p_source_code => 'INV');
521:
522: IF l_return_status IN (G_RET_STS_ERROR, G_RET_STS_UNEXP_ERROR) THEN
523: debug('wsh_interface.update_shipping_attributes failed'
524: || ' with status: ' || l_return_status,'GET_DELIVERY_LINE_SERIAL_INFO');
525: --check where to handle this error
526: RAISE fnd_api.g_exc_unexpected_error;
527: END IF;

Line 2259: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;

2255:
2256: l_msg_count NUMBER;
2257:
2258: l_wms_org_flag BOOLEAN;
2259: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
2260: l_delivery_id_tab wsh_util_core.id_tab_type;
2261: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
2262:
2263: BEGIN

Line 2261: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;

2257:
2258: l_wms_org_flag BOOLEAN;
2259: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
2260: l_delivery_id_tab wsh_util_core.id_tab_type;
2261: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
2262:
2263: BEGIN
2264: x_return_Status := 'Y';
2265: x_error_code := 0; -- everything is fine

Line 2354: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;

2350:
2351: IF (NOT l_wms_org_flag AND g_inv_current_release_level >= g_j_release_level)
2352: OR (l_wms_org_flag AND g_wms_current_release_level >= g_j_release_level) THEN
2353: l_action_prms.caller := 'WMS_DLMG';
2354: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;
2355: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
2356:
2357: l_delivery_id_tab(1) := p_delivery_id;
2358:

Line 2359: wsh_interface_ext_grp.Delivery_Action

2355: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
2356:
2357: l_delivery_id_tab(1) := p_delivery_id;
2358:
2359: wsh_interface_ext_grp.Delivery_Action
2360: (p_api_version_number => 1.0,
2361: p_init_msg_list => fnd_api.g_false,
2362: p_commit => fnd_api.g_false,
2363: p_action_prms => l_action_prms,

Line 2600: l_detail_attributes wsh_interface.ChangedAttributeTabType;

2596: l_delivery_id NUMBER;
2597: l_delay_quantity NUMBER;
2598:
2599:
2600: l_detail_attributes wsh_interface.ChangedAttributeTabType;
2601: l_InvPCInRecType wsh_integration.InvPCInRecType;
2602: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
2603: BEGIN
2604: IF l_debug = 1 THEN

Line 2685: wsh_interface.update_shipping_attributes

2681: l_detail_attributes(1).shipped_quantity := 0;
2682: l_detail_attributes(1).delivery_detail_id := l_new_delivery_line_id;
2683: l_detail_attributes(1).action_flag := 'U';
2684:
2685: wsh_interface.update_shipping_attributes
2686: (x_return_status => l_return_status,
2687: p_changed_attributes => l_detail_attributes,
2688: p_source_code => 'INV');
2689:

Line 2692: debug('wsh_interface.update_shipping_attributes failed'

2688: p_source_code => 'INV');
2689:
2690: IF l_return_status IN (G_RET_STS_ERROR, G_RET_STS_UNEXP_ERROR) THEN
2691: IF l_debug = 1 THEN
2692: debug('wsh_interface.update_shipping_attributes failed'
2693: || ' with status: ' || l_return_status,'INV_SPLIT_DELIVERY_LINE');
2694: END IF;
2695: --check where to handle this error
2696: RAISE fnd_api.g_exc_unexpected_error;

Line 2740: l_detail_attributes wsh_interface.ChangedAttributeTabType;

2736: l_delivery_id NUMBER;
2737: l_delay_quantity NUMBER;
2738:
2739:
2740: l_detail_attributes wsh_interface.ChangedAttributeTabType;
2741: l_InvPCInRecType wsh_integration.InvPCInRecType;
2742: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
2743:
2744: --Bug No 3952081

Line 2852: wsh_interface.update_shipping_attributes

2848: l_detail_attributes(1).shipped_quantity := 0;
2849: l_detail_attributes(1).delivery_detail_id := l_new_delivery_line_id;
2850: l_detail_attributes(1).action_flag := 'U';
2851:
2852: wsh_interface.update_shipping_attributes
2853: (x_return_status => l_return_status,
2854: p_changed_attributes => l_detail_attributes,
2855: p_source_code => 'INV');
2856:

Line 2859: debug('wsh_interface.update_shipping_attributes failed'

2855: p_source_code => 'INV');
2856:
2857: IF l_return_status IN (G_RET_STS_ERROR, G_RET_STS_UNEXP_ERROR) THEN
2858: IF l_debug = 1 THEN
2859: debug('wsh_interface.update_shipping_attributes failed'
2860: || ' with status: ' || l_return_status,'INV_SPLIT_DELIVERY_LINE');
2861: END IF;
2862: --check where to handle this error
2863: RAISE fnd_api.g_exc_unexpected_error;