DBA Data[Home] [Help]

APPS.WMS_ASSIGNMENT_PVT dependencies on ORG_FREIGHT

Line 150: FROM org_freight ofv

146: ;
147: --
148: CURSOR obj23 IS -- freight carrier
149: SELECT ofv.freight_code_tl
150: FROM org_freight ofv
151: WHERE ofv.organization_id = fnd_number.canonical_to_number(p_pk1_value)
152: AND ofv.freight_code = p_pk2_value
153: ;
154: --