DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on WSH_SHIPPING_PARAMETERS

Line 5105: FROM Wsh_Shipping_Parameters

5101: --Start Bug 4094824
5102: BEGIN
5103: SELECT Enforce_Ship_Set_And_Smc
5104: INTO l_enforce_smc_flag
5105: FROM Wsh_Shipping_Parameters
5106: WHERE Organization_Id = l_ship_from_org_Id;
5107: -- Added condition, in case of enforce smc flag is never changed from Checked to Unchecked or
5108: -- vice versa returns null value
5109: --