Oracle Shipping Network SQL Query
Useful Script for Oracle Shipping Network , I wrote custom function for GL Code , you may find below SELECT a.from_organization_code, a.from_organization_name, a.to_organization_code, a.to_organization_name, DECODE (a.intransit_type, 2, 'Intransit', 1, 'Direct' ) "Transfer Type", (SELECT meaning FROM apps.mfg_lookups WHERE lookup_type = 'MTL_FOB_POINT' AND lookup_code = a.fob_point) fob_point, a.elemental_visibility_enabled, DECODE (a.routing_header_id, 1, 'Standard', 2, 'Insp...
Comments
Post a Comment