DBA Data[Home] [Help]

APPS.WMS_PICK_DROP_PVT dependencies on WMS_WIP_INTEGRATION

Line 4325: wms_wip_integration.get_wip_job_info

4321:
4322: x_entity_type := l_wip_entity_type;
4323:
4324: l_api_return_status := fnd_api.g_ret_sts_success;
4325: wms_wip_integration.get_wip_job_info
4326: ( p_temp_id => l_transaction_temp_id
4327: , p_wip_entity_type => l_wip_entity_type
4328: , x_job => x_job
4329: , x_line => x_line

Line 4344: ( 'wms_wip_integration.get_wip_job_info returned status '

4340: IF l_api_return_status <> fnd_api.g_ret_sts_success
4341: THEN
4342: IF l_debug = 1 THEN
4343: print_debug
4344: ( 'wms_wip_integration.get_wip_job_info returned status '
4345: || l_api_return_status
4346: , l_api_name
4347: );
4348: END IF;

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

4349: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4350: ELSE
4351: IF l_debug = 1 THEN
4352: print_debug
4353: ( 'Return values from wms_wip_integration.get_wip_job_info: '
4354: || g_newline || 'x_job: ' || x_job
4355: || g_newline || 'x_line: ' || x_line
4356: || g_newline || 'x_dept: ' || x_dept
4357: || g_newline || 'x_operation_seq_num: ' || to_char(x_operation_seq_num)