DBA Data[Home] [Help]

APPS.WMS_SHIPPING_LOVS dependencies on STANDARD

Line 123: AND oel.item_type_code in ('STANDARD','CONFIG','INCLUDED','OPTION')

119: , wsh_delivery_details wdd
120: , wsh_delivery_assignments_v wda
121: WHERE oel.ship_from_org_id = p_organization_id
122: AND oel.header_id = p_source_header_id
123: AND oel.item_type_code in ('STANDARD','CONFIG','INCLUDED','OPTION')
124: AND wda.parent_delivery_detail_id = p_parent_delivery_detail_id
125: AND wdd.delivery_detail_id = wda.delivery_detail_id
126: AND oel.line_id = wdd.source_line_id
127: AND msik.inventory_item_id = oel.inventory_item_id