DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WSH_INTEGRATION

Line 464: l_InvPCInRecType wsh_integration.InvPCInRecType;

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

Line 492: debug('About to call wsh_integration.Set_Inv_PC_Attributes tempid='||l_transaction_temp_id, 'GET_DELIVERY_LINE_SERIAL_INFO');

488: from dual;
489:
490: l_transaction_temp_id := l_InvPCInRecType.transaction_temp_id;
491:
492: debug('About to call wsh_integration.Set_Inv_PC_Attributes tempid='||l_transaction_temp_id, 'GET_DELIVERY_LINE_SERIAL_INFO');
493:
494: wsh_integration.Set_Inv_PC_Attributes
495: (p_in_attributes => l_InvPCInRecType,
496: x_return_status => l_return_status,

Line 494: wsh_integration.Set_Inv_PC_Attributes

490: l_transaction_temp_id := l_InvPCInRecType.transaction_temp_id;
491:
492: debug('About to call wsh_integration.Set_Inv_PC_Attributes tempid='||l_transaction_temp_id, 'GET_DELIVERY_LINE_SERIAL_INFO');
493:
494: wsh_integration.Set_Inv_PC_Attributes
495: (p_in_attributes => l_InvPCInRecType,
496: x_return_status => l_return_status,
497: x_msg_count => l_msg_count,
498: x_msg_data => l_msg_data);

Line 501: debug('wsh_integration.set_inv_pc_attributes failed'

497: x_msg_count => l_msg_count,
498: x_msg_data => l_msg_data);
499:
500: IF l_return_status IN (G_RET_STS_ERROR, G_RET_STS_UNEXP_ERROR) THEN
501: debug('wsh_integration.set_inv_pc_attributes failed'
502: || ' with status: ' || l_return_status,'GET_DELIVERY_LINE_SERIAL_INFO');
503: --check where to handle this error
504: RAISE fnd_api.g_exc_unexpected_error;
505: END IF;

Line 2755: l_InvPCInRecType wsh_integration.InvPCInRecType;

2751: l_delay_quantity NUMBER;
2752:
2753:
2754: l_detail_attributes wsh_interface.ChangedAttributeTabType;
2755: l_InvPCInRecType wsh_integration.InvPCInRecType;
2756: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
2757: BEGIN
2758: IF l_debug = 1 THEN
2759: debug('Entered procedure','INV_SPLIT_DELIVERY_LINE');

Line 2820: wsh_integration.Set_Inv_PC_Attributes

2816: END IF;
2817:
2818: l_InvPCInRecType.transaction_temp_id := l_new_transaction_temp_id;
2819:
2820: wsh_integration.Set_Inv_PC_Attributes
2821: (p_in_attributes => l_InvPCInRecType,
2822: x_return_status => l_return_status,
2823: x_msg_count => l_msg_count,
2824: x_msg_data => l_msg_data);

Line 2828: debug('wsh_integration.set_inv_pc_attributes failed'

2824: x_msg_data => l_msg_data);
2825:
2826: IF l_return_status IN (G_RET_STS_ERROR, G_RET_STS_UNEXP_ERROR) THEN
2827: IF l_debug = 1 THEN
2828: debug('wsh_integration.set_inv_pc_attributes failed'
2829: || ' with status: ' || l_return_status,'INV_SPLIT_DELIVERY_LINE');
2830: END IF;
2831: --check where to handle this error
2832: RAISE fnd_api.g_exc_unexpected_error;

Line 2896: l_InvPCInRecType wsh_integration.InvPCInRecType;

2892: l_delay_quantity NUMBER;
2893:
2894:
2895: l_detail_attributes wsh_interface.ChangedAttributeTabType;
2896: l_InvPCInRecType wsh_integration.InvPCInRecType;
2897: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
2898:
2899: --Bug No 3952081
2900: --New field to hol sec delay qty

Line 2988: wsh_integration.Set_Inv_PC_Attributes

2984: END IF;
2985:
2986: l_InvPCInRecType.transaction_temp_id := l_new_transaction_temp_id;
2987:
2988: wsh_integration.Set_Inv_PC_Attributes
2989: (p_in_attributes => l_InvPCInRecType,
2990: x_return_status => l_return_status,
2991: x_msg_count => l_msg_count,
2992: x_msg_data => l_msg_data);

Line 2996: debug('wsh_integration.set_inv_pc_attributes failed'

2992: x_msg_data => l_msg_data);
2993:
2994: IF l_return_status IN (G_RET_STS_ERROR, G_RET_STS_UNEXP_ERROR) THEN
2995: IF l_debug = 1 THEN
2996: debug('wsh_integration.set_inv_pc_attributes failed'
2997: || ' with status: ' || l_return_status,'INV_SPLIT_DELIVERY_LINE');
2998: END IF;
2999: --check where to handle this error
3000: RAISE fnd_api.g_exc_unexpected_error;