DBA Data[Home] [Help]

APPS.AHL_INV_RESERVATIONS_GRP dependencies on MTL_RESERVATIONS

Line 68: FROM mtl_reservations mrsv,ahl_schedule_materials asmt

64: -- cursor to get the reserved quantity from the WMS tables
65: CURSOR get_rsvd_qty_csr(c_scheduled_material_id IN NUMBER)
66: IS
67: SELECT SUM(primary_reservation_quantity) reserved_quantity
68: FROM mtl_reservations mrsv,ahl_schedule_materials asmt
69: WHERE mrsv.demand_source_line_detail = c_scheduled_material_id
70: AND mrsv.external_source_code = 'AHL'
71: AND mrsv.demand_source_line_detail = asmt.scheduled_material_id
72: AND mrsv.organization_id = asmt.organization_id