DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on WSH_SHIPPING_PARAMETERS

Line 5123: FROM Wsh_Shipping_Parameters

5119: --Start Bug 4094824
5120: BEGIN
5121: SELECT Enforce_Ship_Set_And_Smc
5122: INTO l_enforce_smc_flag
5123: FROM Wsh_Shipping_Parameters
5124: WHERE Organization_Id = l_ship_from_org_Id;
5125: -- Added condition, in case of enforce smc flag is never changed from Checked to Unchecked or
5126: -- vice versa returns null value
5127: --