DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on WSH_FREIGHT_COST_TYPES

Line 6495: From wsh_freight_cost_types

6491: Select name
6492: , amount
6493: , currency_code
6494: , freight_cost_type_id
6495: From wsh_freight_cost_types
6496: Where sysdate between nvl(start_date_active, sysdate) and
6497: nvl(end_date_active, sysdate)
6498: And name like (p_text)
6499: Order by name;