DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on INL_LANDEDCOST_PUB

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

1562: BEGIN
1563:
1564: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1565: p_procedure_name => l_api_name,
1566: p_debug_info => 'Before calling INL_LANDEDCOST_PUB.Get_LandedCost');
1567:
1568: INL_LANDEDCOST_PUB.Get_LandedCost (p_api_version => l_api_version,
1569: p_ship_line_id => p_ship_line_id,
1570: x_return_status => l_return_status,

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

1564: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1565: p_procedure_name => l_api_name,
1566: p_debug_info => 'Before calling INL_LANDEDCOST_PUB.Get_LandedCost');
1567:
1568: INL_LANDEDCOST_PUB.Get_LandedCost (p_api_version => l_api_version,
1569: p_ship_line_id => p_ship_line_id,
1570: x_return_status => l_return_status,
1571: x_msg_count => l_msg_count,
1572: x_msg_data => l_msg_data,

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

1585: x_adjustment_num => x_adjustment_num); -- opm integration
1586:
1587: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1588: p_procedure_name => l_api_name,
1589: p_debug_info => 'After calling INL_LANDEDCOST_PUB.Get_LandedCost');
1590:
1591: INL_LOGGING_PVT.Log_Variable (p_module_name => g_module_name,
1592: p_procedure_name => l_api_name,
1593: p_var_name => 'INL_LANDEDCOST_PUB.Get_LandedCost Return Status: ',

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

1589: p_debug_info => 'After calling INL_LANDEDCOST_PUB.Get_LandedCost');
1590:
1591: INL_LOGGING_PVT.Log_Variable (p_module_name => g_module_name,
1592: p_procedure_name => l_api_name,
1593: p_var_name => 'INL_LANDEDCOST_PUB.Get_LandedCost Return Status: ',
1594: p_var_value => l_return_status);
1595:
1596: -- If any errors happen abort the process.
1597: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

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

1691: p_var_value => p_rti_rec(i).line_id);
1692:
1693: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1694: p_procedure_name => l_api_name,
1695: p_debug_info => 'Before calling INL_LANDEDCOST_PUB.Get_LandedCost');
1696:
1697: INL_INTEGRATION_GRP.Get_LandedCost (p_api_version => l_api_version,
1698: p_init_msg_list => FND_API.G_FALSE,
1699: p_commit => FND_API.G_FALSE,

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

1705: x_msg_data => l_msg_data);
1706:
1707: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1708: p_procedure_name => l_api_name,
1709: p_debug_info => 'After calling INL_LANDEDCOST_PUB.Get_LandedCost');
1710:
1711: INL_LOGGING_PVT.Log_Variable (p_module_name => g_module_name,
1712: p_procedure_name => l_api_name,
1713: p_var_name => 'l_actual_unit_landed_cost',