DBA Data[Home] [Help]

APPS.MSC_SUPPLY_PKG dependencies on STANDARD

Line 352: then ms.new_order_quantity * nvl(ms.delivery_price, msi.standard_cost)

348: then 1 else 0 end) po_cancel_count,
349:
350: sum(case when (ms.order_type in (1,2,76) or
351: (ms.order_type in (5) and msi.purchasing_enabled_flag=1))
352: then ms.new_order_quantity * nvl(ms.delivery_price, msi.standard_cost)
353: else null end) buy_order_value,
354:
355: sum(case when (ms.order_type in (1,2,76) or
356: (ms.order_type in (5) and msi.purchasing_enabled_flag=1))