DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_PARAMETERS

Line 1727: FROM inl_parameters

1723:
1724: -- Get the Price Tolerance from INL Setup Options
1725: SELECT po_price_toler_perc
1726: INTO l_po_price_toler_perc
1727: FROM inl_parameters
1728: WHERE organization_id = p_organization_id;
1729: INL_LOGGING_PVT.Log_Variable (
1730: p_module_name => g_module_name,
1731: p_procedure_name => l_program_name,