DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on WSH_DELIVERY_ASSIGNMENTS_V

Line 872: wsh_delivery_assignments_v wda

868: mtl_system_items_b mtl,
869: cs_estimate_details ced,
870: wsh_delivery_details wdd,
871: --Changed to view from table, bug: 4341784
872: wsh_delivery_assignments_v wda
873: WHERE cr.repair_line_id = ced.original_source_id
874: AND ced.original_source_code = 'DR'
875: AND ced.order_line_id = wdd.source_line_id
876: AND wdd.SOURCE_CODE = 'OE' /*Fixed for bug#5846054*/

Line 1336: wsh_delivery_assignments_v b,

1332: c.segment1 item_name,
1333: p.organization_code
1334: FROM wsh_delivery_details a,
1335: --Changed to view from table, bug: 4341784
1336: wsh_delivery_assignments_v b,
1337: mtl_system_items c,
1338: mtl_parameters p
1339: WHERE a.delivery_detail_id = b.delivery_detail_id
1340: AND a.inventory_item_id = c.inventory_item_id