DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WSH_INTEGRATION

Line 463: l_InvPCInRecType wsh_integration.InvPCInRecType;

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);
467:

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

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

Line 493: wsh_integration.Set_Inv_PC_Attributes

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

Line 500: debug('wsh_integration.set_inv_pc_attributes failed'

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

Line 2601: l_InvPCInRecType wsh_integration.InvPCInRecType;

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
2605: debug('Entered procedure','INV_SPLIT_DELIVERY_LINE');

Line 2666: wsh_integration.Set_Inv_PC_Attributes

2662: END IF;
2663:
2664: l_InvPCInRecType.transaction_temp_id := l_new_transaction_temp_id;
2665:
2666: wsh_integration.Set_Inv_PC_Attributes
2667: (p_in_attributes => l_InvPCInRecType,
2668: x_return_status => l_return_status,
2669: x_msg_count => l_msg_count,
2670: x_msg_data => l_msg_data);

Line 2674: debug('wsh_integration.set_inv_pc_attributes failed'

2670: x_msg_data => l_msg_data);
2671:
2672: IF l_return_status IN (G_RET_STS_ERROR, G_RET_STS_UNEXP_ERROR) THEN
2673: IF l_debug = 1 THEN
2674: debug('wsh_integration.set_inv_pc_attributes failed'
2675: || ' with status: ' || l_return_status,'INV_SPLIT_DELIVERY_LINE');
2676: END IF;
2677: --check where to handle this error
2678: RAISE fnd_api.g_exc_unexpected_error;

Line 2741: l_InvPCInRecType wsh_integration.InvPCInRecType;

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
2745: --New field to hol sec delay qty

Line 2833: wsh_integration.Set_Inv_PC_Attributes

2829: END IF;
2830:
2831: l_InvPCInRecType.transaction_temp_id := l_new_transaction_temp_id;
2832:
2833: wsh_integration.Set_Inv_PC_Attributes
2834: (p_in_attributes => l_InvPCInRecType,
2835: x_return_status => l_return_status,
2836: x_msg_count => l_msg_count,
2837: x_msg_data => l_msg_data);

Line 2841: debug('wsh_integration.set_inv_pc_attributes failed'

2837: x_msg_data => l_msg_data);
2838:
2839: IF l_return_status IN (G_RET_STS_ERROR, G_RET_STS_UNEXP_ERROR) THEN
2840: IF l_debug = 1 THEN
2841: debug('wsh_integration.set_inv_pc_attributes failed'
2842: || ' with status: ' || l_return_status,'INV_SPLIT_DELIVERY_LINE');
2843: END IF;
2844: --check where to handle this error
2845: RAISE fnd_api.g_exc_unexpected_error;