DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_PARAMETERS

Line 1470: FROM inl_parameters

1466: x_return_status := FND_API.G_RET_STS_SUCCESS;
1467: -- Get the Price Tolerance from INL Setup Options
1468: SELECT po_price_toler_perc
1469: INTO l_po_price_toler_perc
1470: FROM inl_parameters
1471: WHERE organization_id = p_organization_id;
1472:
1473: INL_LOGGING_PVT.Log_Variable (
1474: p_module_name => g_module_name,