DBA Data[Home] [Help]

APPS.WMS_PICK_DROP_PVT dependencies on WMS_WIP_INTEGRATION

Line 4047: wms_wip_integration.get_wip_job_info

4043:
4044: x_entity_type := l_wip_entity_type;
4045:
4046: l_api_return_status := fnd_api.g_ret_sts_success;
4047: wms_wip_integration.get_wip_job_info
4048: ( p_temp_id => l_transaction_temp_id
4049: , p_wip_entity_type => l_wip_entity_type
4050: , x_job => x_job
4051: , x_line => x_line

Line 4066: ( 'wms_wip_integration.get_wip_job_info returned status '

4062: IF l_api_return_status <> fnd_api.g_ret_sts_success
4063: THEN
4064: IF l_debug = 1 THEN
4065: print_debug
4066: ( 'wms_wip_integration.get_wip_job_info returned status '
4067: || l_api_return_status
4068: , l_api_name
4069: );
4070: END IF;

Line 4075: ( 'Return values from wms_wip_integration.get_wip_job_info: '

4071: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4072: ELSE
4073: IF l_debug = 1 THEN
4074: print_debug
4075: ( 'Return values from wms_wip_integration.get_wip_job_info: '
4076: || g_newline || 'x_job: ' || x_job
4077: || g_newline || 'x_line: ' || x_line
4078: || g_newline || 'x_dept: ' || x_dept
4079: || g_newline || 'x_operation_seq_num: ' || to_char(x_operation_seq_num)