DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on WSH_FREIGHT_COST_TYPES

Line 6248: From wsh_freight_cost_types

6244: Select name
6245: , amount
6246: , currency_code
6247: , freight_cost_type_id
6248: From wsh_freight_cost_types
6249: Where sysdate between nvl(start_date_active, sysdate) and
6250: nvl(end_date_active, sysdate)
6251: And name like (p_text)
6252: Order by name;