4042:
4043: if ca.shipping_method is not null then
4044: SELECT meaning
4045: into l_ship_method_meaning
4046: FROM fnd_lookup_values_vl
4047: WHERE lookup_type = 'SHIP_METHOD'
4048: AND lookup_code = ca.shipping_method;
4049: end if;
4050: