DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on WSH_DELIVERY_ASSIGNMENTS_V

Line 900: wsh_delivery_assignments_v wda

896: mtl_system_items_b mtl,
897: cs_estimate_details ced,
898: wsh_delivery_details wdd,
899: --Changed to view from table, bug: 4341784
900: wsh_delivery_assignments_v wda
901: WHERE cr.repair_line_id = ced.original_source_id
902: AND ced.original_source_code = 'DR'
903: AND ced.order_line_id = wdd.source_line_id
904: AND wdd.SOURCE_CODE = 'OE' /*Fixed for bug#5846054*/

Line 1373: wsh_delivery_assignments_v b,

1369: c.segment1 item_name,
1370: p.organization_code
1371: FROM wsh_delivery_details a,
1372: --Changed to view from table, bug: 4341784
1373: wsh_delivery_assignments_v b,
1374: mtl_system_items c,
1375: mtl_parameters p
1376: WHERE a.delivery_detail_id = b.delivery_detail_id
1377: AND a.inventory_item_id = c.inventory_item_id