DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_INTEGRATION_GRP

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

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

Line 440: INL_INTEGRATION_GRP.Export_toRCV (

436: p_procedure_name => l_api_name,
437: p_debug_info => l_debug_info) ;
438:
439: -- Run integration procedure to transport LCM to RCV
440: INL_INTEGRATION_GRP.Export_toRCV (
441: p_api_version => l_api_version,
442: p_init_msg_list => L_FND_FALSE,
443: p_commit => L_FND_FALSE,
444: p_ship_header_id => p_ship_header_id,

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

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

Line 469: INL_INTEGRATION_GRP.Call_StampLC (

465: p_module_name => g_module_name,
466: p_procedure_name => l_api_name,
467: p_debug_info => l_debug_info) ;
468:
469: INL_INTEGRATION_GRP.Call_StampLC (
470: p_api_version => l_api_version,
471: p_init_msg_list => L_FND_FALSE,
472: p_commit => L_FND_FALSE,
473: p_ship_header_id => p_ship_header_id,

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

488: ELSIF (NVL (p_pending_matching_flag, 'N') = 'Y' OR
489: NVL (p_pending_elc_flag, 'N') = 'Y' ) AND -- SCM-051
490: NVL(p_rcv_enabled_flag, 'N') = 'Y' THEN
491: -- Run Create Costing Interfaces
492: l_debug_info := 'Run INL_INTEGRATION_GRP.Export_ToCST';
493: INL_LOGGING_PVT.Log_Statement (
494: p_module_name => g_module_name,
495: p_procedure_name=> l_api_name,
496: p_debug_info => l_debug_info) ;

Line 498: INL_INTEGRATION_GRP.Export_ToCST (

494: p_module_name => g_module_name,
495: p_procedure_name=> l_api_name,
496: p_debug_info => l_debug_info) ;
497:
498: INL_INTEGRATION_GRP.Export_ToCST (
499: p_api_version => 1.0,
500: p_init_msg_list => L_FND_FALSE,
501: p_commit => L_FND_FALSE,
502: p_ship_header_id => p_ship_header_id,