DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on WSH_DELIVERY_DETAILS_OB_GRP_V

Line 2046: from WSH_DELIVERY_DETAILS_OB_GRP_V wdd,

2042: null,
2043: null)),
2044: 'Y', nvl(sum(wdd.requested_quantity), 0) )
2045: into l_quantity
2046: from WSH_DELIVERY_DETAILS_OB_GRP_V wdd,
2047: oe_order_lines_all oel,
2048: mtl_system_items msi
2049: where oel.line_id = pLineId
2050: and oel.inventory_item_id = msi.inventory_item_id