DBA Data[Home] [Help]

APPS.GR_REG_PRINT_DOC dependencies on WSH_DLVY_DELIVERABLES_V

Line 52: FROM WSH_DLVY_DELIVERABLES_V

48: source_line_number,
49: inventory_item_id,
50: organization_id,
51: ship_to_location_id
52: FROM WSH_DLVY_DELIVERABLES_V
53: WHERE delivery_id = p_delivery_id
54: Order by delivery_detail_id;
55: LocalDeliverydetail c_get_delivery_details%ROWTYPE;
56:

Line 436: FROM WSH_DLVY_DELIVERABLES_V

432: inventory_item_id ,
433: organization_id,
434: ship_to_location_id,
435: customer_id
436: FROM WSH_DLVY_DELIVERABLES_V
437: WHERE delivery_id = p_delivery_id
438: Order by delivery_detail_id;
439: LocalDeliverydetail c_get_delivery_details%ROWTYPE;
440: