DBA Data[Home] [Help]

APPS.GME_RESERVATIONS_PVT dependencies on GME_MATERIAL_DETAILS_DBL

Line 891: IF (NOT (gme_material_details_dbl.fetch_row (p_mtl_dtl_rec

887: IF (p_mtl_dtl_rec.inventory_item_id IS NULL
888: OR p_mtl_dtl_rec.dtl_um IS NULL
889: OR p_mtl_dtl_rec.batch_id IS NULL
890: OR (p_supply_sub_only = fnd_api.g_true AND p_mtl_dtl_rec.subinventory IS NULL)) THEN
891: IF (NOT (gme_material_details_dbl.fetch_row (p_mtl_dtl_rec
892: ,l_mtl_dtl_rec) ) ) THEN
893: RAISE matl_fetch_error;
894: END IF;
895: ELSE