DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_INTEGRATION_GRP

Line 435: l_debug_info := 'Call INL_INTEGRATION_GRP.Export_toRCV';

431: WHERE organization_id = p_organization_id;
432:
433: -- Pre-Receive scenario
434: IF (NVL (l_pre_receive, 'N') = 'Y') THEN
435: l_debug_info := 'Call INL_INTEGRATION_GRP.Export_toRCV';
436: INL_LOGGING_PVT.Log_Statement (
437: p_module_name => g_module_name,
438: p_procedure_name => l_api_name,
439: p_debug_info => l_debug_info

Line 443: INL_INTEGRATION_GRP.Export_toRCV (p_api_version => l_api_version,

439: p_debug_info => l_debug_info
440: ) ;
441:
442: -- Run integration procedure to transport LCM to RCV
443: INL_INTEGRATION_GRP.Export_toRCV (p_api_version => l_api_version,
444: p_init_msg_list => FND_API.G_FALSE,
445: p_commit => FND_API.G_FALSE,
446: p_ship_header_id => p_ship_header_id,
447: x_return_status => l_return_status,

Line 461: l_debug_info := 'Call INL_INTEGRATION_GRP.Call_StampLC';

457:
458: -- Blackbox scenario
459: ELSIF (NVL (l_pre_receive, 'N') = 'N') THEN
460:
461: l_debug_info := 'Call INL_INTEGRATION_GRP.Call_StampLC';
462: INL_LOGGING_PVT.Log_Statement (
463: p_module_name => g_module_name,
464: p_procedure_name => l_api_name,
465: p_debug_info => l_debug_info

Line 468: INL_INTEGRATION_GRP.Call_StampLC (p_api_version => l_api_version,

464: p_procedure_name => l_api_name,
465: p_debug_info => l_debug_info
466: ) ;
467:
468: INL_INTEGRATION_GRP.Call_StampLC (p_api_version => l_api_version,
469: p_init_msg_list => FND_API.G_FALSE,
470: p_commit => FND_API.G_FALSE,
471: p_ship_header_id => p_ship_header_id,
472: x_return_status => l_return_status,

Line 489: l_debug_info := 'Run INL_INTEGRATION_GRP.Export_ToCST';

485: -- Required step only for Pending Shipments
486: ----------------------------------------------
487: ELSIF NVL (p_pending_matching_flag, 'N') = 'Y' THEN
488: -- Run Create Costing Interfaces
489: l_debug_info := 'Run INL_INTEGRATION_GRP.Export_ToCST';
490: INL_LOGGING_PVT.Log_Statement (
491: p_module_name => g_module_name,
492: p_procedure_name => l_api_name,
493: p_debug_info => l_debug_info

Line 496: INL_INTEGRATION_GRP.Export_ToCST (p_api_version => 1.0,

492: p_procedure_name => l_api_name,
493: p_debug_info => l_debug_info
494: ) ;
495:
496: INL_INTEGRATION_GRP.Export_ToCST (p_api_version => 1.0,
497: p_init_msg_list => FND_API.G_FALSE,
498: p_commit => FND_API.G_FALSE,
499: p_ship_header_id => p_ship_header_id,
500: x_return_status => l_return_status,