DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on WSH_CARRIER_SHIP_METHODS

Line 8257: FROM wsh_carrier_ship_methods

8253: AND wsh_org.enabled_flag = 'Y';
8254: ELSE
8255: SELECT count(CARRIER_SHIP_METHOD_ID)
8256: INTO l_count
8257: FROM wsh_carrier_ship_methods
8258: WHERE ship_method_code = p_x_header_rec.shipping_method_code
8259: AND organization_id = p_x_header_rec.ship_from_org_id
8260: AND enabled_flag = 'Y'; -- added for bug 3886064
8261: END IF;