DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on WSH_CARRIER_SHIP_METHODS

Line 6178: FROM ibe_msite_information m, wsh_carrier_ship_methods o, oe_system_parameters_all oesp

6174:
6175: cursor c_get_MiniSiteOrg_ShipMethod(l_msite_id number, l_org_id number,l_ship_mthd varchar2, l_web_enabled varchar2, l_enabled_flag varchar2)
6176: is
6177: SELECT msite_information1
6178: FROM ibe_msite_information m, wsh_carrier_ship_methods o, oe_system_parameters_all oesp
6179: WHERE m.msite_id = l_msite_id
6180: AND m.msite_information_context = l_ship_mthd
6181: AND m.msite_information1 = o.ship_method_code
6182: AND oesp.org_id = l_org_id