DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on OE_SYSTEM_PARAMETERS_ALL

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

6278:
6279: 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)
6280: is
6281: SELECT msite_information1
6282: FROM ibe_msite_information m, wsh_carrier_ship_methods o, oe_system_parameters_all oesp
6283: WHERE m.msite_id = l_msite_id
6284: AND m.msite_information_context = l_ship_mthd
6285: AND m.msite_information1 = o.ship_method_code
6286: AND oesp.org_id = l_org_id