DBA Data[Home] [Help]

APPS.WMS_WAVE_PLANNING_PVT dependencies on OE_TRANSACTION_TYPES_TL

Line 17936: oe_transaction_types_tl ott,

17932: wl.order_progress
17933: from oe_order_headers_all ooh,
17934: HZ_PARTIES HP,
17935: hz_cust_accounts CUST_ACCT,
17936: oe_transaction_types_tl ott,
17937: (select wwlv.source_header_id,
17938: sum(wwlv.requested_quantity*wwlv.planned_fill_rate)/decode(sum(wwlv.requested_quantity),0,1,sum(wwlv.requested_quantity)) planned_fill_rate,
17939: sum(wwlv.requested_quantity*wwlv.release_fill_rate)/decode(sum(wwlv.requested_quantity),0,1,sum(wwlv.requested_quantity)) release_fill_rate,
17940: sum(wwlv.requested_quantity*wwlv.pick_fill_rate)/decode(sum(wwlv.pick_fill_rate),0,1,sum(wwlv.pick_fill_rate)) pick_fill_rate,