PL/SQL FoB Queries
PL/SQL FoB Queries
= upper(oe_order_headers_all.fob_point_code) Freight terms select lookup_code from apps.oe_lookups where upper (lookup_type) = 'FREIGHT_TERMS' and enabled_flag = 'Y' and upper (lookup_code) = upper (oe_order_headers_all.freight_terms_code) select organization_id, count(*) from apps.mtl_planners where DISABLE_DATE IS NU LL group by organization_id select count(*) from apps.oe_lookups where upper(lookup_type) = 'FREIZGHT_TERMS' and enabled_flag='Y'