DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on WSH_CARRIER_SHIP_METHODS

Line 8443: FROM wsh_carrier_ship_methods

8439: AND wsh_org.enabled_flag = 'Y';
8440: ELSE
8441: SELECT count(CARRIER_SHIP_METHOD_ID)
8442: INTO l_count
8443: FROM wsh_carrier_ship_methods
8444: WHERE ship_method_code = p_x_header_rec.shipping_method_code
8445: AND organization_id = p_x_header_rec.ship_from_org_id
8446: AND enabled_flag = 'Y'; -- added for bug 3886064
8447: END IF;