DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on INL_LANDEDCOST_PUB

Line 1066: p_debug_info => 'Before calling INL_LANDEDCOST_PUB.Get_LandedCost');

1062: BEGIN
1063:
1064: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1065: p_procedure_name => l_api_name,
1066: p_debug_info => 'Before calling INL_LANDEDCOST_PUB.Get_LandedCost');
1067:
1068: INL_LANDEDCOST_PUB.Get_LandedCost (p_api_version => l_api_version,
1069: p_ship_line_id => p_ship_line_id,
1070: x_return_status => l_return_status,

Line 1068: INL_LANDEDCOST_PUB.Get_LandedCost (p_api_version => l_api_version,

1064: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1065: p_procedure_name => l_api_name,
1066: p_debug_info => 'Before calling INL_LANDEDCOST_PUB.Get_LandedCost');
1067:
1068: INL_LANDEDCOST_PUB.Get_LandedCost (p_api_version => l_api_version,
1069: p_ship_line_id => p_ship_line_id,
1070: x_return_status => l_return_status,
1071: x_msg_count => l_msg_count,
1072: x_msg_data => l_msg_data,

Line 1088: p_debug_info => 'After calling INL_LANDEDCOST_PUB.Get_LandedCost');

1084: x_actual_unit_landed_cost => x_actual_unit_landed_cost);
1085:
1086: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1087: p_procedure_name => l_api_name,
1088: p_debug_info => 'After calling INL_LANDEDCOST_PUB.Get_LandedCost');
1089:
1090: INL_LOGGING_PVT.Log_Variable (p_module_name => g_module_name,
1091: p_procedure_name => l_api_name,
1092: p_var_name => 'INL_LANDEDCOST_PUB.Get_LandedCost Return Status: ',

Line 1092: p_var_name => 'INL_LANDEDCOST_PUB.Get_LandedCost Return Status: ',

1088: p_debug_info => 'After calling INL_LANDEDCOST_PUB.Get_LandedCost');
1089:
1090: INL_LOGGING_PVT.Log_Variable (p_module_name => g_module_name,
1091: p_procedure_name => l_api_name,
1092: p_var_name => 'INL_LANDEDCOST_PUB.Get_LandedCost Return Status: ',
1093: p_var_value => l_return_status);
1094:
1095: -- If any errors happen abort the process.
1096: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 1192: p_debug_info => 'Before calling INL_LANDEDCOST_PUB.Get_LandedCost');

1188: p_var_value => p_rti_rec(i).line_id);
1189:
1190: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1191: p_procedure_name => l_api_name,
1192: p_debug_info => 'Before calling INL_LANDEDCOST_PUB.Get_LandedCost');
1193:
1194: Get_LandedCost (p_api_version => l_api_version,
1195: p_init_msg_list => FND_API.G_FALSE,
1196: p_commit => FND_API.G_FALSE,

Line 1205: p_debug_info => 'After calling INL_LANDEDCOST_PUB.Get_LandedCost');

1201: x_actual_unit_landed_cost => l_actual_unit_landed_cost);
1202:
1203: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1204: p_procedure_name => l_api_name,
1205: p_debug_info => 'After calling INL_LANDEDCOST_PUB.Get_LandedCost');
1206:
1207: INL_LOGGING_PVT.Log_Variable (p_module_name => g_module_name,
1208: p_procedure_name => l_api_name,
1209: p_var_name => 'l_actual_unit_landed_cost',